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

搜索资源列表

  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. awk.tar

    0下载:
  2. 著名Awk语言的编译器,里面附带 编译用的批处理文件,只要安装 VC就可以直接双击该文件进行 编译-famous Awk language compiler, compiler fringe inside the batch file, as long as the installation of VC can click on the document compiled
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:83.77kb
    • 提供者:yyf
  1. cffx_tcking

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

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

    0下载:
  2. 很好的c语言词法分析程序,该词法分析程序用VC++ 6.0编写,以FileOpenDialog打开的*.c或*.cpp文件为语言字集的 源程序作为词法分析程序的输入数据,经词法分析程序分析后的结果保存在源文件的同目录 的outpu.. 开发工具:C++Builder, 提供者:汤超 · 词法分析器11.rar, 2005-12-25 -good language lexical analysis procedures, the lexical analysis procedures us
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.22kb
    • 提供者:唯一
  1. LEX

    0下载:
  2. 词法分析器,VC++编写,是学习编译原理的好工具,包含自己定义格式的源文件输入。-Lexical analyzer, VC++ to prepare, to learn principles of good tools to compile, contains its own definition of input source file formats.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:26.2kb
    • 提供者:huihui
  1. CheckVar

    0下载:
  2. 使用VC++对程序文件进行词法分析,找出程序中的有关变量相关的错误,如没有定义的变量,重复定义的变量等-Using VC++ on the program file for lexical analysis to identify process-related variables related errors, such as the absence of a definition of variables, definition of variables, such as duplicate
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:7.02kb
    • 提供者:成炼
  1. huffmancoding

    0下载:
  2. 这是一个霍夫曼编码解码的源程序,可以用它高效实现霍夫曼解码编码,注释详细,可读性好.压缩包止包括源程序文件,再vc中运行. -This is a source of Hoffman codec, you can use it to achieve efficient coding Huffman decoding, notes in detail, better readability. Compressed packet including the source file only, an
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:24.68kb
    • 提供者:yxj
  1. 1

    0下载:
  2. 编译原理的语法分析实验,运用LL(1)方法进行分析 ,里面含有一个CPP文件,用VC运行,程序已调通-Compiler parsing principle experiments, the use of LL (1) methods of analysis, which contains a CPP file with VC running, the program has been transferred Qualcomm
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:1.62kb
    • 提供者:duanxinn
  1. PL0

    0下载:
  2. VC PL0编译器PL/0编译器是个一遍的编译程序,词法分析程序作为子程序,需要的时候被语法分析程序调用,使用语法制导的翻译技术,在语法分析的同时生成中间代码,并保存到文件中。-VC PL0 compiler PL/0 compiler is again compiled program, lexical analysis program as a subroutine, and when required by the syntax analysis program call, use the
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:243.7kb
    • 提供者:封建性
  1. PEiD

    1下载:
  2. 现在的软件大都加了壳,给破解汉化带来非常大的不便。PEiD 能够侦测出几乎所有的壳,其数量已超过 470 种 PE 文件的加壳类型和签名,新版本增加了命令行的操作支持,使用非常方便。经分析是目前各类查壳工具中性能最强大的一款。另外还可识别出 EXE 文件是用什么语言编写的,比如:VC++、Delphi、VB 或 Delphi 等。-Most of today' s software, added a shell to break caused great inconvenience fin
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:2.59mb
    • 提供者:老袁
  1. addddd

    0下载:
  2. 一个add文件,里面有matlab和vc接口实例。 用vc打开使用-Add a file, there are instances of matlab and vc interfaces. Open to use with vc
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1.99mb
    • 提供者:张晶
  1. AddressBook

    0下载:
  2. 编译源程序: 1. 去掉“只读”属性。 2. 编译不受源文件位置和数据库位置的影响。即,AddressBook的整个工程复制到任何地方都可编译。 运行Realease: 1. 确认已安装VC 6.0。-Compile the source: 1. Remove the " read only" attribute. 2. Compiled from the source file location and the location of the datab
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:44.92kb
    • 提供者:renkool
  1. cefa_fenxi

    0下载:
  2. 一个小巧的VC++词法分析器的源程序,同样是基于PL/0语言,分析之前请先选择一个源文件或者保存你编辑的代码后再进行词法分析-A small VC++ lexical analyzer of the source, the same is based on the PL/0 language, analysis of the source before you select a file or save after you edit the code for lexical analysis
  3. 所属分类:Compiler program

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

    0下载:
  2. 本压缩文件中为一个.cpp文件。即一个语法分析器的源代码 可以在VC下完美运行 为本人实验课程序 功能完善-This is a compressed file. Cpp file. That is, a parser source code in VC as I run under perfect experimental course program is fully functional
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:1.01kb
    • 提供者:yangbin
  1. -2

    0下载:
  2. C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC Appwizard生成的工程奠定了良好基础。-C++ cl
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:564.26kb
    • 提供者:紫心湖
  1. itpp-4.2

    0下载:
  2. IT++4.2 VC上通信仿真安装文件,功能很强大-IT++4.2 VC installation file on communication simulation, very powerful
  3. 所属分类:Compiler program

    • 发布日期:2017-11-07
    • 文件大小:1.52mb
    • 提供者:Tam
搜珍网 www.dssz.com