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

搜索资源列表

  1. Language863

    0下载:
  2. 1.本树库是中科院计算所在承担863项目“通用机器翻译开发平台与汉英机器翻译系统”(1996-1998)期间,与北京大学计算语言学研究所联合开发汉英机器翻译系统时所产生的; 2.本树库的知识产权归中国科学院计算技术研究所拥有,本树库的发布遵循“自然语言处理开放资源许可证”; 3.本树库由刘颖博士在完成博士论文期间,根据机器翻译系统开发时产生的调试数据整理而成; 4.本树库中提供的文档appendix.rtf是刘颖博士的博士论文附录,刘颖博士的博士论文为: 刘颖,规则方法和统计方
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:95.59kb
    • 提供者:凡小川
  1. PLx_Compiler

    0下载:
  2. PLx语言的编译器。PLx语言是一种类Pascal语言,但语法比较简单,适用于编译原理教学。这个编译器不仅实现了编译,同时也集成了运行目标代码的虚拟机。当程序编译通过后,可以看到生成的汇编指令及其执行情况,用户可以选择单步执行,并同时观察指令流与数据流。源代码比较简洁且含有注释-PLx language compiler. PLx language is a language like Pascal, but relatively simple syntax, the principle app
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-06-29
    • 文件大小:29.45kb
    • 提供者:ioncannon
  1. pl0back

    0下载:
  2. 在本编译程序中,源语言为PL/0语言,目标语言为假想栈式计算机的汇编语言.PL/0语言是Pascal语言的一个子集,PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。   PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:374.08kb
    • 提供者:mayfar
  1. c_vmbsrc

    0下载:
  2. VmBasic是一款基于虚拟机的结构化的编程语言,用VmBasic编写的代码将被最终解 释成二进制的字节码由虚拟机运行,本压缩档包含VmBasic和虚拟机VmBeta还有开发环 境的IDE以及它们所有的源程序,和开发文档,技术资料,关于程序的申明请见 license.txt-VmBasic is based on the virtual machine structure of the programming language, VmBasic prepared with the f
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:1.87mb
    • 提供者:zhouwei
  1. PL0Backup

    0下载:
  2. 《PL/0的编译器》:PL/0语言是Pascal语言的一个子集,《PL/0的编译器》实现了把客户用PL/0语言编写的程序编译成类PCODE代码,并能虚拟机上解释运行生成的类PCODE代码的功能。《PL/0的编译器》采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。-"PL / 0 compiler" : PL / 0 Pascal language is a language sub
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:374.94kb
    • 提供者:李建龙
  1. 接受语言{{}}的一台自动机

    0下载:
  2. 构造接受语言{{}}的一台自动机,对于任意输入的一个字符串,模拟其运行过程,判断字符串是否接受。-structure acceptable language (()) of an automatic machine for the indiscriminate importation of a string, its process simulation, the judge whether to accept the string.
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:2.13kb
    • 提供者:曾德胜
  1. 刘琴-0206-44-自动机的应用

    0下载:
  2. 本课程设计采用C语言进行编译原理实现课题有限自动机的应用,其目的如下:(1) 理解有限自动机的作用;(2) 利用状态图和状态表表示有限自动机;(3) 以程序实现有限自动机的运行过程-courses designed using the C language compiler principles to achieve automatic machine issues limited the application of its purpose as follows : (a) limited u
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:86.84kb
    • 提供者:苏亮
  1. analysis.rar

    0下载:
  2. 编译原理上机实验,c语言的词法分析器。将单词分为保留字,标识符,数字。可实现c语言的几乎全部词法分析。,Principle of the Experimental Machine compiler, c language lexical analyzer. The word is divided into reserved words, identifiers, numbers. Can be realized almost all of c language lexical analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:2.81kb
    • 提供者:齐旭蕾
  1. PL0

    0下载:
  2. PL0 C语言版本 //A.2 C 版 本 /*编译和运行环境: *1Visual C++6.0,VisualC++.NET and Visual C++.NET 2003 *WinNT, Win 200, WinXP and Win2003 *2 gcc version 3.3.2 20031022(Red Hat Linux 3.3.2-1) *Redhat Fedora core 1 *Intel 32 platform *使用方法: *运行后
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:16.26kb
    • 提供者:fangruizhou
  1. lua-5.1.2CE

    0下载:
  2. Lua is a powerful, fast, lightweight, embeddable scr ipting language. Lua combines simple procedural syntax with powerful data descr iption constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpre
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1.65mb
    • 提供者:xuyong
  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. ok

    0下载:
  2. 小语言编译器[包含具体代码] TMMY.c 为TMMY虚拟机完整源代码 smmy.c 为小语言编译器完整源代码 大家玩的时候,先使用 “编译.bat” 编译try.tny代码将生成: THE1.txt (代码初始处理) 语法树.txt (初看和try.tny中的代码相似,但其实是通过生成好的语法树结构还原生成的代码。如果此代码和try.tny 有出路,那就是语法有误) 汇编代码.txt (最终目标代码) 再使用 “运行.bat” 就
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:31.12kb
    • 提供者:
  1. OP2

    0下载:
  2. A portable compiler for the language Oberon–2. It generate code for x86 machine.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1.79mb
    • 提供者:ChevyD
  1. ftnchek

    0下载:
  2. 一般的FOrtran程序编译器只能检查一般的错误,而这个软件可以起到一般编译器不能起到的错误检查、程序优化作用。-Ftnchek (short for Fortran checker) is designed to detect certain errors in a Fortran program that a compiler usually does not. Ftnchek is not primarily intended to detect syntax errors.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1mb
    • 提供者:laofang
  1. compila

    0下载:
  2. Didatical portuguese language like compiler and virtual machine writed in C-Didatical portuguese language like compiler and virtual machine writed in C++
  3. 所属分类:Compiler program

    • 发布日期:2017-06-09
    • 文件大小:15.99mb
    • 提供者:pablo.cecilio
  1. repgcode-0.3

    0下载:
  2. An interpreter for the G-code language, which can control a 3-axis Cartesian positioning system (ie for a CNC milling machine) which has electronics compatible with the RepRap project.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:36.68kb
    • 提供者:vahid
  1. Microcontroller_Circuit_Simulation

    0下载:
  2. Proteus 是Labcenter 公司出口的电路分析、实物仿真系统,而Keil是目前世界上最好的51韸机汇编和C语言的集成开发环境。 -Proteus is a Labcenter exported circuit analysis, physical simulation system, Keil is currently the world' s best 51 Peng machine assembly and C language integrated developmen
  3. 所属分类:Compiler program

    • 发布日期:2017-06-09
    • 文件大小:16mb
    • 提供者:huayuxg
  1. pccode_200691012588893

    0下载:
  2. 包含完整的代码,可以实现C语言的编译,支持16位ibmpc机-Contains a complete code, you can achieve the C language, compiled to support 16-bit ibmpc Machine
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:906.39kb
    • 提供者:tsinglux
  1. bianyiyuanli

    0下载:
  2. 编译原理,课后答案。。。编译程序:如果源语言为高级语言,目标语言为某台计算机上的汇编语言或机器语 言,则此翻译程序称为编译程序-Compiler theory, after-school answer. . . Compile the program: high-level language if the source language, target language for a computer assembly language or machine language, the com
  3. 所属分类:Compiler program

    • 发布日期:2017-05-04
    • 文件大小:1.38mb
    • 提供者:高鹏
  1. bianyiqi-

    0下载:
  2. 这是一个编译器,用于数据编译等,将“高级语言”翻译为“机器语言(低级语言)-This is a compiler for data compilation, high-level language is translated into machine language (low-level language)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1.55kb
    • 提供者:法兰克福
« 12 »
搜珍网 www.dssz.com