搜索资源列表
文件中字符串的查找与替换
用比较朴素的方法实现文件中字符串的查找与替换
文件中字符串的查找与替换2
用比较高级的算法实现文件中字符串的查找与替换
IISLogView
- 这实际上己经是IISLogView的第三个版本了,最初写它的原因是实在无法忍受用记事本去查IIS的日志文件,所以就用BCB写了个小程序,当时的功能也十分简单,就是把IIS的日志文件塞到一个表格控件里面去,让它看起来舒服些。后来又添加了简单的筛选过滤功能,只是使用基本的字符串比较加上一些逻辑组合。因为是为读取IIS日志而设计的所以便命名为IISLogView了,不过实际上它已经可以支持所有的W3C格式的日志文件了,包含WINDOWS防火墙
重载运算符“==”实现字符串比较
- 一个很小的程序,可以进行字符串比较,适合初学者学习,很容易读懂的-a small procedure can be carried out strings, for beginners to learn, it is easy to understand the
带通配符的字符串匹配算法源代码
- 带通配符的字符串匹配算法源代码。程序中的查找算法比较先进,提高模糊查询的功能,可以查询字母和汉字,很有用吆。-with wildcard string matching algorithm source code. Procedures for the more advanced search algorithm to improve fuzzy query function can find letters and Chinese c
重载运算符“==”实现字符串比较
- 一个很小的程序,可以进行字符串比较,适合初学者学习,很容易读懂的-a small procedure can be carried out strings, for beginners to learn, it is easy to understand the
StrMatch
- 字符串比较程序。 能够比较两个字符串的相似程度。采用动态规划算法实现。-string comparison procedures. To compare two string of similar extent. Using dynamic programming algorithm.
duizhao
- 字符串比较程序 输入两个不同的字符串能比较大小-string compare two different procedures for the importation of the string can compare size
MyString20060704
- 我自己编写的字符串类,可以实现一些简单的功能,如赋值、加法、字符串比较、下边运算符重载等!-myself prepared by the String class, can achieve some simple functions, such as assignment, Ghaffar, string comparison, Now, as Operator!
StringCompar
- 用c#写的字符串比较算法,此算法应用于文件对比工具,比如Beyond Compare-used to write the string comparison algorithm, the algorithm used in document comparison tool For example, Beyond Compare
bijiao
- 用汇编语言实现字符串的比较,从第一个字母开始比较,直到最后一个字母-using assembly language to achieve the string comparison, from the beginning of a letter, until the last letter
318
- 汇编语言设计简单的字符串比较,输入密码然后比较和预设密码是否相同-Assembly language is designed to be simple string comparison, enter the password and then compare and default password is the same
strcmp
- 通配符字符串比较函数,c++编写,速度自认为还可以,bug不知,如那位大侠发现bug或有更好的算法还请告知.(gmajvfhp@163.com)-Wildcard string compare function, c++ Prepared, since the speed can also think, bug I do not know, such as the heroes who found bug or have a bette
stringmatching
- 字符串匹配设计:为了掌握提示信息的设置方法及读取键入信息的方法。编写程序实现两个字符串比较。如相同,则显示:“MATCH”,否则,显示:“NO MATCH”。-String matching design: in order to grasp the message settings and read type information. Programming to achieve the two strings. If the sam
huibian
- 汇编语言写的程序,包括学生成绩管理,字符串比较,数据加密,四则运算,-Written in assembly language procedures, including student performance management, string comparison, data encryption, four computing,
StrCmp
- c语言通用范例开发经典 源码,执行结果,和调试截图!字符串比较-c language common to develop a classic example of source code, the results of the implementation, and debug screenshot! String Comparison
zifuchuanbijiao
- 数据结构试验,字符串比较,自己做的代码,直接能用-Test data structure, string comparison, their own code, can be used directly
twoproblemsofsequences
- 处理有关字符串的相关问题,如字符串比较字符串重复-deal with the sequences
string
- 1、为该类设计构造函数和析构函数,要求构造函数不少于两个 2、为该类设计合理的成员变量 3、为string类提供必要的成员函数,可以参考C++类库的string类提供了那些成员函数,起码包括字符查找 获得C风格字符串、获得字符串长度、字符串比较等。 4、要求该类的设计有良好的封装性 5、有一个能正常运行的测试程序,测试该类的所有成员函数-1, the design for the class constructor
MATLAB字符串比较总结
- matlab字符串比较总结,包含matlab中对字符串的设置、更改、合并、去除等操作。(Matlab string comparison summary, including the MATLAB string settings, change, merge, remove and other operations.)