搜索资源列表
intellgence
- 智能化查询过程C语言源代码,程序用来查询用户输入的信息,如果查到,则输出;若没有查到,则向用户询问,且具有记忆和自动更新数据库功能。不足之处在于,没有实现模糊查询(利用字符串匹配的知识不难自行增加相应功能);没有实现删除错误信息的功能,以后有时间慢慢添加吧。暂时可以看作一个对文件操作的小程序-intelligent inquiry C language source code, procedures can be used to query the user input information,
tlparen
- « 问题描述:在对高级语言编写的程序进行编译时会遇到表达式或字符串的括号匹配问题。例如C++程序中左、右花括号“{”和“}”的匹配问题。表达式(字符串)的括号匹配问题要求确定一给定表达式(字符串)中左、右括号的匹配情况。例如,表达式(x*(x+y)-z)在位置1 和4处有左括号,在位置8 和11 处有右括号。位置1 处的左括号与位置11 处的右括号相匹配;位置4 处的左括号与位置8 处的右括号相匹配。而在表达式(x+y)*z)(中,位置8处的右括号没有可匹配的左括号,位置9处的左括号
ac
- 这个c的小程序 是基于AC算法的多模式匹配技术,对字符串搜索一次,就可以找出所有的匹配字和出现位置-The c of the small program is based on the AC algorithm many pattern matching techniques to search a string, you can find all the matching words and the emergence of location
String
- 字符串的匹配算法,简单的c++算法源码,一共三个文件,文件s和t中存放字符串-String matching algorithm, a simple c++ algorithm source, a total of three documents, document storage s and t in the string
MatchingString
- C语言的字符串匹配函数,我一直在用,挺不错的-C language string matching function
kmp
- 用C语言实现KMP算法(字符串匹配过程)-Using C language KMP algorithm (string matching)
WordSegment
- 基于字符串匹配的中文分词程序,C++版。 结果以文件显示。-String matching based on the Chinese word segmentation procedures, C++ version. To document the results.
TEMP
- 一个字符串表达式匹配算法。支持字符集表达式[],[^],[a-b];支持*,?,+。仅依赖C库。C++类封装,使用简便,运行迅速。经过实际运用验证。-Expression of a string matching algorithm. support character sets Expression [],[^],[ ab] and support*,?,+。 Rely on the C library. C++ class packaging, simple to use.
C
- 关于字符串的操作,比如说字符串匹配识别等操作。-Operation on the string, such as string matching identification operation.
23
- 你是否为数据结构书中的伪代码而烦恼呢?这个串的模式匹配的C语言源代码,正确无误,一定能帮你地-String pattern matching the C language source code, correct
Clock
- C#实现闹钟功能,字符串截取、匹配,对文本文件的stream流操作,用文本来保存用户的记录,截取其中的字符串来判断时间是否已经到和截取记录中的用户提示信息和音乐地址等。暂时不会解决内存的释放问题,导致运行的时候会占用20M多的内存资源-C# to achieve the alarm function, the string capture, matching, stream flow of the text file operations to save the user with a text
BestString
- 相似字符串的匹配实现(c#编程),在数聚集成或数据清洗中要考虑到相似数据的匹配问题。-Similar to the string matcher (c# programming), or data gathered into a few cleaning to take into account similar data matching.
brace_match
- 用C++编写的括号匹配程序,输入一串字符,输出里面面匹配的括号的序号。该程序可用于编程时括号的自动匹配与提醒。-Written in C++ brackets to match the program, enter a string of characters, the serial number of the output inside surface matching brackets. The brackets can be used for programming the program
fwordintxt
- 通过对文件的操作,实现对多个txt文件进行字符串匹配,并输出匹配结果。本程序用c语言编程。- String matching of multiple txt files, file operations, and output matching results
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
Bracket-matching
- 括号匹配,C语言实现,检验任意字符串中包含的括号是否前后相匹配。-The brace matching C language test any string that contains the brackets before and after the match.
kmp
- 用c语言书写的kmp字符串匹配的函数,主要实现字串与母串的匹配-KMP string matching function written in c language, the main string with the parent string matching
kmp
- 用C++语言,通过链表实现字符串的匹配和查找-With C++ language, through the list and look for string matching
String-matching
- 字符匹配问题为典型的字符数组的应用,体现了c语言面向过程的特性。可在VC6.0下进行正确编译及运行。-The character matching problem is a typical character array, which embodies the characteristic of C language. Can be compiled and run under VC6.0.
StringMatch
- 数据结构课程作业,利用c#窗体,运用了字符串匹配方法,实现了字符串匹配。两种匹配思想实现。(The string matching, using c# programming.)