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

搜索资源列表

  1. DFA

    0下载:
  2. 编译原理实验 DFA识别语言的java实现,为DFA.java文件中的DFA类实现成员函数boolean recognizeString(int move[][], int accept_state[], String word).-Compile the DFA recognizes the language of principle experiment java implementation for DFA.java file DFA class implements member fun
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:2.75kb
    • 提供者:陈竑睿
  1. PL0

    0下载:
  2. 进行pl0语言翻译(比之前的版本加上了输出完整类汇编代码功能)-The pl0 language translation (comparing with the previous version,I add a function that output a file with a complete class assembly code)
  3. 所属分类:Compiler program

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

    0下载:
  2. glut库文件,如果使用VC6.0,编译图形程序的时候,可能需要这个类库。-glut library file, if you use VC6.0, compile a graphics program, it may need this class library.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:301.82kb
    • 提供者:zhanghaooy
  1. LRCompiler1.0

    0下载:
  2. 这是我用VC6.0(用了MFC类库)编写的一个集词法分析、语法分析为一体的程序,是我编译原理课程设计的拙作!压缩包里包括源代码、测试数据,可执行文件打包,安装文件打包,课程设计文档,程序使用说明和数据规范说明一应俱全。-This is what I used VC6.0 (using the MFC class library) to prepare a set of lexical analysis, grammar analysis of the procedure as a whole,
  3. 所属分类:Compiler program

    • 发布日期:2017-05-22
    • 文件大小:6.69mb
    • 提供者:李文凯
  1. javacc-4.1

    0下载:
  2. javacc4.1软件为java的词法分析软件,可以编译java文件的类库-java software javacc4.1 lexical analysis software, you can compile java file class library
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:620.01kb
    • 提供者:邹俊杰
  1. VirtualMachine

    0下载:
  2. 自己开发的类汇编语言脚本语言虚拟机,用来运行之前上传的类汇编脚本语言编译器编译出的可执行文件。-Developed their own type of assembly language scr ipting language virtual machine, used to run From the class prior to the compilation of a scr ipting language compiler to compile an executable file.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-13
    • 文件大小:2.77mb
    • 提供者:zhangjin
  1. CSharpComplier

    0下载:
  2. 在C#中调用 System.CodeDom.Compiler类动态编译.cs文件生成类库的方法,好!-Call in the C# compiler System.CodeDom.Compiler dynamic category. Cs class file generation method, good!
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:38.31kb
    • 提供者:tr0j4n
  1. RemarkMarco

    0下载:
  2. 源代码注释快捷脚本,可以方便的设置各种注释,比如函数注释,单行注释,类注释,文件注释,头注释等-The open source code edit comment,eg: function comment,class comment,c file comment,h file comment ....
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:23.67kb
    • 提供者:brand
  1. DecompileTool

    0下载:
  2. .net反编译工具,可导入非加密的.dll和.exe生成的文件,显示其类和方法等。很实用,可分析去调用方法。-Used to decompile donet files,like .dll and .exe files.It can analyze the detail classes and methods in the file.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1.05mb
    • 提供者:陆超
  1. c

    0下载:
  2. 文本分析器 ,封装一个类CText, 并编写一个软件,它可以完成对任意一个文本文件的字符统计工作。-The text parser, packaging a class CText, and write a software, it can complete any of the characters in a text file statistics.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:868.9kb
    • 提供者:evanyooh
  1. yufafenxiqi

    0下载:
  2. 这是做毕业设计的时候找到的资料,很有用。词法和语法分析封装在一个类CFenXi中, 程序在Visual C++6.0下调试通过. 程序采用单文档设计,利用了分割窗体技术。这个软件用Visual C++6.0的MFC设计的,它的界面设计没问题,这个我试过,只是它分析的是Pascal语言代码。这个资源里附带了一个exe文件,可以直接运行。还有一个说明文档。说真的,这是我见过的资料最齐全的词法语法器软件了。很有用。 -This is the time to do graduation to find
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:241.35kb
    • 提供者:CC
  1. My-Java

    0下载:
  2. 本人开发的一款java编译器,当年学java时候用的。 主要功能:1.*.java文件编辑、2.*.java文件编译及运行、3.自动判断主类名(java文件保存时体现)、4.JDK环境变量检测及设置(winXP证实可用,理论上支持win7)... 开发环境:Microsoft Visual Studio 2005(Visual Basic 2005)。 仅供学习,如要盗版,请经过本人同意。 联系方式:QQ747192928。 可能存在Bug,请多包涵。- I
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:335.97kb
    • 提供者:lala
  1. newproject

    0下载:
  2. 基于JDK的Java IDE的设计与实现。该系统集Java源代码的编辑、编译、运行、 动态显示行号、图形界面中显示程序出错信息、多页编辑源代码等功能于一体, 利用OOA&OOD的方法,通过Java语言来实现。核心设计思想:系统的编辑器用 JTextArea类实例为主体来充当,编译器和解释器则是通过调用JDK开发包中提供的 javac程序和java程序来实现,并通过File类实例建立起编辑器、编译器和解释器的联系。-JDK-based design and
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:63.01kb
    • 提供者:zhiyanqiang
  1. NFA

    0下载:
  2. 编译原理实验 NFA识别语言的java实现,为NFA.java文件中的NFA类实现成员函数boolean recognizeString(int move[][][], int accept_state[], String word).-Principle experiment NFA compile the java language to achieve recognition for NFA.java file NFA class implements member functions b
  3. 所属分类:Compiler program

    • 发布日期:2016-11-02
    • 文件大小:4kb
    • 提供者:陈竑睿
  1. -2

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

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

    0下载:
  2. 封装的一个xml读写类,非常好用,将xml格式的复杂api通过封装,转换成类似ini的操作方法,此类是跨平台的,被我也应用到IOS平台 标准的key-value模型 例子 XMLFile File("1.xml","testRoot") //文件名和根节点 SetIntForKey("age",11) //设置 -Xml reading and writing classes in the package, very easy to use, the complex x
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:2.09kb
    • 提供者:彭川
搜珍网 www.dssz.com