搜索资源列表
ConvertUCSDoc
- VC6.0写的一个小玩意,新公司的入职练手任务。unicode编译环境。要求如下: 题目:用VC6.0实现对unicode格式的文本文件高效率按行读取 要求: (1)实现以下接口 BOOL OpenStringFile(CString path) BOOL ReadStringFile(&CString str) //一次读取文件中的一行 BOOL CloseStringFile() (2)使用内存缓存技术,对于大文件要能达到几十MB/S的速度。 (3)测试程
WriteToFile
- 测试普通文件操作和内存映射文件分别在普通堆缓冲和虚拟内存缓冲情况下的性能.代码在不同的机器上执行情况会不同-Test ordinary file operations and memory-mapped files are in the normal heap buffer performance and virtual memory buffer conditions. Code execution on different machines circumstances will be dif