搜索资源列表
MINSortDict
- Minidx字典整理程序源代码发布 几千条数据排序并去除重复纪录可以有很多排序算法直接内存中操作,但是假如说有几百万条记录需要处理,那就不一定适用了。这个程序最初的目的为了解决Minidx字典中重复数据的问题,但是发现写文件时I/O限制比较明显,虽然可以解决问题,但是效果却不怎么样。 工程基于VS2005,MFC的Unicode模式下编译的,利用了Sqlite3.5.0,作了C++封装处理。写处理中开启了事务. 相关链接 http://cn.minidx.com/index.
Spliter
- 可将文本文件分割成任意大小,支持ANSI和Unicode的转换
Spliter
- 可将文本文件分割成任意大小,支持ANSI和Unicode的转换,内有可执行程序,无需编译
StdioFileEx_Source_Code
- 编辑处理Unicode和多字节文本文件。
GetUnicode
- 看看是否对你有用,字库生成,字模点阵提取,UNICODE查询和转换,二进制文件转文本文件,文本文件转化为二进制文件(一个数组还原为一个BIN文件)-see whether useful to you, font generation, Dot Matrix Printer extraction, UNICODE inquiries and conversion, binary files to text files, text documents into binary files (a red
unicode-CFile
- 主要用于读写uniclde型式的配置文件,注意:配置文件的最后要有一个空行,否则读写不成功。-Mainly used for reading and writing uniclde type of configuration file, pay attention: the configuration file of the last to have a blank line, or read and write was not successful.
ansitounc
- 对文件操作的好例子 能变成UNICODE编码-Operation of the document can become a good example of UNICODE encoding
wutext
- VC写的读写UNICODE文件示例,使用CStdioFile的继承类来实现的-VC written documents to read and write UNICODE example, the use of inheritance CStdioFile category achieved
CIni
- Ini文件读写通用类,主要用于多字节的工程中,下个版本将会增加在Unicode下写ini文件的功能。-Ini file to read and write generic classes, mainly for multi-byte of the project, the next version will be an increase in Unicode to write under the ini files.
CheckUnicodeFont
- Unicode码文件转换成其它编码的文件-Unicode code file conversion into other encoded files
CIni
- 操作ini文件的非常完整的封装. 改变CIni,变成Unicode版本 -Operation ini file very complete package. Change CIni, become a Unicode version of the
cPPUnicode
- 这是一个很好的,读取Unicode文本文件的实例源码,对于读取Unicode文本,会有一个有意义的参考,读取速度很快。-This is a good read Unicode text files source code examples for reading Unicode text, there will be a meaningful reference, read fast.
inifile_mb_wide_src
- 一个INI文件读写类,可以使用在WINDOWS/LINUX下,支持UNICODE-An INI file reading and writing classes, you can use in the WINDOWS/LINUX, support UNICODE
UnicodeReadandWriteFile
- Unicode 文本文件的读写操作,可以自由读写Unicode 和 ASI的文本文件。-Unicode File Read and write.
xmlReader
- 用vc6.0开发的xml阅读器,可以实现xml文件的编辑和自动缩进功能,支持unicode和ascii两种编码格式。-With vc6.0 development xml reader, you can achieve the xml file editing and automatic indentation, support unicode and ascii two encoding formats.
tinyXML2_Unicode
- tinyXML 2 Unicode 根据tinyXML官方修改,由多字节改为Unicode,可解析和生成ucs-2 little endian编码的xml文件。-tinyXML 2 Unicode according tinyXML official modifications to the multi-byte Unicode, can parse and generate ucs-2 little endian encoded xml file.
UNICODE
- 读取 ini 文件,支持 int,long, char, string-Read ini file, supporting int, long, char, string...
ConvertUCSDoc
- VC6.0写的一个小玩意,新公司的入职练手任务。unicode编译环境。要求如下: 题目:用VC6.0实现对unicode格式的文本文件高效率按行读取 要求: (1)实现以下接口 BOOL OpenStringFile(CString path) BOOL ReadStringFile(&CString str) //一次读取文件中的一行 BOOL CloseStringFile() (2)使用内存缓存技术,对于大文件要能达到几十MB/S的速度。 (3)测试程
INI
- 可移植的多平台INI读写C代码,支持unicode和Asc文件。在windows,linux平台下均可高效运行。-INI read/wirte in C code can run on windows/linux etc. support Unicode and Asc files.
FileReadDemo
- 使用FILE来读unicode编码的文本文件,支持中文,英文和韩文等.-Use FILE read unicode-encoded text files, support for Chinese, English and Korean.