搜索资源列表
ReserveByMord
- 这是2008/6金山网上招聘试题的第三个题,把一个字符串按字逆序,但是若查找到第二个字符串则这部分不逆。 比如: 输入:This is a test programming by C++ ! is a test 输出:! C++ by programming is a test This
string
- 实现了基于控制台的求输入字符串数组计算输入的单词个数已经字符个数、行数功能。 c语言实现。-Achieved in order to enter the console-based array of strings has been calculated the number of characters in the input word count of the number of rows function. c language.
string
- C++初学字符串的运用 字符串的编辑 各种编码的区别主要有UNICODE、ANSI-C++ beginner string use string edit a variety of coding the main difference between UNICODE, ANSI,
two_int_plus
- C/C++字符串模拟两个大正整数相加,可以改进。-C/C++ string to simulate two positive integers the sum ,code can be improved.
MaxStr
- 找出字符串中最长的数字串,采用在windwow下的c实现-find the longest digital string in a string
string-reverse2
- 字符串反转的C源代码,亲自调试成功,给大家分享。字
mykmp
- 实现字符串匹配的简单匹配算法和KMP算法,并且使用相同的比较字符串重复比较至少5000次,计算两者的时间差别。C:\Users\Administrator\Desktop-The simple matching string matching algorithms and the KMP algorithm, and use the same comparison string repeat at least 5000 times, and calculate the time differen
TextQueryExpend
- C++primer第四版中的扩展文本查询,支持&|~ 注意输入查询条件的时候操作符与字符串之间要加空格。例如:~ it | ~ is 表示匹配既不含"it"又不含"is"的所有行。input.txt为查询文本。-The C++ primer fourth edition extended text queries, supported & | ~. attention to the input query spaces between the operator and the string. F
fenge
- 进行字符串分割,很实用,适用于C++中的字符串分割操作。-The strings split, very practical
huiwen
- 该程序是回文字符串的程序,非常适合刚学c的人需研究学习,里面的注释非常清楚。-The program is a palindrome string of the program, to be studied very suitable for people just learning c learning, the notes inside is very clear.
kmp
- 用c语言书写的kmp字符串匹配的函数,主要实现字串与母串的匹配-KMP string matching function written in c language, the main string with the parent string matching
Desktop
- c++字符串分割split() trim() replace-c++ split a string split () trim () replace
algorithm-CPP
- 数据结构面试常考算法,C++实现 包含数组、字符串、链表、二叉树、排序-Interview data structures algorithm, C++ contain arrays, strings, linked lists, binary trees, sorting
connect-character
- 用C++语言将两个字符串连接起来,希望广大朋友的支持-C++ language with two strings together, hope that the majority support of friends
k_gram
- C#实现两字符串的比较,采用k-gram算法,可以手动输入k的值-Compare two strings in C#, using the k-gram algorithm can manually enter values of k
ConsoleApplication1
- 控制台输出以及字符串操作,由C#语言编写-console print and string handle, code by C# language.
王敬贤-SA16168143-第3次作业
- 关于两个字符串s1,s2的差别,可以通过计算他们的最小编辑距离来决定。用C++设计动态规划算法解决此类问题(The difference between the two strings s1, s2, can be determined by calculating their minimum edit distance.Using c + + design dynamic programming algorithm to solve these problems)