CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 编译器/词法分析 搜索资源 - C 小程序

搜索资源列表

  1. by.rar

    0下载:
  2. c写的一个c小段程序编译程序
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:3208
    • 提供者:
  1. cscanner

    0下载:
  2. 一个使用Lex编写的C语言词法加亮的小程序。能将指定的C源程序进行词法加亮,并以HTML文件的格式输出。 由Lex的C语言词法分析程序,然后使用VC编译,内附较详细的使用说明。-Lex prepared to use a C-plus morphology of small programs. Can designated source for the C-plus morphology, and the HTML file format. Lex from the C language lex
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:104204
    • 提供者:陈凯
  1. CodeFormatter 1.0

    0下载:
  2. 用c#写的小程序,关于c语音词法分析的,功能很简陋,大家看看吧-use small programs written in that voice on the c lexical analysis, feature very simple, we look at it
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:91071
    • 提供者:xup
  1. PowerToy

    0下载:
  2. PowerToy是为方便程序员在命令行窗口中使用Visual Studio.NET 2003 中的各种命令行工具而开发的一个小程序。它在资源管理器的弹出菜单中增加一项[打开命令行窗口]。点击该菜单项后,系统会在资源管理器当前工作路径处打开一个命令行窗口,并在此窗口中自动设置Visual Studio的环境变量,如PATH。程序员在此窗口中可方便地执行Visual Studio.NET 2003中的各种命令行工具,如C++、C#的编译器等等。-PowerToy for the convenienc
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:153454
    • 提供者:coca
  1. little C

    1下载:
  2. 用C语言编的一个小解释器,可以执行C程序的!算是可以执行C程序的C程序吧! (大师)写的哦!- A small interpreter arranges which with the C language, may carry out the C procedure! Is may carry out C the procedure C procedure! (Master) writes oh!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8395
    • 提供者:张飞
  1. myCompile

    0下载:
  2. 一个小程序,用c++语言实现简单的一遍编译器,完成中缀表达式与后缀表达式之间的转换。-a small program, c simple language what the compiler, completed sergeant with the suffix expression between the expression change.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2685
    • 提供者:刘刚
  1. accidence_analyzer

    0下载:
  2. 这是一个编译原理里关于词法分析器的小程序。编程工具是:Visual C++ 6.0-This is a compiler theory Lane on the lexical analyzer small procedures. Programming tools : Visual C + + 6.0
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:9927
    • 提供者:刘星
  1. 用C语言编写的一个编译器小程序

    1下载:
  2. 用C语言编写的一个编译器小程序 可以读出输入的字符串并把他按照字母,符号,数字等分类,希望给初学编译原理的网友有帮助。
  3. 所属分类:编译器/词法分析

    • 发布日期:2014-01-17
    • 文件大小:128943
    • 提供者:aijdf
  1. C_TEST

    0下载:
  2. 原来自写的C词法分析小程序 适用于课程设计等
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:7119
    • 提供者:王克淼
  1. 编译小程序-词法分析

    0下载:
  2. 这是一个用C++编写的编译原理的词法分析程序,希望对各位学习编译的同学有一定帮助-This is a C compiler prepared by the tenets of lexical analysis procedure, and I hope to learn from you and the compiler will definitely help students
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1778
    • 提供者:陈陪
  1. 词法分析小例子c

    0下载:
  2. 通过设计编制调试一个具体的词法分析程序,加深对词法分析原理的理解。并掌握在对程序设计语言源程序进行扫描过程中将其分解为各类单词的词法分析方法。- And the hands of the right programming language source for the scanning process of decomposition of various word lexical analysis methods.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:8101
    • 提供者:张明
  1. stephen的编译

    0下载:
  2. 编译原理 小程序设计 用C语言实现一个简单的词法分析程序-small compiler theory C programming language used to implement a simple lexical analysis procedure
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:6226
    • 提供者:张土生
  1. by

    0下载:
  2. c写的一个c小段程序编译程序-c writes c young Duan procedure compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-12-06
    • 文件大小:3479
    • 提供者:王锋
  1. Compiler

    0下载:
  2. 编译课上做的小程序,用四种分析方法分别实现(LL1,算符优先,递归下降,简单词法分析) 完成对正则文法所描述的Pascal语言子集单词符号的词法分析程序。 <标识符>→字母︱ <标识符>字母︱ <标识符>数字 <无符号整数>→数字︱ <无符号整数>数字 <单字符分界符> →+ ︱- ︱* ︱ ︱(︱) <双字符分界符>→<大于>=︱<小于>=︱<小于&g
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:483490
    • 提供者:丁丁
  1. xiaochuzuodigui

    0下载:
  2. 用于消除左递归的一个用C++语言实现的小程序。里面包含有详细的报告和源代码。-Used to eliminate the left recursion in a C++ language implementation with a small program. Which contains detailed reports and source code.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:726414
    • 提供者:曾冬梅
  1. Cplusplusencryptsoundcode

    0下载:
  2. 对程序源代码进行加密的小程序 采用C++语言编写,注意在编译时在makefile中设置ucl路径。vs2008编译通过-Of the source code used to encrypt a small program written in C++, compile-time attention to ucl path set in the makefile. vs2008 compile
  3. 所属分类:Compiler program

    • 发布日期:2017-05-16
    • 文件大小:4584585
    • 提供者:赵伟
  1. cifafenxi

    0下载:
  2. 基于有限自动机原理的词法分析 C++写的一个小程序 -Word parsing based on FSM
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:392362
    • 提供者:保密
  1. MyWin32

    0下载:
  2. C++初学者练习小程序,入门联系,可以明白xiaochengxC++编译原理-asdfasdfasd
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:16597
    • 提供者:唐建贤
  1. copy

    0下载:
  2. 这是学习编译原理时,为词法分析做准备,用C写的一个小程序,把一个文件中的空格去除掉,复制到另一个文件中保存。希望对初学者有用-This is the time to learn compiler theory, in preparation for the lexical analysis, using a small program written in C, the space of a file to remove, copy, save to another file. Want to
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:179343
    • 提供者:楚明阳
  1. Crc32

    0下载:
  2. CRC校验实用程序库 在数据存储和数据通讯领域,为了保证数据的正确,就不得不采用检错的手段。在诸多检错手段中,CRC是最著名的一种。CRC的全称是循环冗余校验,其特点是:检错能力极强,开销小,易于用编码器及检测电路实现。从其检错能力来看,它所不能发现的错误的几率仅为0.0047 以下。-/* CRC.C——CRC程序库*/   #define CRCCCITT 0x1021   #define CCITT-REV 0x8408   #define CRC16 0x8005   #define C
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:2380205
    • 提供者:yang_yinxia
« 12 »
搜珍网 www.dssz.com