搜索资源列表
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
replacement
- 字符串的查找替换,忽略空格,区分大小写。-String search replace
qiantao
- 可以嵌套子目录的字符串替换,文件名替换,代码统计功能 -Nested subdirectories can replace the string, the file name to replace the symbol statistics
VB2
- 替换指定位置之内的字符串,在指定范围内替换字符串-Replacement of the designated location within the string, the scope of the specified string to replace
perltools
- 常见对excel处理的代码。用于字符串替换,查找,验证等-Common to the excel handling code. For the string to replace, search, verification, etc.
string
- 对一个字符串进行插入,删除,替换的操作并打印。-On a string to insert, remove, replace, and print operations.
replace_string
- 利用IDL编写的删除字符串的某些字符或把字串替代为其他的字符-Prepared using IDL to delete string string replace certain characters or to characters in other
replace
- C语言实现的replace函数,可以用来替换字符串。-C language implementation of the replace function, can be used to replace the string.
aboutstring
- 一个功能齐全的字符串处理方法,主要是替换方法。-a function about string ,replace something.
char_equation
- 有一个字符组成的等式:WWWDOT - GOOGLE = DOTCOM,每个字符代表一个0-9之间的数字,WWWDOT、GOOGLE和DOTCOM都是合法的数字,不能以0开头。请找出一组字符和数字的对应关系,使它们互相替换,并且替换后的数字能够满足等式。这个字符等式是Google公司能力倾向测试实验室的一道题目,这种题目主要考察人的逻辑推导能力和短期记忆能力,通常棋下的好的人解决这类问题会更得心应手一些(飞行棋例外)。此类型的题目有很多变种,各种编程比赛中常常能见到它们的身影。比如2005年的G
hexedit-1.2.10.src
- HexEditor 是针对汉化用的十六进制编辑工具。方便的编辑方法,增删字节无需在菜单中处理,只需按文字编辑方式处理即可。编辑器中能够屏蔽所有非 ASCII 字符和控制字符,只剩下了英文字符显示出来。功能强大的全文查找和全文替换,包括标准字符串和 Unicode 字符串的查找和替换(可以不区分大小写)。功能强大的输入功能,支持十六进制码处理和字符输入,字符输入还包括 Unicode 字符的直接输入。无限级的 Undo 与 Redo 功能,令到编辑随时都可以撤回到任何一步。可以选择任何部分的字节经
tt1
- 实现对文本文件中字符串的查找并用指定字符串实现替换-Find and Replace String in Text File
myString
- 数据结构课程的实验程序:字符串的查找删除替换-Data structures course experimental procedure: delete replace the search string
FileRW
- c++:字符串的操作(大小写的转换、比较、替换、移除、删除)功能源码;模态对话框的建立(省份证号码与年月日的匹配;对话框的长宽移动和自定义);静态对话框的建立及源代码(图片的打开)等功能;-c++:String operations (case conversion, more, replace, remove, delete) function of source modal dialog creation (province card number and date of the matc
EXE-encryptor
- 可以替换EXE文件内等长的字符串,用于开发时打错字但不想重新编译。-EXE files can replace the long string for the development of a typing error but do not want to recompile.
NO4
- 剑指offer,题目:请实现一个函数,将一个字符串中的空格替换成“ 20”。例如,当字符串为We Are Happy.则经过替换之后的字符串为We 20Are 20Happy。-Sword refers to the offer, please implement a function that will be a string of Spaces replace " 20". For example, when a string as We Are Happy. After replacem
JIZUOXIAO
- 文件(1):字符串缩写,删掉空格,首字母大写,去掉少于三个字符的单词,and写为& 文件(2);用某段字符替换另一段字符,分对大小写敏感和不敏感两种情况 文件(3);利用动态规划方法实现最长不减子序列 文件(4);有趣的数灯问题,每每查到某数的倍数或者以某数结尾的数字都熄灯并从头再查起,直到全部熄灭为止 文件(5);结构体的实际应用问题,为学生排奖学金,如果总分相同,依此按数学语文英语最高选择-Files (1): String abbreviation, delete spac
FileStrRelpace
- 字串替换小程序,编程中经常会遇到字串统一替换,如:批处理文件,文本文件等,非常实用,有兴趣者可以进一步完事-String replace applet, programming is often replaced by a unified string encounter, such as: batch files, text files, etc., are very useful, those interested can get away with further
Day4
- 题目: 不使用库函数实现字符串的替换。 Eg:stringconvert( abcdefg , cd , 123 ) ab123efg 注意:1)这个问题可能会出现第一个字符中有多次出现第二个字符的情况,这是需要替换的字符串就不止一处了; 2)还有一个问题:注意寻找第二处需要替换字符的时候,是从整个字符串开始还是从替换好后的地方开始, 开始的地方不同会出现替换结果不一致的情况,因为有可能替换后的字符串中会含有和第二个字符串相同 的地方。-S
replace
- 求5*5矩阵主、副对角线元素之和及周边元素之和。编写主函数和函数replace()。主函数进行输入、输出和函数调用,replace()的功能是将一字符串中的某个字符替换成另一字符。-The sum of the main and the diagonal elements of the 5* 5 matrix and the sum of the surrounding elements. Write the main function and the function replace ().
