搜索资源列表
文件中字符串的查找与替换
- 用比较朴素的方法实现文件中字符串的查找与替换
文件中字符串的查找与替换2
- 用比较高级的算法实现文件中字符串的查找与替换
tool2.0
- 查找.txt文件中的特殊字符串,然后替换,可多个文件一起替换。-ttt
Maya[1].JBHHQ.v1.1
- Maya脚本汉化 (*.MEL) :主要针对Maya的脚本通过字典进行汉化,可以汉化绝大部分的字符串,汉化完成后替换掉原文件即可.2004.11.6更新记录: 增加了单独一行字符串的处理,对保存也做了修改,修正了原来必须按汉化后才能保存的缺点.对原1.0版的字典也作了修改,请务必升级,否则汉化出的字符串中可能具有重复的名称!另添加了一些过滤串! -Maya scr ipting language (*. MEL): The main scr ipt for Maya through the di
Replace
- 批量替换文件中的字符串。 有些文件中含有一些特殊字符需要替换,或替换回车符等,找不到合适的工具软件,所以就自己写了一个。现共享出来 代码里有使用说明,和使用例子,自己看。-Batch file string replacement. Some documents contain some special characters need to be replaced, or replace carriage return and so on, can not find the
qiantao
- 可以嵌套子目录的字符串替换,文件名替换,代码统计功能 -Nested subdirectories can replace the string, the file name to replace the symbol statistics
test
- 古典密码学若干算法 (1) 实现移位密码; (2) 实现替换密码; (3) 实现Vigenere密码(选做); (4) 实现置换密码(换位密码); (5) 对每一种密码,编写加密字符串和加密文件的两种算法并进行实验。 -A number of classical cryptography algorithm (1) the realization of shift cipher (2) to achieve the replacement of the password
tt1
- 实现对文本文件中字符串的查找并用指定字符串实现替换-Find and Replace String in Text File
EXE-encryptor
- 可以替换EXE文件内等长的字符串,用于开发时打错字但不想重新编译。-EXE files can replace the long string for the development of a typing error but do not want to recompile.
JIZUOXIAO
- 文件(1):字符串缩写,删掉空格,首字母大写,去掉少于三个字符的单词,and写为& 文件(2);用某段字符替换另一段字符,分对大小写敏感和不敏感两种情况 文件(3);利用动态规划方法实现最长不减子序列 文件(4);有趣的数灯问题,每每查到某数的倍数或者以某数结尾的数字都熄灯并从头再查起,直到全部熄灭为止 文件(5);结构体的实际应用问题,为学生排奖学金,如果总分相同,依此按数学语文英语最高选择-Files (1): String abbreviation, delete spac
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
Editor
- 1.插入行 2.删除行 3.行内容的编辑 4.行间的跳转 5.行内容的修改 6.文件内容的读取 7.内容的写入保存 调用函数: Ask() //询问操作指令 Run() //运行 功能: begin: 换到开头第一行 change: 对本行进行修改 delete: 删除所在行 end: 换到最后一行 find: 在本行查找字符串 go: 跳到某一行 help: 帮助(显示各种帮助的助记符) in
Unlinker
- 从一个in文件读取字符串,然后匹配字符串中的网址,并把网址用另一个字符串替换,然后这个字符串后跟着一个数字,这个数字表示该字符串中出现的第几个网址。-In file read a string, then the string matching the URL, and replace the URL with another string, and then after that string followed by a number, this number represents the
A3
- 文本编辑器(10分) 课题内容: 设计一个简单的文本编辑器,该系统要求对一个文本文件中的内容进行各种常规操作,如:插入、删除、查找、替换等功能。通过此课题,熟练掌握文本文件的操作及用字符数组或字符指针实现字符串操作的功能。 课题要求: (1)编辑文本; (2)保存、打开指定位置的文本文件; (3)具有输入输出界面。 -Text Editor (10 points) DISCLOSURE: Design a simple text editor, the sy
替换文件中特定字符串
- 一种快捷的方法,找出并替换文件中的特定字符串并存到另一文件中