搜索资源列表
w2
- 用C语言来实现txt文件中的查找与替换其中的内容功能-Txt with the C language to implement file search and replace the contents of which function
ReadWrteSTL
- 读取TXT文件,并显示在EditBox中,修改内容保存,将指定字符串替换为指定字符串。-Read TXT files, and displays the EditBox, modify save the contents of the specified string will be replaced with the specified string.
replace
- 可以批量查找,替换文件内部内容的工具,wxpython实现,支持gbk,utf-8编码,常用文件格式doc,txt,h,cpp等均能正常工作,有注释。-Can batch search and replace the contents of the file within the tool, wxpython implementation, support gbk, utf-8 encoding, commonly used file format doc, txt, h, cpp, etc.
main
- 读入文本文件source.txt,将其内容中字符串“location”全部用字符串“east lake”替换,结果保存到文本文件target.txt-Reads text files source.txt, its contents string location All string east lake replace, the results are saved to a text file target.txt
Create-Picture
- 为两个程序,配合使用。一个是读取图片文件的二进制流,按照规定的格式写入一个txt文本文档中,另一个程序是将此文本文档中的内容按照指定格式复制到代码的数组中,最终可生成原图片。特点:第二个程序不需要单独的图片附件,而是将所需图片的二进制流存储到了数组中,在需要的时候使用。注:由于程序较简单,本人采用DEV C++程序编写,无工程文件,若用VS2013编译会出现fscanf和sprintf以及fopen等这些文件读写函数不安全的警告,需用_s的函数替换,只需按照相应格式替换即可,这里不再赘述。-Fo
main
- 从多个txt文件中读取内容,然后根据不同的需求来转义txt内容并替换到新的txt文件中,例如批量修改名字为考勤机内部的系统id号码-Read the content multiple txt files, and then according to the different needs to escape TXT content and replace the new TXT file, for example, batch modify name attendance machine in
Test
- 将分号分隔符的txt文件转换为逗号分隔符txt文件(Converts the semicolon delimited TXT file to a comma delimited TXT file)