搜索资源列表
simplexml
- 通过扫描字符串及结构体数组,实现对XML文件的简单初步解析.-by scanning string and array structure and realizing the XML file simple preliminary analysis.
delRepeat
- 去除文件中的重复行。 先将文件内容读入一buffer,按行拆分,每行数据只取\t之前的部分。然后用二分直接插入法将不重复的字符串放入一二维数组。-Remove duplicate rows from the file. Content of the document read into a first buffer, split by row, each row of data just take \ t the previous section. Then two minutes dire
delRepeat
- 分别用数组和链表方式实现去除文件中的重复行。先将文件内容读入一buffer,按行拆分,每行数据只取\t之前的部分。然后用二分直接插入法将不重复的字符串放入一二维数组或动态链表中。 -Respectively, be achieved using arrays and linked the file to remove duplicate rows. Content of the document read into a first buffer, split by row, each row
cengxu
- 该系统要求对一个文本文件中的内容进行各种常规操作,如:插入、删除、查找、替换等功能。通过此课题,熟练掌握文本文件的操作及用字符数组来实现字符串操作的功能-The system requirements for the contents of a text file in a variety of routine operations, such as: insert, delete, search, replace, and so on. Through this project, master
split
- 分解一个字符串为数组 相当于VB中的split函数-The decomposition a string to an array
ReadFromFile
- 文件存放字母串和数字串,通过空格隔开。读取里面的数字存放到数组中,忽略字母。里面有事例文件供测试!-Files stored string of letters and several strings, separated by a space. Read numbers stored inside the array, ignoring letters. There are examples of files for testing!
KHH
- 主要包括文件中字符串的处理,包括分隔符的处理,数组小应用-Including processing file string, including separators processing, an array of small applications, etc.
read
- 读取文件内容,并对内容提取处理,把数据从空格,——,* 中分开,并存在string数组中(Read file content, extract and process content, separate data from spaces, and *, and exist in string array.)
