搜索资源列表
FileSplitter
- 由于电子邮箱传送的附件容量实在是小的可怜,我们不得不在传送大文件时将它分割成几个部分传送,同时生成自生成文件。书部落-分享计算机经典巨著,PDF电子书收藏之家,分享互联网7A/r#qe!] ` t 对于这么小的程序,为什么不自己做个呢?希望这个例子对大家有帮助 本文来自: 书部落-电子书下载(www.shubulo.com) 详细出处参考:http://www.shubulo.com/thread-39480-1-2.html
ReadBook
- 功能简单的txt整合小程序,可以把几个txt文件整合到一个txt文件中,可以保持原样输出或者去掉空格回车。 功能参考:Readbook说明文档.doc-Txt functional integration of simple small program, you can put some txt file into a txt file, you can stay the same output or spaces removed carriage returns. Function Ref
ConvertUCSDoc
- VC6.0写的一个小玩意,新公司的入职练手任务。unicode编译环境。要求如下: 题目:用VC6.0实现对unicode格式的文本文件高效率按行读取 要求: (1)实现以下接口 BOOL OpenStringFile(CString path) BOOL ReadStringFile(&CString str) //一次读取文件中的一行 BOOL CloseStringFile() (2)使用内存缓存技术,对于大文件要能达到几十MB/S的速度。 (3)测试程