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

搜索资源列表

  1. vc做的C代码编译器

    0下载:
  2. vc做的C语言编译器,基本可以编译c的各种特性,值得学习编译器的朋友下载-vc do C language compiler, which can be compiled c various properties worth learning compiler downloaded to see friends
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:56.8kb
    • 提供者:李川
  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. 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. 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. Soft20060210105922892

    0下载:
  2. 这是学《编译原理》时的上机实验。可实现对C语言的词法分析,关键字32个,包含了C的绝大部分运算、限界符,主要是对文件进行读、写操作,节省内存消耗,自以为是一个不错的词法分析程序。运行环境为VC++6.0。-This is the time for "compiler theory," the experiment on the plane. To be able to achieve C language lexical analysis, keyword 32, C con
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:4.27kb
    • 提供者:why
  1. xxml

    0下载:
  2. msxml接口编程,vc环境下调用,可运行代码 -mjs15451 programming interface, called vc environment can be run code
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:57.57kb
    • 提供者:vv
  1. analyserforcompiling

    0下载:
  2. 用vc++6.0制作,编译器,希望对大家有用-produced by vc 6.0, compiler, it may be useful to hope
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:244.21kb
    • 提供者:church
  1. ExpState

    0下载:
  2. 使用状态机求浮点数真值 该程序用ANSI C编写,用TC或VC编译均可, 运行时输入一个符点数,即可得到真值 -use of state aircraft for the true value of the float process with ANSI C, TC or VC compiler can, running a website import quota, can be the true value
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.47kb
    • 提供者:tary
  1. 521178934765lr(1)

    0下载:
  2. PLO编译器 vc++编写界面美观 人性化 可用与分析研究 -PLO compiler vc prepared beautiful interface can be humanized and analysis
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:5.26kb
    • 提供者:su
  1. MQTH2

    0下载:
  2. 用来测试ESL DSP C COMPILER数学函数库是否正确的VC程序,测试方法,在VC下随机产生函数输入值,并把输入与输出值记录到C:MATH文件中。可以直接用于你所测试的COMPILER。-used to test ESL C COMPILER DSP Math Library VC correct procedures, test methods, the VC randomly generated function input, and import and export value
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:17.47kb
    • 提供者:陶自权
  1. cffxc

    0下载:
  2. 用vc编写的一个词法分析源程序,可以对输入的C语言语句进行种别分类-vc prepared with a lexical analysis of the source, can be imported to the C language statements for other species classification
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.71kb
    • 提供者:范铮
  1. ProgramCalculator

    0下载:
  2. 这是用VC编写的一个关于计算器的代码,大家可以下载参考一下,有四则运算-This is with VC to prepare a code on the calculator, it can be downloaded for reference, there are four computing
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:44.5kb
    • 提供者:秋云
  1. bianyiyuanlishiyan

    0下载:
  2. 相当强悍,学编译原理的绝不能错过! ------------------------------------ 编译原理的几个实验: 1.词法分析 2.语法分析 3.表达式求值 4.四元式中间代码 有C和VC两个环境、-Very tough, learning to compile principle must not be missed!------------------------------------ Compilation Principle of sev
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:132.07kb
    • 提供者:joesh
  1. alysis

    0下载:
  2. 编译原理文法分析小程序。在VC环境下编译运行通过。可正常运行。-Analysis of the principle of grammar compiler applet. In the VC environment to run through the compiler. Can be normal operation.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:12.43kb
    • 提供者:ye ma
  1. LL1

    0下载:
  2. 实现编译原理中LL1文法分析功能 编译原理课程中,在词法分析之后需要做文法分析,其中LL1文法分析方法是书中的重点,这里在VC++环境里编写了改方法的实现代码-The realization of the principle of LL1 grammar compiler analysis Compilation Principle course, in the lexical analysis, grammar analysis needs to be done, including LL
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:5.43kb
    • 提供者:huang yufei
  1. wordanalysis

    0下载:
  2. 采用VC编程的词法分析器,代码可以直接运行,思路清晰易懂,可用作演示,也可帮助理解编译原理的词法分析过程-Programming using VC lexical analyzer, code can be directly run clear and understandable, can be used as a demo, but also can help the compiler to understand the principle of the process of lexical
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:6.79kb
    • 提供者:卓琳 瑞格
  1. Lexical

    0下载:
  2. 简单的词法分析器 利用vc编程 功能 可以打开任意位置和名称的原文件进行词法分析,可以进行非法字符和数字后边跟字母的错误判断-The lexical analyzer easy to use programming function vc can open arbitrary location and name of the original document lexical analysis can be carried out illegal characters and letters
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:26.22kb
    • 提供者:seven
  1. Cifa

    0下载:
  2. 这个是用VC编的词法分析器,通过编译可以用-VC for this is the lexical analyzer can be used through the compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:338.79kb
    • 提供者:Baihui
  1. cint-5.16.19-win32.tar

    1下载:
  2. Cint(C/C++ interpreter, C-int)是一个C++解释器,顾名思义,和GCC、VC等编译器不同,它是解释执行C++代码的。它具有的能力有: 支持 K&R-C, ANSI-C, ANSI-C++ 可处理大规模C/C++源码 动态C++ 内置的Debugger和Class Browser Cint可以在不少操作系统上工作 -Cint (C/C++ interpreter, C-int) is a C++ interpreter, by definit
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1.9mb
    • 提供者:hopper
« 12 »
搜珍网 www.dssz.com