323632 在 2005-11-07 17:09:34 上传
说明:屏幕取词软件 Delphi+Windows200编译通过
开发平台:Delphi | 大小:317KB | 下载91次
tangyf 在 2005-11-02 10:54:27 上传
说明:c语言编译器源码.rar c语言编译器源码.rar c语言编译器源码.rar
开发平台:C# | 大小:118KB | 下载5次
abcde1120 在 2005-10-27 20:20:51 上传
说明:非接触式IC卡开发板源程序,包括原理图/PCB图;源程序在KEIL环境下编译,打开压缩包后直接点击PRJ文件,即可编译使用。 这是个保密文件,做Mifare one卡开发人基本上都用过到这个源代码。
开发平台:C/C++ | 大小:2528KB | 下载3993次
eaglexmw 在 2005-10-06 13:55:52 上传
说明:LSI C-86 compiler,小日本写的C语言编译器
开发平台:C/C++ | 大小:356KB | 下载29次
eaglexmw 在 2005-10-06 13:52:51 上传
说明:OXCC is a multipass, interpreting C compiler with several language extensions. It generates an Architecture Neutral Format (ANF) output and comes with a couple of example back ends. Programmers are expected to write additional back ends for their specific needs.
开发平台:C/C++ | 大小:1249KB | 下载8次
eaglexmw 在 2005-10-06 13:43:40 上传
说明:KCC , a good c compiler, write by Ken Harrenstien
开发平台:C/C++ | 大小:315KB | 下载41次
zymsky 在 2005-09-03 12:26:50 上传
说明: The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with the Microsoft and Small Mac assemblers. Small C takes full advantage of the ability of these assemblers to generate relocatable object code, to maintain libraries of relocatable modules, and to link separately compiled program modules. It supports a small memory model with one code and one data/stack segment.
开发平台:C/C++ | 大小:128KB | 下载347次
oojoker 在 2005-08-30 08:44:13 上传
说明:自己用纯C语言做的词法编译器,可能大家作业能用的上吧,
开发平台:C/C++ | 大小:14KB | 下载596次
netkeen 在 2005-08-24 09:37:12 上传
说明:osip,exosip,VC6.0下编译版本,含例子程序。
开发平台:Visual C++ | 大小:713KB | 下载568次
管理员 在 2005-08-09 16:09:04 上传
说明:这可是我的倾情制作,离卖弄的语法分析器,是自己写的实现程序,不使用他人的结果,直接从原始语法里进行推理计算的,而且这个使用c语言实现的,很多底层函数都是自己来写,像hash表里的hash函数,还有像动态自增长分配等。当然这个还很不完善,但是已经作了很多工作,差就差在没有找到理想的脚本支持语言,最后没有办法只能用函数指针的数组来进行语义调用了。
开发平台:C/C++ | 大小:89KB | 下载38次
鹤九天 在 2005-07-04 15:53:21 上传
说明:环境:windows98/2000/xp,Visula C++6.0下编译通过.毕业设计的题目,基本上按照编译原理的步骤实现的,有词法分析,检查,表成式生成等,我想大家应该都会喜欢的!
开发平台:Visual C++ | 大小:71KB | 下载775次
ycedskf 在 2005-07-02 04:39:55 上传
说明:药店连锁源码 1 本软件可用于商业用途,但是要email给我 51946@sina.com 2 开发环境 d6 up2,sqlserver2000, win2000 server 1024*768(笔记本电脑) c/s 3 第三方控件,ehlib2.1,fastreport2.45,xpmenu,snccurrency ,(有可能用到express bar 但是可以在umain删除引用单元,因为没用到)可到51delphi ,cakk.delphibbs.com下载 4 数据库配置方法,在sqlserver2000新建yd数据库,关闭数据库服务器,用压缩包中的数据库文件覆盖原文件 5 编译,首先检测第三方控件是否安装完全,改变udm模块中的adoconn的connstring,使其与yd联接 6 不足 1。无并发控制。多客户端操作容易出错, 2。无社保购药接口,无ic卡,扫描仪接口,出款方式简单,不支持欠帐 3。数据库设计不太理想 4,库存采用加权移动平均法,用先入先出法更合理, 5。程序有些处理方法采用了非正常手段,不易维护 6。报表没有采用票据打印机, 7。统计功能还要完善 8。所在与库存操作都采用一个tcr(tdataset)不合理, 9。没有处理药品折扣
开发平台:Delphi | 大小:422KB | 下载556次
biyuntian 在 2005-06-30 14:17:33 上传
说明:本程序是用pascal语言编写的编译原理小程序,包括词法分析,语法分析,语意分析,优化及目标代码生成
开发平台:Pascal | 大小:7404KB | 下载40次
eclipse_sdk 在 2005-06-20 08:53:19 上传
说明:编译原理的一个小实例 YACC(Yet Another Compiler-Compiler)是LALR(1)分析器的自动生成工具,它的第一版于70年代初发表,是美国贝尔实验室的软件产品(作者为S.C.Johnson) YACC将一前后文无关文法转换为一LALR(1)分析表,并提供使用该分析表进行语法分析的总控程序yyparse().
开发平台:Windows_Unix | 大小:108KB | 下载84次
dujinming 在 2005-06-08 23:41:44 上传
说明:PC-Lint是一种静态代码检测工具,可以说,PC-LINT是一种更加严格的编译器,不仅可以象普通编译器那样检查出一般的语法错误,还可以检查出那些虽然完全合乎语法要求,但很可能是潜在的、不易发现的错误。
开发平台:C/C++ | 大小:9028KB | 下载1536次
mousedolly2002 在 2005-06-04 10:18:53 上传
说明:一个简单的编译器源代码.希望对一些同行有所帮助.
开发平台:Visual C++ | 大小:4KB | 下载286次
changbo1982 在 2005-05-25 11:27:58 上传
说明:编译原理的源代码,涉及了编译原理的各个过程:词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码的解释执行,详
开发平台:C/C++ | 大小:1KB | 下载213次
857272 在 2005-05-08 13:36:50 上传
说明:英文版编译器设计:里面详细介绍啦C编译器的设计
开发平台:Visual C++ | 大小:1191KB | 下载51次
lifelz888 在 2005-05-07 01:32:42 上传
说明:SNL语言的编译器,Vc++编写,Windows界面,语法,词法,语义分析及代码生成一条龙,有详细注解! 超级豪华!
开发平台:Visual C++ | 大小:341KB | 下载169次
dalao 在 2005-04-20 21:39:27 上传
说明:pe文件2in1捆绑工具源代码!请用Delphi编译!
开发平台:Delphi | 大小:234KB | 下载79次
carming 在 2005-04-17 20:23:37 上传
说明:Thanks for downloading my Logix RC flight simulator. This is a Micro$oft Visual C++ project, so it would be easiest for you to open it with MSVC++ but if you dont have it, you can always use your own compiler, the source files are all there. My program uses some free library offered by Microsoft that make direct X much easier and faster to use. They are located in the 3dPlus directory, you will have to add them to the lib, and include directory on your compiler. The EXE is included, it searches for a bitmap to use as the ground, this is determined in the source. Im know the commenting on the source leaves some to be expected, but i ve run low on time. If you need help, source code to the librarys, or anything else email me at: logix@ionet.net I ll even send you a CD with everything on it if you mail me a few dollars. Please feel free to distribute this but leave it intact.
开发平台:Visual C++ | 大小:184KB | 下载120次
gepo 在 2005-03-29 11:13:23 上传
说明:这是一个VHDL(硬件描述语言)的编译器,更确切说是一个解释器,输入是VHDL语言,输出是经过提到后的符号表,也就是将VHDL中的重要变量比如输入输出变量和DFF等保存下来。
开发平台:Unix_Linux | 大小:115KB | 下载14次
tttttt2005 在 2005-01-26 10:38:10 上传
说明:basic compiler for 8051
开发平台:DOS | 大小:35KB | 下载5次
hiberhe 在 2005-01-22 22:03:03 上传
说明:C Flash Drivers for the AT89C51RD2_ED2_ID2 for Keil Compiler rev 1
开发平台:C/C++ | 大小:27KB | 下载23次
Amiya 在 2005-01-22 12:29:50 上传
说明:pascals编译程序源代码及说明
开发平台:Pascal | 大小:29KB | 下载36次
seu.zhangliang 在 2005-01-19 17:07:53 上传
说明:简单的c编译器词法分析器、语法分析器和中间代码生成器
开发平台:Visual C++ | 大小:4KB | 下载1902次
szctvro 在 2005-01-06 11:23:49 上传
说明:南京航空航天大学2004年编译原理课程设计。设计者:陈献机,项高友,陈柳君,袁月峰。
开发平台:C++ Builder | 大小:666KB | 下载238次
696zhang 在 2004-12-22 21:22:25 上传
说明:编译原理-文法等价转换
开发平台:Delphi | 大小:506KB | 下载21次