搜索资源列表
-
0下载:
数据结构的几个小程序:汉诺塔,杨辉三角,括号匹配,表达式求值,Data structure of several small programs: Tower of Hanoi, Yang Hui Triangle bracket matching, regular expression evaluator
-
-
0下载:
正则表达式转DFA,设计原理:1正则表达式转换为带ε的NFA(Thompson构造法);2ε-NFA转为DFA;3最小化DFA;4DFA状态转换表判断是否接受输入字符串,附有详细文档说明。-Regular expressions turn DFA, design principles: a regular expression is converted to ε of the NFA (Thompson Construction Law) 2ε-NFA to DFA 3 minimal DF
-
-
0下载:
一个方便实用的正则表达式类库,纯C编写,只需要把头文件包含到你的工程里即可,方便集成,支持多种操作系统及编译器。附常用正则表达式-A convenient and practical regular expression library, the preparation of pure C, only need to head to the file that contains your project where you can to facilitate the integration, s
-
-
0下载:
RegExp正则表达式调试学习工具,一个正则表达式的学习软件-Debug regular expression RegExp learning tool, a regular expression of the learning software
-
-
0下载:
正则表达式->NFA -Regular Expression-> NFA
-
-
0下载:
图片采集 通过正则表达式过滤代码-Image acquisition through the regular expression filter code
-
-
0下载:
.net下正则表达式基本语法及其应用简介-. net regular expression under the basic grammar and Its Application
-
-
0下载:
用正则表达式实现的程序,功能:通过解析报文,将其中的IP提取出来入库(orale)-Regular expression used to achieve the procedure, function: analysis message through will be extracted from the IP storage (orale)
-
-
0下载:
正则表达式->NFA/DFA/最简表达式-Regular Expression-> NFA/DFA/the most simple expression
-
-
0下载:
主要正则表达式的详细应用,开发中比较觉实用-The main details of regular expression applications, the development of more practical feel
-
-
0下载:
可以采用正则表达式来实现字符串匹配功能。一种简单的正则表达式是由英文字母(区分大小写)、数字及通配符"*"和"?"任意组合而成的。"?"代表任意一个字符,"*"代表零个或任意多个字符。例如,a*b可以匹配acb,aabb,afdfdb,ab等,但不可以匹配ac,bb,abbc;a?b可以匹配acb,abb,但不可以匹配ab,accb。试编写一个程序,从文件中读入N个字符串,再从键盘上读入任意一个合乎规则的正则表达式,例如:"a?bb*d",输出符合正则表达式的字符串。
查询的字典文件为
-
-
0下载:
一个学习正则表达式的好的电子书,欢迎大家下载-Learn the regular expression a good e-book
-
-
0下载:
regular expression转换为NFA
NFA转换到regular expression
包含设计说明文档、可执行程序、源代码等;清晰明了;
用java编写;-regular expression into NFA
NFA transition to regular expression
Includes design documentation, executable programs, source code, etc. clarity
Writ
-
-
0下载:
运用模式匹配的思想,正则表达式的工具,对网页中图形,文字的截取,还有函数编程,字典的应用-Ideas using pattern matching, regular expression tool, web page graphics, text capture, also function programming, the application dictionary
-
-
0下载:
表达式计算采用了算符优先法正则表达式来实现,同时还能支持X变量的计算,是用来做画函数图的最佳类。如果要能画函数图的源代码请下载ExprDraw.zip.但此源代码采用了C语言方式实现其表达式计算。-Expression calculated using the operator precedence method to achieve regular expression, while supporting the calculation of the X variable, is the be
-
-
0下载:
一个很好的正则表达式匹配算法,常出现在一些公司的笔试题中。-Regular Expression Matching
-
-
0下载:
离线网页版的正则表达式,可以在本地打开浏览器使用-Offline web version of the regular expression, you can open the browser to use the local
-
-
0下载:
python3.5的正则表达式的基本用法(the basic use of regular expression of python3.5 in windows)
-
-
0下载:
regular expression pocket references in CHM
-
-
0下载:
完整学习正则表达式规则,可用于支持正则表达式的任何平台,任何语言(How to learn regular expression)
-