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

搜索资源列表

  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
    • 文件大小:101.76kb
    • 提供者:陈凯
  1. 编译

    0下载:
  2. 一个不错的编译程序,能够在VC环境下完美运行-a good compiler, in the VC environment perfect run
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.36mb
    • 提供者:安康
  1. 编译原理课程设计原稿(陈强 20029440913)

    0下载:
  2. 一个编译原理的词法分析程序,用vc编写 编译通过。-a compiler tenets of lexical analysis procedures used to prepare vc compile.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:285.33kb
    • 提供者:犯得上
  1. cffx_tcking

    0下载:
  2. 该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录的output.txt文件中。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:199.06kb
    • 提供者:汤超
  1. 语法分析器 tcking

    1下载:
  2. 一个vc写的语法分析器 可以分析c语法-vc write a parser can be analyzed c Grammar
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:134.62kb
    • 提供者:汤超
  1. 非常经典的词法分析器

    0下载:
  2. 一个VC写的非常不错的词法分析器,我的编译原理课程设计,仅供参考。-a VC was a very good lexical analyzer, I compiler theory curriculum design, for reference purposes only.
  3. 所属分类:编译器/词法分析

    • 发布日期:2013-04-09
    • 文件大小:42.51kb
    • 提供者:吴少华
  1. 用Bison实现pl0语言编译器

    1下载:
  2. 简介:PL0语言是pascal语言的一个子集。编译VC工程之前,需要运行run.bat将词法分析脚本和语法语义分析脚本编译成C语言。-Profile : pascal PL0 language is a language subset. VC compiler works, will also need to run the scr ipt lexical analysis and semantic analysis scr ipt syntax into C language compiler
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:919.4kb
    • 提供者:罗鹏魁
  1. WordAna

    0下载:
  2. 一个简单得词法分析器,实现语言vc,分析对象delphi-simple that a lexical analyzer to achieve language vc, the subject delphi
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:63.2kb
    • 提供者:周自强
  1. pl0withc

    0下载:
  2. 它是VC++6.0下面的一个项目,该目录包括PL/0编译器的源代码。 PL0/debug下面是已经编译成功的PL/0编译器:PL0.exe。该小编译器可以处理一些简单的 利用PL/0语言书写的程序。例如,PL0/debug下面的test.PL0就是一个简单的 PL/0 程序。 运行PL0.exe, 并把test.pl0提供给PL0.exe,处理结果将保存在test.out 中。 注:test.pl0 和 test.out 可以用Notepad(记事本)软件
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:14.11kb
    • 提供者:coca
  1. ExpressAnalysis

    0下载:
  2. 表达式分析, 支持算术运算,括号,关系运算,逻辑运算,字符串的like运算等。采用了有限自动机做词法分析, 语法分析用算符优先分析方法,正负号算符使文法不是OPG,因此这里作了特殊处理。分析的结果是逆波兰式, 存在一个链表中。在逆波兰式的基础上,用一个栈来进行求值。在vc++6.0下试验通过。 如有问题,可以mail: zch888email@163.com 我将尽快回复你。-expression analysis, supports arithmetic operations, bra
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:22.27kb
    • 提供者:大山
  1. Soft122512003017

    0下载:
  2. 编译器:一个VC++编写的词法分析器 可以自己输入 也可以导入一个文件进行分析-compiler : a VC prepared their lexical analyzer can also be imported into a document analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:27.19kb
    • 提供者:lin
  1. WiseFox

    0下载:
  2. 一个类似Microsoft Access的小型数据库管理系统,提供全部VC源码,涉及界面设计、数据存储、页面调度、语法分析、报表设计等多项技术,对数据库学习、研究以及企业应用都有极高的价值。 -similar to a small Microsoft Access database management system full source VC, involving interface design, data storage, scheduling pages, syntax analysi
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:405.41kb
    • 提供者:shahai
  1. VC-yu-yin

    0下载:
  2. The ITU-T(Telecommunication Standardization Sector)is a permanent organ of the International Telecommunication Union(ITU).The ITU-T is responsible for studying technical,operating and tariff questions and issuing Recommen- dations on them with a
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.89mb
    • 提供者:zzb
  1. VC++作品scanner

    0下载:
  2. 一个实现词法分析的程序 VC++环境 所需的efile.pas rfile.pas和头文件 仅供参考-achieve a lexical analysis procedure required for the VC environment and efile.pas rfile.pas document is the first reference
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:11.37kb
    • 提供者:唐军
  1. 编译原理课程设计VC实现源码

    0下载:
  2. 编译原理的VC实现,最近做编译作业,下载的.-compile VC tenets of a recent compiler operations, the downloaded.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.37mb
    • 提供者:侯华隆
  1. pl0编译器(vc实现内嵌词法分析器)

    0下载:
  2. vc实现的pl0编译器,有读取输出功能-read() -write(),这个源码对初学编译原理者有很好的指导作用,我当初学的时候用了3天看懂了源码,也对编译原理更加理解了,毕竟只学理论不看代码是不可能真正理解的,原作者是dwing,我对代码做了一些修改,在此感谢dwing提供的代码-vc achieve pl0 compiler, a reader output - read () - write (), the source for beginners compiler principles
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:51.62kb
    • 提供者:dlh
  1. 用VC++编制的一个递归下降分析程序

    1下载:
  2. 用VC++编制的一个递归下降分析程序,实现对词法分析程序所提供的单词序列的语法检查和结构分析。,With VC++ Prepared a recursive descent parser to achieve lexical analysis procedure provided by the word sequence and structure analysis of grammar checker.
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-03-22
    • 文件大小:209.49kb
    • 提供者:阿德
  1. 341722881

    0下载:
  2. vc 实现对C源程序进行编译,模拟一个小编译器-vc achieve compile C source code to simulate a small compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:336.5kb
    • 提供者:yyx
  1. VC

    0下载:
  2. 这是一款在windows环境下次用C语言编写的小型编译器。能够模拟VC++6.0的编译环境,帮助初学者了解和掌握编译器的编写过程。-This is a windows environment in the next with a small C language compiler. VC++6.0 to simulate the environment of the compiler to help beginners to understand and master the process o
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:79.47kb
    • 提供者:dyjh
  1. VC

    0下载:
  2. 是一款vc++ 编辑器, 可是进行编程,运行,实现代码的窗口化,很好用!-it is a bianyi tool,it can jinxing de bianyi ,shixian yunxing de jieguo
  3. 所属分类:Compiler program

    • 发布日期:2017-10-31
    • 文件大小:42.06mb
    • 提供者:陈雷
« 12 3 4 5 »
搜珍网 www.dssz.com