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

搜索资源列表

  1. vc511678900355

    0下载:
  2. 可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助。程序可能还有许多不足之出,热烈欢迎各位前来指导。在下在此表示衷心的感谢!!!!! -many peop
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.64kb
    • 提供者:梁小姐
  1. RTOSICCAVR

    0下载:
  2. UCOS/II for ICCAVR - The version of UCOS/II is 2.04 - the original port was done by Ole Saether for the IAR compiler. Jens E. Holtegaard ported one version using ICCAVR. Joerg Meyer did another port (using Jens port as a start?). This
  3. 所属分类:uCOS开发

    • 发布日期:2014-01-15
    • 文件大小:196.2kb
    • 提供者:zhjol
  1. compiler

    0下载:
  2. This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some issues involved with porting from
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:210.86kb
    • 提供者:cbsquan
  1. CCompilerSource

    0下载:
  2. This the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some issues involved with porting from MSD
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:211.85kb
    • 提供者:雪候鸟
  1. 四元式

    1下载:
  2. c实现的四元式,模拟编译原理来实现,程序本身没什么难度,不过写这种程序能进一步加深对编译原理的理解!-c 4 yuan to achieve the style, analog compiler principles to achieve, the process itself little more difficult, but to write such a procedure would further deepen the understanding of compiler theory
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5.49kb
    • 提供者:断翼
  1. 附录I Little C解释程序源代码

    1下载:
  2. Little C解释程序源代码用C语言实现了一个C语言的子集的解释程序,之所以是子集,是由于考虑到本次毕业设计的时间上并不允许将整个C语言的解释程序完成,事实上,若要将整个C语言的解释程序完成,那将不是凭一己之力加上数月可以完成的。为此,结合所学的编译原理和实现技术以及计算理论,本文之实现了C语言自己的解释程序。-C source code using C language of a C language subset of the procedures explained that the r
  3. 所属分类:编辑器/阅读器

    • 发布日期:2008-10-13
    • 文件大小:19.15kb
    • 提供者:卞强
  1. sigle

    0下载:
  2. 编译器 词法分析是指原文件被分解为词法符号的过程,通常是整个编译过程的第一步。虽然通常认为了解 C++ 的词法分析过程对于大多数一辈子都不会编写 C++ 编译器的程序员来说意义不大,但这篇文章不仅仅是为了满足某些人的好奇心而写的,因为我觉得任意一个严谨的 C++ 程序员都应该对 C++ 的词法分析有所了解,以避免一些偶然情况下会发生的错误-compiler lexical analysis refers to the original document for lexical symbols d
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.46kb
    • 提供者:差额
  1. C语言编译器的实现

    6下载:
  2. 编译原理大作业。C语言编译器的实现。附大作业的doc文档说明部分。 [编译原理豪华版程序.rar] - 编译原理豪华版程序用VC++编写 [附录I Little C解释程序源代码.rar] - Little C解释程序,Translation of the principle of large operations. C language compiler implementations. Attached to large operations doc document explain
  3. 所属分类:编译器/词法分析

    • 发布日期:2015-03-18
    • 文件大小:2.78kb
    • 提供者:zhx
  1. c_compiler.rar

    0下载:
  2. 一个C编译器源码。生成386或m68K代码。代码生成是相当不错。,This is the source for a C compiler that generates 386 or m68K code. Code generation is fairly good although the optimizer is a little naive... the code itself should be highly portable although there are some iss
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:209.82kb
    • 提供者:木青
  1. chicknet

    0下载:
  2. 基于DOS的SNIFFER,在TURBO C下编译,环境是老了点,不过很好用-DOS based on the SNIFFER, under in TURBO C compiler, the environment is a little old, but useful
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-04-02
    • 文件大小:110.36kb
    • 提供者:song
  1. LCC_SourceCode_C

    0下载:
  2. Lcc 前端。Lcc 是业界熟知的一款很小的标准C 编译器。市面上有关于lcc 的书籍 (如:A Retargetable C Compiler: Design and Implementation,Addison-Wesley, 1995)。上传 的代码是lcc version 4.2-Lcc front. Lcc is a little known industry standard C compiler. There are books about lcc (Eg: A Ret
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:729.49kb
    • 提供者:yxl
  1. cfree

    0下载:
  2. 一个很好的c/c++编译器,占用很少的内存的-A good c/c++ the compiler, taking up very little memory
  3. 所属分类:Compiler program

    • 发布日期:2017-06-02
    • 文件大小:13.97mb
    • 提供者:prince
  1. 178Ccode

    0下载:
  2. TC环境编译,178个经典C语言源代码,很多简单小游戏代码-TC compiler environment, 178 classic C language source code, many simple little game code. . . . .
  3. 所属分类:Other Games

    • 发布日期:2017-11-25
    • 文件大小:87.71kb
    • 提供者:卓细龙
  1. testword

    0下载:
  2. 用c#编写的编译原理简单的小实验词法分析器-Written by c# compiler theory lexical analyzer simple little experiment
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:42.76kb
    • 提供者:yimo
  1. linux_2048

    0下载:
  2. 用c实现的linux下的2048,分三种难度。可记分,记时,记步,可以倒退三步。放出来与大家一起分享!之前上传了tar.gz网站处理有点问题,删除重新上传一下,大家到linux下编译时,注意file format -2048 With c realize under linux, in three difficulty. Can score, remember, remember steps, you can go backwards three steps. Put out to share
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:3.23kb
    • 提供者:代平
  1. AN10859_NXP

    0下载:
  2. 恩智浦官方例程,附有中文说明,适合学习。(This software was adapted to work with a Keil MCB1700 board and the Keil RV ARM C-Compiler with as few modifications as possible. Note that modifications are not optimal, because ARM is a 32-bit machine while the original
  3. 所属分类:通讯编程

    • 发布日期:2017-12-25
    • 文件大小:1mb
    • 提供者:大头雕塑
  1. 刷金币

    0下载:
  2. 作死,第一个数数小一点,第二个数数大一点。(Dev C++编译)(Death, the first count down, second count a little. (Dev C++ compiler))
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:430kb
    • 提供者:APPLENO33
  1. lcc-4.2.tar

    0下载:
  2. lcc , a Little c compiler(lcc a Little c compiler)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:623kb
    • 提供者:adao
搜珍网 www.dssz.com