CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 编译器 自己

搜索资源列表

  1. VCbianyiqi

    0下载:
  2. 自制的vc环境下的编译器,词法语法,符合c的基本编译,特殊的可自己添加-Vc-made environment, compiler, lexical syntax, in line with the basic compilation c, special to add yourself
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:495500
    • 提供者:王元
  1. compilerjava

    0下载:
  2. 编译代码,PL/0编译器设计,改进版的,别人写的,自己作业借鉴下,分享-Compiled code, PL/0 compiler design, improved version of
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:25811
    • 提供者:melody song
  1. mylist

    0下载:
  2. 纯C语言实现的通用链表(类)源代码 纯C语言代码实现的通用链表(类)源代码,可在bc++、tc,tc++等这些老古董编译器以及gcc、vc6.0、vc2005中通过编译,觉得不错的下载研究研究,不能抓到截图。   一些说明:   为了可扩展使用,下面的结点结构中用TYPE指定数据类型,使用时请按照需要在list_def.h中把TYPE定义为合适的类型,并且提供三个原型函数,第一个用来为TYPE类型的数据赋值,第二个判断两个TYPE类型的数据是否相等,第三个用来打印(显示)TYPE
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:55276
    • 提供者:叶韵
  1. code

    0下载:
  2. linux 下FTP服务器自己写 开发环境了红帽9。gcc编译器-linux ftp server
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:37782
    • 提供者:冰凌
  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. dzcc

    0下载:
  2. 这是我毕设的一部分,毕设做的是C语言编译器,这部分是编译器的词法分析和语法分析。开发平台Visual Stuido 2010。语法分析仅仅是分析语法对不对,如果对会输出“OK”,反之输出“ERROR”词法分析完会把单词和类型列出,类型是我自己定义的枚举值。还有就是我定义了源程序中定义和生命函数时,如果没有参数必须加上"void"参数,否则报错。例如 void main(void){}-This is my part of the my graduation design.My graduatio
  3. 所属分类:Compiler program

    • 发布日期:2017-05-27
    • 文件大小:9810695
    • 提供者:陈子真
  1. Compiler

    0下载:
  2. 编译原理 pdf格式 设计自己的编译器-Compiler theory to design your own compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-05-23
    • 文件大小:7612041
    • 提供者:budubi
  1. Atmega8

    0下载:
  2. 机器人程序,Atmega8是前后传感器小板上的芯片的程序(前后都有,但用的是同一个程序),它将数据处理后通过异步串口(uart)传给主芯片。*_project是完整的工程文件,很多文件是编译器自动生成的,只有.c和.h的文件是自己写的,我把它们单独放在*_useful里了。提示一下:1. config.h中定义了所有的引用(include),其他xxx.h中引用config.h,相当于引用了所有的需要的xxx.h。 2. 每一个xxx.c文件都和一个同名的xxx.h文件对应(main.c和c
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-17
    • 文件大小:70727
    • 提供者:Jake
  1. Atmega128

    0下载:
  2. 机器人程序,Atmega128是主芯片程序。*_project是完整的工程文件,很多文件是编译器自动生成的,只有.c和.h的文件是自己写的,我把它们单独放在*_useful里了。提示一下:1. config.h中定义了所有的引用(include),其他xxx.h中引用config.h,相当于引用了所有的需要的xxx.h。 2. 每一个xxx.c文件都和一个同名的xxx.h文件对应(main.c和config.h除外),xxx.h引用config.h并定义所有xxx.c中的函数,以便yyy.c
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-25
    • 文件大小:216577
    • 提供者:Jake
  1. loucomp

    0下载:
  2. tiny 编译器的源码,自己进行进一步修改才能用-tiny
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:55111
    • 提供者:临海
  1. bianyiqi

    0下载:
  2. 自己做的一个PASCAL语言的简单编译器,从高级语言到产生汇编语言,用到了关于编译原理的知识-Their own language to do a simple PASCAL compiler generated from the high-level language to assembly language, used the knowledge about the compiler theory
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:377893
    • 提供者:tangyanlin
  1. mpc-0.8.1.tar

    1下载:
  2. gnu交叉编译器配置时需要的~自己安装时提示没有,好不容易找到-gnu cross-compiler configuration need not ~ own installation tips, hard to find
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-22
    • 文件大小:544950
    • 提供者:
  1. MiniC_Design_Implementation

    0下载:
  2. 随着计算机科学技术的飞速发展,计算机技术被应用在了越来越广泛的领域,实现各种各样功能的计算机程序被大量地开发出来,应用在我们的生活、学习和工作当中。相应地,也产生了许多用以编写这些计算机程序的高级程序设计语言。程序编制者通过特定语言的编译器将自己编写的源程序翻译为特定机器上的目标程序,从而能够最终达到程序执行的目的。-With the rapid development of computer science, computer technology is used in an increasi
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:188908
    • 提供者:飞轩泠
  1. cmmcompiler

    1下载:
  2. c#写的编译器,可完成词法分析,语法分析,自己定义文法规则-c# compiler writing, to be completed by lexical analysis, syntax analysis, their own definition of grammar rules
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:157833
    • 提供者:Yuan
  1. clib

    0下载:
  2. 可以用于快速查阅C语言编译器标准函数库中的函数用法和实例,由于是直接使用简单HTML编写的,所以用户可以根据自己的喜好来添加或者删除任意个函数实例。-Can be used for quick access to the standard C language compilers use libraries of functions and examples, because it is directly written using simple HTML, so users can add t
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:178098
    • 提供者:飞轩泠
  1. MingwLibrarySrc

    0下载:
  2. 在windows系统中使用MinGw编译器编译自己的库的实例。-This is intended to give a brief and simple introduction to compiling your own libraries with the MinGW (Minimal GNU for Windows) compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:543
    • 提供者:海航库
  1. CompilerPRC

    0下载:
  2. 课程设计:自己做的一个Java的Tiger语言编译器。可编译到到中间代码生成。-Course design: its own Java-Tiger to do a language compiler. Can be compiled into the intermediate code generation.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-01
    • 文件大小:540546
    • 提供者:刘晨
  1. antlr-3.0.1.tar

    0下载:
  2. Antlr(ANother Tool for Language Recognition)是一个工具,它为我们构造自己的识别器(recognizers)、编译器(compiler)和转换器(translators)提供了一个基础。通过定义自己的语言规则,Antlr可以为我们生成相应的语言解析器,这样便可以省却了自己全手工打造的劳苦。-ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool t
  3. 所属分类:Compiler program

    • 发布日期:2017-05-13
    • 文件大小:3383181
    • 提供者:dang
  1. C-Compiler

    0下载:
  2. C语言自己编译器 最后可以生成汇编语言 没有使用LEX/YA-C-compiler can generate its own assembly language without using LEX/YACC
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:248480
    • 提供者:aptiva0985
  1. ThePStandardPCPLibrary

    0下载:
  2. C++有很多的库, 你自己也可以写几个, 但那是你自己的,只有你自己用能用. MS也有很多C++库, 但那只能在MS系统上用, 而C++标准库是大家都可以用的,所有的C++编译器都支持-C++ has a lot of library, you can also write several, but it is your own, only yourself with use. MS also has a lot of c++ library, but that can only be used
  3. 所属分类:Compiler program

    • 发布日期:2017-06-01
    • 文件大小:14112397
    • 提供者:
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com