搜索资源列表
strreplace20060414
- MySQL汇出的资料库文字档,因为有些字的编码相冲,会出现多馀的|或\\。如果用一般的文本编辑器要取代数十次才能还原,而且该文字档可能上达100MB,过于损耗资源。所以我写了一个读档自动转换的程序,每次只读迈1MB做转换。图片: http://img96.imageshack.us/img96/8577/strrep9de.png-remitted to the MySQL database text file, because some character encoding clash b
des6
- 一个速度很快的文字排序引擎(TextSort engine),在微机上可以达到六分钟左右对两百万行文字做排序,提供三种内存内排序方法及五种对文件排序的方法-Sort of a fast text engine (TextSort engine), the computer can reach about six minutes to do on the order of two million lines of text, offers three methods of memory and f
ConvertUCSDoc
- VC6.0写的一个小玩意,新公司的入职练手任务。unicode编译环境。要求如下: 题目:用VC6.0实现对unicode格式的文本文件高效率按行读取 要求: (1)实现以下接口 BOOL OpenStringFile(CString path) BOOL ReadStringFile(&CString str) //一次读取文件中的一行 BOOL CloseStringFile() (2)使用内存缓存技术,对于大文件要能达到几十MB/S的速度。 (3)测试程
