搜索资源列表
SLNC
- 一个简单的词法分析程序。是编译原理的部分课程设计。因为时间有限。未能完成全部。如果有朋友改了代码或添加了功能使代码更加完善。请与我联系:ningmeng_studio@163.com谢谢. 做的不是很好,请多谅解。-a simple lexical analysis procedure. The principle is to compile part of the curriculum design. Because of the limited time available. Failu
03055114
- 编译课程设计,自己编的一个词法分析器,功能还算强大,只要自己再在上面加些代码可以构成语法分析,(包括与处理程序).-compiler curriculum design, own a series of the lexical analyzer, functions fairly strong, as long as the above again add some code may constitute syntax analysis, (including processing).
gs02
- 原来一些32位版发表在 http://www.x86asm.com 因暂停。更新的版本改上传于你处。 在原来的基础上。 增加了简单的宏指令. 增加了链接分散的汇编文本能力. 增加了完全的32位寻址格式. 例如: MOV EAX,[9*EDX] 也即MOV EAX,[EDX+8*EDX] 又如 ADD [ESI+ECX+某单或四字节数],另某数 其中: 某单或四字节数,默认为单字节偏移.(有些会另外,如PUSH类默认为32位的四字节.) 可以用DW等指
PowerToy
- PowerToy是为方便程序员在命令行窗口中使用Visual Studio.NET 2003 中的各种命令行工具而开发的一个小程序。它在资源管理器的弹出菜单中增加一项[打开命令行窗口]。点击该菜单项后,系统会在资源管理器当前工作路径处打开一个命令行窗口,并在此窗口中自动设置Visual Studio的环境变量,如PATH。程序员在此窗口中可方便地执行Visual Studio.NET 2003中的各种命令行工具,如C++、C#的编译器等等。-PowerToy for the convenienc
yufafenxichengxu
- Documentation and source code Copyright (C) 1985 by Mark E. Mallett permission is granted to distribute this document and the code indiscriminately. Please leave credits in place, and add your own as appropriate. -Documentation and source
pl0candh
- 这是一个PL/0的编译器,其中包含了头文件和中间部分,将头文件放入TC的目录下即可运行。-This is a PL / 0 compiler, which contains the header files and middle part, Add to the first document of the TC directory can be run.
pccode_20073691110785
- .4新版介绍: 新功能: 无限分类功能能采集多层分类的信息 自定义添加连接 快速的添加链接 无须采集过程 可以采集UTF-8编码的网页 正则替换可以替换更多项 链接列表 入库列表 添加管理项 可以删除不需要的信息 导出数据时 MYSQL4.0可以转换编码 修复错误: 完善添加导出规则 服务器环境 : PHP 4 MYSQL 安装: /config.php 属性为777 运行 目录下 /install.p
bianyi0
- 一个用C++编写的词法分析器程序,可以添加关键字。-a C + + prepared by the lexical analyzer procedures, can add the keyword.
cfxq
- 实现一个C程序下的词法分析,简单实用,不需要添加任何代码,就可执行,可在DOS或WIN下的各个版本的C程序编辑器下执行-achieve a C program under the lexical analysis, simple and practical, do not need to add any code can be implemented, in DOS or WIN under the various versions of the C program under Executiv
程序的词法分析
- 对简单的C程序或者Pascal程序进行词法分析以TOKEN字的形式放入结果文件-of simple C program or Pascal procedures lexical analysis in the form of the word TOKEN Add outcome document
词法分析2004328831139
- 前些天写了个小语言的词法分析程序,因为前些天在VC知识库看到一个pascal词法分析的程序,觉得写得挺复杂的。其实词法分析程序的原理都是一样的,所以我想只要搞明白了简单的词法分析程序,再写复杂的就不难了,无非是多加几个关键字,多写几个条件判断语句而已。词法分析是编译程序的基础,也是最简单的。好,现在让我们看程序吧。 先让我们看看这个小语言的文法吧-few days ago wrote a small language lexical analysis procedures, because th
geektalkd-1[1].24.tar
- geektalkd是一个简单的聊天服务器,设计为在瘦客户机上使用(像elnet, netcat,或是可用的Perl 客户机)。它的特点为多通道,私人聊天,和其它所有你希望从聊天服务器得到的东西。此外,所有的语法分析器代码可以重写和重读,所以你可以轻松地增加新功能而不用重新启动服务器,也不用将所有用户踢出聊天室-geektalkd is a simple chat server, designed for use in thin-client (like elnet, Netcat, or the
ci_f
- 内含词法分析器源代码文件以及编译结果还加上测试文件。是本人初试开发的作品,有很多不足之处,请各位高手多多指教,词法分析器--《编译原理》-lexical analyzer includes source code files and compile test results also add document. Yes, I try to develop the works, there are many shortcomings, please master exhibitions, the
一个小语言的yufa
- 因为前些天在VC知识库看到一个pascal词法分析的程序,觉得写得挺复杂的。其实词法分析程序的原理都是一样的,所以我想只要搞明白了简单的词法分析程序,再写复杂的就不难了,无非是多加几个关键字,多写几个条件判断语句而已。词法分析是编译程序的基础,也是最简单的。好,现在让我们看程序吧。 先让我们看看这个小语言的文法吧。-few days ago because of the knowledge base to see a VC pascal lexical analysis procedures,
PL0
- Pl0编译器,添加read和write功能后,输入pl0源代码,输出中间运行代码。-Pl0 compiler, add read and write functions, the input pl0 source code, run the output intermediate code.
PL0
- 进行pl0语言翻译(比之前的版本加上了输出完整类汇编代码功能)-The pl0 language translation (comparing with the previous version,I add a function that output a file with a complete class assembly code)
PL0
- 使用C语言实现的PL0编译器。 扩充了++ -- 以及添加注释功能-The use of C language compilers PL0 achieved. Expansion of the++- as well as add comments to functions
splash
- add a splash screen to yor deployed application
corba_1
- corba是一款商用内存检测工具,功能全面 在Linux下,使用Insure++检测程序,需要用Insure命令协同编译器来编译和连接程序,在源编译器编译前加Insure命令。 程序为其使用的一个例子-corba is a commercial instrument Detected memory, full-featured at Linux, the use of corba Detect procedures required collaboration with Insure c
arrays
- how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing vectors as function arguments. * Reading from files of unknown size (monitoring istream status). * Repetitive structures (while and for loops). * T