搜索资源列表
chsegc
- chseg c语言写的汉字分词模块,调用方法和使用方法见程序内说明readme.txt。-chseg write Chinese characters Word module, called methods and procedures for use within see Note readme.txt.
pl0withc
- 它是VC++6.0下面的一个项目,该目录包括PL/0编译器的源代码。 PL0/debug下面是已经编译成功的PL/0编译器:PL0.exe。该小编译器可以处理一些简单的 利用PL/0语言书写的程序。例如,PL0/debug下面的test.PL0就是一个简单的 PL/0 程序。 运行PL0.exe, 并把test.pl0提供给PL0.exe,处理结果将保存在test.out 中。 注:test.pl0 和 test.out 可以用Notepad(记事本)软件
bianyicifa
- 自己编的词法分析程序,含有实验报告,有详细的数据结构和程序流程说明。-own addendum to the lexical analysis procedures, experimental report containing a detailed data structure and program flow note.
scanner111111111
- 一个用C#写的词法分析程序 扫描器的工作任务如下: (1) 识别出源程序中的各个基本语法单位 (也称为单词或语法符号); (2) 删除无用的空白字符、回车字符以及其它与输入介质相关的非实质性字符; (3) 删除注释; (4) 进行词法检查,报告所发现的错误。-a written using C# lexical analysis procedure of the scanners work tasks are as follows : (1) to identify the
LL(1)analysis1
- * VC6.0下运行通过 此程序为本人苦心所做,请您在阅读的时候,尊重本人的 劳动。可以修改,但当做的每一处矫正或改进时,请将改进 方案,及修改部分发给本人 (修改部分请注名明:修改字样) Email: jink2005@sina.com QQ: 272576320 ——初稿完成:06-5-27 jink2005-running through this procedure done for my intention, in your reading
110100
- 这是以纯汇编编写的正则表达式引擎库,与通用的正则表达式略有不同,加了几个很有特色的功能,能实现非常复杂的查找.所有符号除特别说明均可随意组合.所有符号均支持*与+.均可设置条件.(*/+)-<>/[]与|的组合能实现很复杂的多条件复合查询式查找.只要是文本,就可以按自己的意思进行查找.具体,需要你仔细的使用才能体会到它的强大。 -This is purely a compilation prepared by the regular expression engine base
pccode_20073691110785
- .4新版介绍: 新功能: 无限分类功能能采集多层分类的信息 自定义添加连接 快速的添加链接 无须采集过程 可以采集UTF-8编码的网页 正则替换可以替换更多项 链接列表 入库列表 添加管理项 可以删除不需要的信息 导出数据时 MYSQL4.0可以转换编码 修复错误: 完善添加导出规则 服务器环境 : PHP 4 MYSQL 安装: /config.php 属性为777 运行 目录下 /install.p
cifashiyanbaogao
- 实验报告 词法分析 内有详细的程序结构 解释以及程序的整个相关说明-Experimental Morphology Analysis report has detailed procedures to explain the structure and procedures of the entire note
wordchecker
- 请在解压时看说明文档 内有详细说明 -please see note when extracting files containing detailed descr iption Thank you
gramchecker
- 请在解压时看说明文档 内有详细说明 -please see note when extracting files containing detailed descr iption Thank you
00002
- 并且在卷积码编码过程中,添零数为k1*(L-1)=2,(注:L=3),再对序列进行图示的映射,可通过以下程序实现:-in convolution coding process, the number of zero-Tim k1 * (L-1) = 2, (Note : L = 3), then right sequence shows the mapping process can be achieved through the following :
ucc129
- This package consists of the executable (UCW), a default scr ipt file, this file, and the library files. It is important that the header files end up in a include subdirectory of the directory where UCW is found. If you unzip this file using
ucw129
- Welcome to UnderC version 1.2.9w This package consists of the executable (UCW), a default scr ipt file, this file, and the library files. It is important that the header files end up in a include subdirectory of the directory where UCW is fo
lex分析pl0
- 是用flex分析pl0源代码的程序,统计处其中所有的关键字和变量名称,这个rar文件中有readme,具体见其中的说明。另外还有2个测试文件ceshi1.pl0和ceshi2.pl0-is flex pl0 source code analysis procedures, the Census and Statistics Department in which all the keywords and variable names, the rar a readme file, as show
词法分析Lex
- 名称:C语言词法分析器 功能:1)从C语言源代码文件中提取所有词素 2)检测程序的词法错误,给出错误行号及提示 3)语法分析器的预备程序 文件:分析器代码(Lex.c)、测试文件(test.c)、状态转换图、可执行程序 输出:错误记录文件、符号表文件、标识符文件-Name lexical analyzer for C language function: 1)Extract all lexems from C Language source code 2)Examine the sy
Note
- 这是个用java编写的简易记事本,这个记事本的功能是用来检查java源代码的语法错误,相当于一个java编译器。
ssj词法
- 此为词法分析程序中的程序清单,界面说明过长,故只有基本实现算法。-this lexical analysis procedure to the list of procedures, interface note too long, it would only basic algorithm.
简易C语言词法分析程序
- 简易C语言词法分析程序.zip直接解压即可解压后内有说明,请参考说明-simple C language lexical analysis procedure. Zip can be directly extracted unpacked within a note, please refer to Note
WANG词法分析-编译
- 一个简单的词法分析器,1代表字符,2代表关键字(命令字),4带表算符界符, 注:要把wangs.txt这个文件放在桌面上,然后在这个TXT里写上你要识别的语句。然后保存后关毕,在运行WANG词法分析.EXE进行词法分析。 完成识别后,会在相应的词面前出现以上代号。暂不能对数字进行识别。因为在某种请况下数字也可表是为字符……稍有困难,但完成老师的针对程序段:area=b+c*d。那简直是小菜一碟。-a simple lexical analyzer, a representative charac
VBDecompiler_src
- vb 的反编译工具,不完善,但请注意,仅是参考内部编程方式。无法输出vb原文件-vb decompile the tools, imperfect, but please note that the only way of reference to the internal programming. The original documents can not be output vb