搜索资源列表
-
0下载:
词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详细地阐述了一个编译器的设计和实现.-lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expression opt
-
-
1下载:
使用perl正则表达式语法的delphi控件-use perl is a regular expression syntax delphi Controls
-
-
0下载:
正则表达式的分析解释控件,适用于delphi各版本-is a regular expression analysis explained Control, applicable to all versions of delphi
-
-
0下载:
用于 VC6 的正则表达式处理示例代码,初学者适用。-for VC6 the regular expression handling sample code, the applicable beginners.
-
-
0下载:
全球最棒的正则表达式创建软件RegexBuddy的演示程序,带vb.net调用演示源码-the world's best in the regular expression to create software RegexBuddy the demo program, with vb.net demonstration called FOSS
-
-
0下载:
学习正则表达式的编写,了解正则表达式的使用与验证,本人收藏作品。推荐~-study is the preparation of regular expressions, understanding regular expression with the use of certification, I collect works. Suggest ~
-
-
0下载:
正则表达式的验证工具,提供在C#中通过程序来判断,是学习和了解正则表达式的好帮手。推荐-regular expression validation tool providing in C# adopted procedures to judgment, learning and understanding Regular expressions are a good helper. Suggest
-
-
0下载:
我在win32下,使用BOOST、vc6写的URL、EMAIL正则表达式测试程序-I win32, the use of BOOST, vc6 write URL, EMAIL regular expression test procedures
-
-
0下载:
本书详细介绍了在现有MFC应用程序中综合运用.NET框架的技术。全书共分11章,内容包括正则表达式、文件I/O和注册表、数据加密、XML和DOM、ADO .NET数据库、远程处理、事件日志等。为了让读者透彻理解如何运用.NET框架来扩展MFC程序,作者为每个知识点配备了演示程序并提供了实用的项目创建指导和大量案例程序。
本书适合于具有MFC编程知识的程序员作为参考书,尤其适合致力于在MFC应用程序中运用.NET基类库(BCL)的程序员。-the book described in de
-
-
0下载:
这是以纯汇编编写的正则表达式引擎库,与通用的正则表达式略有不同,加了几个很有特色的功能,能实现非常复杂的查找.所有符号除特别说明均可随意组合.所有符号均支持*与+.均可设置条件.(*/+)-<>/[]与|的组合能实现很复杂的多条件复合查询式查找.只要是文本,就可以按自己的意思进行查找.具体,需要你仔细的使用才能体会到它的强大。
-This is purely a compilation prepared by the regular expression engine base
-
-
0下载:
看看吧C加加环境下的正则表达式引擎deelx-do is look at it under the regular expression engine deelx
-
-
1下载:
输入一个正则表达式,可以使用: 小写字母或数字,表示终结符;*,闭包;+,并集;~,补集;E,空串;O,空集 然后程序将生成 相应的NFA,以及化简之后的DFA,最后再输入一个字符串,程序判断它是否满足该正则表达式-input is a regular expression, you can use : lowercase letters or numbers, said Fu end; * Closure; , And set; To complement the set; E, empty
-
-
0下载:
输入一个正则表达式,输出相应的NFA图,NFA转换为DFA(得到的DFA图要求用画图方法完成并要求先产生子集构造表出来再画DFA图),DFA最小化(也要求用画图方法完成)
-Enter a regular expression, the output corresponding NFA map, NFA is converted to DFA (the DFA plans to be asked to use drawing methods and called for the first
-
-
0下载:
输入正则表达式,转化为NFA,DFA,从测试文档中找出最大匹配子串-Enter the regular expression into NFA, DFA, document from the test to find out the biggest match Substring
-
-
0下载:
精通正则表达式 英文版第一版 pdf 中文版 第三版 chm格式-Mastering Regular Expressions the first edition in English(pdf) and the the third edition in Chinese version(chm)
-
-
0下载:
这是一个模拟编译器词法分析的程序。输入正则表达式,再输入一个字符串,该程序可以判定字符串是否符合正则式的规则-This is a simulation compiler lexical analysis process. Enter the regular expression, and then enter a string, the program can determine whether the string is the type of rules
-
-
0下载:
Regular expression for Delphi Library
-
-
0下载:
Help for Regular Expression for Delphi library
-
-
0下载:
用c++实现的此法分析器,包括正则表达式解析,正则到NFA转换,NFA到DFA转换,和最终的匹配,详见包中README文件-Using c++ parser to achieve this method, including regular expression analysis, while the NFA is converted, NFA to DFA conversion, and end the match, see the package README file
-
-
0下载:
正则表达式匹配问题,王晓东算法书课后题,注释详细-Regular expression matching, Xiaodong after-school arithmetic book title, comments, details
-