搜索资源列表
ch01-01-1
- 本程序用于判断程序是否为ANSI字符集或OEM字符集,并可相互转化-the procedures used to judge whether the procedures for ANSI character set or OEM character set can be transformed into each other
fstreamsrc
- 《使用 <fstream> 类进行文件的 I/O 处理》 传统的文件 I/O 库如 Unix 的 <io.h> 和 <stdio.h> ,由于其程序接口的原因,在很大程度上强制程序员进行某些处理,缺乏类型安全和国际化支持。C++ 的 <fstream> 库则在文件的 I/O 方面提供了一个增强的、面向对象的、具有国际化意识的库。该程序介绍如何使用这个库进行文件的 I/O 处理并利用它来编写易于跨平台的代码。 大多数 C++ 程序员都熟悉不止
Compare2File
- 文件比较器源代码,实现文件的比较,程序执行后以网页的方式显示出两个文件的不同之处。注:只能比较文本文件,ANSI字符!-papers for source code, a file comparison, after the implementation of procedures to the website shows that the two documents differ.
TextFileIO_src
- Reading or writing a line from/to an ANSI/Unicode encoded text file in Unicode/MBCS applications-Reading or writing a line from / to an ANSI / U nicode encoded text file in Unicode / MBCS appli cations
atapi
- ATAPI标准资料。硬盘接口IDE(Integrated Drive Electronies)也称AT总线接口,是当前新型硬盘驱动器普遍采用的一种接口。它最早由Texan和Compaq公司提出,目的是把硬盘控制器嵌入到驱动器中。1988年10月,ANSI中的X3T9.2工作组的一个委员会开始讨论IDE的有关问题。1993年2月发表了该标准的3.1版本,使其成为了正式的ANSI标准,并赋予了一个新的名称--ATA(AT Attachment)。从概念上说,ATA与IDE具有基本相同的含义。
txtoperate
- dev c++开发环境下实现对文件的操作,从汉字和数字中提取规律的数字。通过这个代码可以加深对ASC和ANSI编码的认识
Test
- WinCE 下中文文本保存,UNICODE->ANSI
Spliter
- 可将文本文件分割成任意大小,支持ANSI和Unicode的转换
Spliter
- 可将文本文件分割成任意大小,支持ANSI和Unicode的转换,内有可执行程序,无需编译
random_shuffle()
- 假设你需要指定范围内的随机数,传统的方法是使用ANSI C的函数random(),然后格式化结果以便结果是落在指定的范围内。但是,使用这个方法至少有两个缺点-suppose you need, within specified limits, random number, the traditional method is to use ANSI C function random (), then formatted results to the results fell within the
Utf8
- 可以从一个utf-8码转换成一个ansic 码 主要注意的是要进行2次转换,并且有个技巧,可以在不确定转码的长度的时候可以 得到将要转码的长度,进行动态内存申请-convert utf8 to ansic .if you have any question ,please free contact me . thanks .raymond
MyDir
- 用ANSI C++ 写的目录搜索程序,其中包括源代码与可执行程序-this is ANSI c++ source code for directory routine
VS_Solution_Converter
- This utility is designed to make it easier for folks to switch back and forth between Visual Studio 2005 and Visual Studio 2008. It edits the solution (*.sln) and project files (*.csproj, *.vbproj, and *.vcproj) so that they can be openeded by
Qcp_src
- A simple tool that converts ANSI string to Unicode using a code page you select.
__xmlParser
- XML解析类,轻巧、简单、易用(内含源码、示例程序以及文档说明)-This is a basic XML parser written in ANSI C++ for portability. It works by using recursion and a node tree for breaking down the elements of an XML document.
FindFile
- 搜索指定文件名的工具,在VC下编译通过,支持Unicode和ANSI编程。-Search the specified file name tool, compiled by the VC to support Unicode and ANSI programming.
efsl-0.3.6
- The EFSL project aims to create a library for filesystems, to be used on various embedded systems. Currently we support the Microsoft FAT filesystem family. It is our intention to create pure ANSI C code that compiles on anything that bears the name
afafdasdfsad830
- 实现将文本文件的UTF-8编码与ANSI编码之间的相互转换,-failed to translate
RWTextFile
- 创建文本文件并进行读写数据操作 编码为ANSI-Create a text file and exercise reading and writing data
utf-8TOansic
- 把UTF8的编码转换成ansi的编码,特别是在读取网页代码的时候很有帮助,用于新手学习哈-Converted into UTF8 encoding ansi encoding, read the code of the page especially helpful for the novice to learn Ha! !
