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

搜索资源列表

  1. RevendeproSrc

    3下载:
  2. 这是个反向工程delphi的程序的全部源代码.能分析几乎所有的结构 Revendepro is a program to reverse engineer Delphi program. Revendepro finds almost all structures (classes, types, procedures, etc) in the program, and generates the pascal representation, procedures will be writt
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:226.4kb
    • 提供者:Rick Chen
  1. stl32

    0下载:
  2. The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators it provides many of the basic algorithms and data structures of computer science
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:205.06kb
    • 提供者:北科
  1. PL0C++

    0下载:
  2. 用于模拟编译系统,支持多种数据类型和结构,自己编写程序并调用编译器模拟编译,生成三代码语言。-Used to simulate the build system to support multiple data types and structures, their programming and call simulation compiler compiler to generate a three-code language.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:584.09kb
    • 提供者:jiarunxiao
  1. arrays

    0下载:
  2. how to add arrays * Use of const (constant) values. * Creation of vectors. * Passing vectors as function arguments. * Reading from files of unknown size (monitoring istream status). * Repetitive structures (while and for loops). * T
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:1.48kb
    • 提供者:satwinder
  1. vbkiller

    0下载:
  2. VBKiller使用说明 Killer是一个VB辅助逆向分析的工具。首先声明,它不能帮你把VB程序反编译到VB源代码,只能使得VB程序的反汇编看起来更接近VB代码。 配合IDA使用,可以建立VB程序几乎所有的类结构、方法表、函数体,并建立方法表结构体;可以识别VB程序中引用的COM的CLSID,并使用ProgID命名;可以建立任意COM程序(非VB编译的也可以)的方法表、函数体,并建立方法表结构体,可以在待分析的VB程序中使用这些结构体。-VBKiller instructions K
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:112.13kb
    • 提供者:gao
  1. DsPro

    0下载:
  2. data structures basic programs for beginners
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:72.37kb
    • 提供者:sam
  1. LexicalAnalyzer

    0下载:
  2. 用C做的一个词法分析器,对学习数据结构有帮助-With C doing a lexical analyzer, useful for learning data structures
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:198.62kb
    • 提供者:金雷雷
  1. PL0-classic

    0下载:
  2. 可能是流传最广、最为经典的样板作品,Pascal语言之父、图灵奖获得者Niklaus Wirth在其名著Algorithms + Data Structures = Programs第5章给出的一个递归下降预测分析器实现。毫无疑问,它是用Pascal语言编写的。该编译器生成的目标语言是p-code,一台p- code虚拟机有3个寄存器(程序计数器、基本寄存器和栈顶寄存器)和8条指令(每条指令有多种形式)。-May be the most widely accepted model for the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:4.46kb
    • 提供者:superchangme
  1. 20029440913

    0下载:
  2. (1) 根据LL(1)分析法编写一个语法分析程序,可根据自己实际情况,选择以下一项作为分析算法的输入: a. 直接输入根据已知文法构造的分析表M b.输入文法的FIRST(α)和FOLLOW(U)集合,由程序自动生成文法的分析表M; c.输入已知文法,由程序自动构造文法的分析表M。 (2) 程序具有通用性 所开发的程序可适用于不同的文法和任意输入串,且能判断该文法是否为LL(1)文法。 (3) 有运行实例 对于输入的文法和符号串,所编制的语法分析程序应能正确判断此
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:283.02kb
    • 提供者:zmf
  1. PL0_Compiler

    0下载:
  2. Pl/0.h文件:头文件主要定义了常量,另外还定义了比较重要的枚举值,还有两个重要的结构体类型,最后还对函数进行了声明,总的来说,头文件的主要工作就是声明或定义了.cpp文件中需要用到的变量。 Pl/0.cpp文件:按照程序从main()函数开始的原则,我们一一作分析。 首先,主函数提示输入要打开的pl/0文件,因为我们需要对一个pl/0语言进行分析。接着,程序提示是否列出token文件,然后提示是否列出目标代码,继续提示是否列出符号列表,最后将文件以只读的形式放在一个新的txt格式的f
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:229.83kb
    • 提供者:郭红斌
  1. Chemicals2204995252011

    0下载:
  2. I have written this program to make it easy for anyone to make computer graphics based structrual design of simple compounds. (User can also make very complex chemical structures but he/she will need a clear idea of 3D geometry and some basic trigno
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:348.62kb
    • 提供者:blesson
  1. Structures-and-unions

    0下载:
  2. Example of using structures in C-Example of using structures in C++
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:1008byte
    • 提供者:Wolf
  1. FullCompiler

    0下载:
  2. 包括完整的前端后端的C编译器 支持指针、结构体、带参带返回值的函数声明与定义、多维数组、循环等基本功能,更重要的是支持Windows API。后端用C++自行实现,具有良好的学习参考价值-The C compiler includes a complete front-end back-end support pointer structures with parameters with the basic functions of the return value of the functio
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:390.82kb
    • 提供者:raffaelezou
搜珍网 www.dssz.com