搜索资源列表
018
- 编写一个文件切分程序split,根据命令行传进的分割尺寸和文件名分割文件。如: split 100 c:\\test.dat 为按每个小文件100字节大小对test.dat文件进行切分。切分后的文件名为 test01.dat test02.dat …… test nnn.dat-prepared a document segmentation procedures split, according to the command line transmitted to the division o
AddrowinExcel
- 演示如何在excel报表中添加一个新行,运行界面中的test按钮-shows how to excel in statements add a new line, running the test interface buttons
a
- Descr iption Give a set of numbers, output them after sort. You may use any algorithm you like to solve it. Input Each input file contains only one case. Each test case begins with an integer N(0<N<=1,000,000), the size of the s
WordSegment
- 很简单的中文分词程序,命令行程序,在VisualStudio2008中调试通过,内附测试文档。-Chinese language is very simple segmentation procedures, command-line procedures, the debugging of VisualStudio2008 passed, the document containing the test.
file-operations
- 含有运行结果哦~功能齐全而且是优化版 文件操作设计及实现 总体设计:设计实现对文件 file.txt的读取,插入和增加的功能; 要求: (1)实现对文件中的整行读取和写入(不可用fscanf,fprintf函数,只可以fread和fwrite) (2)实现文件中间插入一段话--------这是一个测试; (3)实现对文件的创建,文件写入和添加; -Contains the results oh fully functional and optimized version
ConvertUCSDoc
- VC6.0写的一个小玩意,新公司的入职练手任务。unicode编译环境。要求如下: 题目:用VC6.0实现对unicode格式的文本文件高效率按行读取 要求: (1)实现以下接口 BOOL OpenStringFile(CString path) BOOL ReadStringFile(&CString str) //一次读取文件中的一行 BOOL CloseStringFile() (2)使用内存缓存技术,对于大文件要能达到几十MB/S的速度。 (3)测试程
VC-CSV
- VC6.0读写CSV文件. 1、实现对test.csv文件的读写(例子主要是读); 2、可以辨别CSV文件中的注释行(例子以符号“;”为注释行); 3、可以剔除空行;-VC6.0 write a CSV file, to achieve test.csv file read and write (examples mainly reading) 2, can be identified in the CSV file comment lines (example symbol &q
Rename
- 该程序能够对指定目录下的文件进行批量重命名,并可进行恢复操作: 该示例在picture文件下,重命名规则为123.txt,文档内每行的前面为原文件名后面为要转换的文件名。当转换完成后会生成备份文档bak.txt,用来进行恢复操作。 由于程序中的路径采用的是绝对路径,测试时可根据实际情况进行修改。 程序中main.cpp为主程序,完成文件的查找匹配,并完成重命名; StringDeal.cpp主要对完成对字符串的处理。-The program can specify a direc