CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Compiler Design In c

搜索资源列表

  1. USBMouse2

    0下载:
  2. This design package includes reference materials for creating a USB - PS/2 combination mouse that auto-detects the interface and configures itself to operate on the appropriate bus. Documentation docs - Designing a low cost CY7C63723 co
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:597868
    • 提供者:zxh
  1. LexSeu

    0下载:
  2. 东南大学 课程设计 lex部分 说 明 **本次实验在Visual C++6.0环境下开发** 主要有以下文件: 1 词法分析器 lex.cpp 2 头文件 lex.h 3 测试文件 lex.l.txt lex工具的使用方法 编译运行 lex.cpp/lex.h,这样就将lex.l.txt转换成Cpp语言程序yylex.cpp 然后使用VC++6.0将lexyy.cpp编译成可执行程序, 这样就识别出了lex.l.t
  3. 所属分类:.net编程

    • 发布日期:2008-10-13
    • 文件大小:10635
    • 提供者:myname
  1. wxDrawer

    0下载:
  2. 跨平台跨编译器的c++绘图框架,支持无限Undo和Redo,诸多设计模式的结合使用,可以很方便的进行扩展。-cross-platform cross-compiler of c Mapping framework to support unlimited Undo and Redo. many of the design patterns used in conjunction, can facilitate the expansion.
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:806388
    • 提供者:wuyan
  1. 51biancheng

    1下载:
  2. 51单片机C语言的编程技巧 在进行单片机应用系统设计时.汇编语言是一种常用的软件工具。它能直接操作硬件.指令的执行速度快。但其指令繁育统的固有格式受硬件结构的限制很大.且难于编写与调试.同时其可移植性也较差。随着单片机硬件性能的提高.其工作速度越来越快.因此在编写单片机应用系统程序时.更着重于程序本身的编写效率。本文介招的C51交叉编译器就是解决连一问题的利器-51 microcontroller C programming language skills during SCM applic
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:354793
    • 提供者:liming
  1. 402_01

    0下载:
  2. CForms, by Lars Berntzon (Stockholm, Sweden), is a tool for building interactive forms-driven applications. CForms applications can run on nany type of library supported by the \"curses\" library. CForms uses a language-based design to define forms.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:341762
    • 提供者:李凤杰
  1. 公交车维修管理系统

    1下载:
  2. c/s系统。 delphi 6+access 运行前先配置数据环境:把db文件夹复制到c:下 要编译请安装第三方控件fastreport2.47 这是我的小小的毕业设计,比较简单。不足之处希望大家指正qq:173778553-c / s system. Delphi 6 before running access configuration data environment : put db copied to the folder c : where to install third-part
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:1973255
    • 提供者:方在笑
  1. hc_compiler

    0下载:
  2. 由于时间紧迫及事先准备不足,编译器最后定型时暴露出不少问题及不足之处,主要有以下一些方面:   不支持数组数据类型,这是文法分析器设计时的一个疏漏,由于时间关系,最后只得把扫描器中已做好的相关的数组部分删去。   对于float数据类型的支持,直到语义分析都是正常的,也能生成相应的汇编代码,但由于我们对8086/8088指令系统本身了解不足,这样的汇编代码将只能做到含义上完全忠实于源程序,但不能运行。   对于局部变量的支持,则于时间紧迫,所有的局部变量全被处理成静态变量。使递归函数不能得到正确
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:260567
    • 提供者:周杰
  1. 词法语法分析器

    1下载:
  2. 学习编译原理时做的词法和语法分析程序.词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过. 程序采用单文档设计,利用了分割窗体技术-compiler theory when learning to do morphology and syntax analysis procedures. Morphology and syntax analysis package in a category CFenXi, the process in Visual C 6.
  3. 所属分类:

    • 发布日期:2008-10-13
    • 文件大小:317307
    • 提供者:习可伟
  1. blockdivide.rar

    0下载:
  2. 中间代码基本块划分(C++)程序源代码+课程设计报告 实现编译原理中代码优化的功能 ,Intermediate code into basic block (C++) Source code+ Curriculum design report on the achievement of the compiler code optimization principle in the function of
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:24805
    • 提供者:michelle
  1. cifafenxiqi

    0下载:
  2. 编译原理课程设计报告+词法分析器(C++)源代码 逐个读入源程序字符并按照构词规则切分成一系列单词。单词是语言中具有独立意义的最小单位包括保留字、标识符、运算符、标点符号和常量等。-Principles of curriculum design compiler report lexical analyzer (C++) By reading the source code into the source of characters and word formation rules in
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:50067
    • 提供者:michelle
  1. phq_c

    0下载:
  2. 用C语言设计捕虎棋游戏软件,使用TurboC2.0编译器,以图形模式在DOS操作系统和Windows操作系统下运行-Using C language design catch tiger chess game software, the use of compiler TurboC2.0 to graphics mode in the DOS operating system and Windows operating systems running under
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:429176
    • 提供者:steven_kin
  1. DesignPatter_strategy

    0下载:
  2. 设计模式中策略模式的c++实现,自己实现的,编译运行正常 -Design Patterns in strategy mode c++ Realization that he realized, the compiler is running normal
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:19796
    • 提供者:yu qin
  1. bianyiqi

    1下载:
  2. 八、 设计SAMPLE语言的语法、语义分析器,输出四元式的中间结果。 检查要求: a] 启动程序后,先输出作者姓名、班级、学号(可用汉语、英语或拼音)。 b] 请求输入测试程序名,键入程序名后自动开始编译。 c] 输出四元式中间代码(样式见样板输出3和4)。 d] 能发现程序的语法错误并输出出错信息。 -Eight, design SAMPLE language grammar, semantic analyzer, the output quaternion type
  3. 所属分类:Compiler program

    • 发布日期:2017-04-23
    • 文件大小:11278
    • 提供者:lilianjie
  1. macula_Area

    0下载:
  2. 本软件是从事一线教学的大学教师根据C/C++初学者的特点量身打造的一个简单易用的 C/C++学习与实验软件,现在已全面支持最新操作系统VISTA,它是从事一线教学的大学教师根据C/C++ 初学者的特点,量身定制的一个简单易用的 C/C++程序设计学习与实验软件(支持TC2/TC3、GCC、VC6四种编译器,没有使用日期限制)-This software is to engage in front-line teaching of university teachers in accordance
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-24
    • 文件大小:9962
    • 提供者:王猛
  1. Robosapien_IR

    0下载:
  2. Robosapien_IR.zip contains source files, PCB + Schematic and IR codes specification. The design is based on 8051 core mcu (I use P89C668 in my build), only minor modification needed with other brands of mcu. The board receive command code from serial
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-01
    • 文件大小:95605
    • 提供者:David
  1. achievementmanagementsystem

    0下载:
  2. 系统上采用BC31编译器作为开发环境,这个环境是我们在学习C++的平台,这个编译器功能完善,使用方便。我作的这次课程设计是《学生成绩管理系统》,它的主要功能是对学生的成绩进行修改和管理,而且方便快速,这个程序虽然简单,但是可以作为老师的辅助软件,对学生的各种成绩进行管理。-BC31 system used as a compiler development environment, the environment is in our learning platform C++, the comp
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-14
    • 文件大小:4103
    • 提供者:smith
  1. ADC

    0下载:
  2. 基于单片机的多路数据采集系统的设计方案,采用的是AD0809和51单片机,及LED液晶显示-To ADC0809 and 8051 as the core of the system, including three parts: data collection, data processing and display, the terminal receiver. Including its control, display, A/D converter, power conversion i
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:376829
    • 提供者:张超
  1. yufafenxishiyan

    1下载:
  2. 设计一个简单的词法分析器,从而进一步加深对词法分析器工作原理的理解。了解编译原理中词法分析器的原理,并用一种编程语言的具体代码实现简单的词法分析器的功能(在这里我使用C语言实现,代码可以完成简单的C语言程序中的关键词,变量,分界符,数字,运算符,赋值符。)-Design a simple lexical analyzer to further deepen the understanding of the lexical analyzer works. Compiler theory to u
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-05-06
    • 文件大小:109497
    • 提供者:
  1. PICC

    0下载:
  2. 张明峰书上的PICC教程 Microchip 公司自己没有针对中低档系列PIC 单片机的C 语言编译器,但很多专业的第三方公司有众多支持PIC 单片机的C 语言编译器 提供,常见的有Hitech、CCS、IAR、Bytecraft 等公司。其中笔者最常用的是Hitech 公司的 PICC 编译器,它稳定可靠,编译生成的代码效率高,在用PIC 单片机进行系统设计和开发 的工程师群体中得到广泛认可。 -Ming-feng PICC tutorial book on its o
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:146937
    • 提供者:hcs301
  1. passwordLock

    0下载:
  2. 本数字密码锁采用单片机AT89S52为主控芯片,由EEPROM存储密码。硬件部分包括主控制系统、人机交互界面以及输出系统三大部分。 软件部分应用单片机C语言实现了本设计的全部控制功能。C语言编译方便,易读性好,且移植性方便,能够满足实现本系统的功能要求。在设计过程中,给出了本系统C语言编程的原理和流程图。-The digital code lock using AT89S52 microcontroller as the main chip, the EEPROM stores the pa
  3. 所属分类:SCM

    • 发布日期:2017-05-11
    • 文件大小:2639616
    • 提供者:fdevil
« 1 2 34 »
搜珍网 www.dssz.com