CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 编译 代码生成

搜索资源列表

  1. bianyikssybg

    0下载:
  2. 编译原理课程设计实验报告,里边有两份报告,词法分析、语法分析、语义分析、目标代码生成-Principles of curriculum design experiments to compile reports, inside there are two reports, lexical analysis, syntax analysis, semantic analysis, target code generation
  3. 所属分类:Other systems

    • 发布日期:2017-03-31
    • 文件大小:118.23kb
    • 提供者:李然
  1. mycompile

    0下载:
  2. 编译原理 IF条件语句的翻译程序设计—简单优先法、输出四元式 通过设计、编制、调试一个条件语句的语法及语义分析程序,加深对语法及语义分析原理的理解,并实现词法分析程序对单词序列的词法检查和分析。 具体做到以下几点: ①对输入语句进行词法分析。将输入的字符串进行扫描和分解,识别出一个个合法的单词。单词种类包括:关键字,标识符,运算符,常数和界限符 ②进行语法分析。编写条件语句的相应文法,按照语法分析方法中的简单优先分析法为文法设计简单优先表,对词法分析得到的单词序列进行语法分析,以
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:9.33kb
    • 提供者:rachel
  1. StaticLibraryFunctionsRecognition

    0下载:
  2. 库函数的识别是整个反编译过程的一个重要组成部分。根据可执行程序的静态库的识别过程,该文提出了在这 个过程出现的中间代码生成、伪函数模块识别、库函数提取、库函数识别等问题,并给出了对这些问题的解决方法。-Library function is the identification process decompile an important part. Executable programs in accordance with the static library identificatio
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:67.22kb
    • 提供者:xiao
  1. YAM_Project

    2下载:
  2. 仿MATLAB计算软件本软件是一款科学计算平台,支持MATLAB的大多数语法,但尚不支持外部函数调用和复杂的数据结构。本软件可供广大师生进行基本的学习和教学工作,对科研人员也有所帮助。“YAM”意为“Yet Another Matlab”。本套软件包含如下程序: YAM.exe 软件主程序,用于输入和输出指令 compiler.exe 用于进行源代码编译并生成中间代码 interpreter.exe 用于解释中间代码并生成最终结果 Figure.exe 用于绘制图形
  3. 所属分类:Other windows programs

    • 发布日期:2017-01-14
    • 文件大小:1.41mb
    • 提供者:乔松
  1. yufayuyi(c)

    0下载:
  2. c语言实现编译原理语法语义分析程序代码,很完整,可以直接运行,语法语义分析代码,希望对大家有所帮助-c language compiler to achieve the principle of semantic analysis of program code syntax, it is complete, can be directly run, grammar semantic analysis code, I hope all of you to help
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:6.72kb
    • 提供者:张建
  1. sy1new

    0下载:
  2. 编译原理的LR分析表源码,描述语法分析器的构造,语法制导翻译和中间代码生成-Compilation Principle source of LR analysis table describes the structure parser, grammar-guided translation and intermediate code generation
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:66.2kb
    • 提供者:yuyu
  1. compiler

    0下载:
  2. 《编译原理及实践》源码.rar 包括:词法分析,语法分析,目标代码生成-source code of compiler
  3. 所属分类:其他小程序

    • 发布日期:2017-04-03
    • 文件大小:98.44kb
    • 提供者:allanfan
  1. Compiler_C

    1下载:
  2. java编写的C语言编译器,从C语言完成了到四元式的编译过程。其中包括词法分析,语法分析,语义分析,中间代码生成。-java written in C language compiler from the completion of the C language to quaternion-compilation process. Including lexical analysis, parsing, semantic analysis, intermediate code generatio
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-13
    • 文件大小:30.91kb
    • 提供者:邓达成
  1. VBIDEFullScreen

    0下载:
  2. VB6 SDK的全屏插件(含源码) 大家都知道VB6的SDK环境下的代码编辑窗口没有全屏的功能,虽然在选项里可以改为SDI方式,但这样却又少了其它功能,有点不完美,本插件编译后生成DLL文件,你可以VB6下引用此插件,这样就可以让其全屏编辑代码了,很爽。-VB6 SDK full-screen plug-ins (including source code) we all know VB6 SDK environment code editor window is not full-scre
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-10
    • 文件大小:154.51kb
    • 提供者:wolf3t
  1. ffmpeg-1.2.3

    0下载:
  2. ffmpeg-1.2.3,本代码编译后生成exe,可对视频进行编解码,支持MPEG4标准,H264-this is ffmpeg-1.2.3.the source code is employed to encode or decode video
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-25
    • 文件大小:8.21mb
    • 提供者:王禹
  1. bianyi-keshe

    0下载:
  2. 编译原理,包括词法分析、语法分析、语义分析、代码生成和报错处理等功能;c++源代码-Compiler theory, including lexical analysis, parsing, semantic analysis, code generation, and error handling functions c++ source code
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:4.4kb
    • 提供者:zhangqian
  1. Compiler-theory---

    0下载:
  2. 编译原理 实验源代码 词法分析与三地址代码生成程序 可直接运行 Compiler theory of lexical analysis and single address code generation -Compiler theory of lexical analysis and single address code generation
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:2.3kb
    • 提供者:wangxiaochen
  1. 1206XXXX

    0下载:
  2. 小编译器,扩充C0文法,北航编译大作业。能够实现词法分析,语法分析,语义分析,代码生成,以及部分的优化(优化部分做的很不好,当时时间来不及了,所以只有大概的算法,没有来得及修改,在最后测试的时候自己改了,所以需要用的人自己照着算法来改),最后只得了86,仅供参考。-a compiler with extented C0 language which is also the final design of the course Compiler in buaa.
  3. 所属分类:Other systems

    • 发布日期:2017-05-07
    • 文件大小:1.24mb
    • 提供者:李子青
  1. 动态编译实验

    0下载:
  2. VB.NET 的动态编译实验 自动生成代码 并运行(VB.NET dynamic compilation experiment, automatically generate code and run)
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:147kb
    • 提供者:cyf0512
  1. 实验三

    2下载:
  2. 该压缩包为西南科技大学编译原理蒋勇老师实验课中实验三课程内容,可实现语义及代码生成。(The compressed package for the Southwest University of Science and Technology compiler theory, Jiang Yong teacher experiment course experiment three course content, can achieve semantic and code generation.)
  3. 所属分类:其他

    • 发布日期:2017-12-13
    • 文件大小:12.08mb
    • 提供者:踮起脚尖
  1. 编译原理

    0下载:
  2. 编译原理是计算机专业的一门重要专业课,旨在介绍编译程序构造的一般原理和基本方法。内容包括语言和文法、词法分析、语法分析、语法制导翻译、中间代码生成、存储管理、代码优化和目标代码生成。 编译原理是计算机专业设置的一门重要的专业课程。(The principle of compilation is an important specialized course in computer science, which aims to introduce the general principles an
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:2.18mb
    • 提供者:alili
  1. python初学者入门代码

    0下载:
  2. 将《零基础入门学习python》这本书上的代码全部编译了一遍,生成可执行的py文件,可以直接打开,运行代码,对初学者有帮助。(The "zero foundation learning Python" this book on the code compiled all over again, generate executable py file, you can directly open, run the code, helpful for beginners.)
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1.25mb
    • 提供者:文轩居颜
  1. 编译原理中文版

    0下载:
  2. 编译原理是计算机专业的一门重要专业课,旨在介绍编译程序构造的一般原理和基本方法。内容包括语言和文法、词法分析、语法分析、语法制导翻译、中间代码生成、存储管理、代码优化和目标代码生成。 编译原理是计算机专业设置的一门重要的专业课程。虽然只有少数人从事编译方面的工作,但是这门课在理论、技术、方法上都对学生提供了系统而有效的训练,有利于提高软件人员的素质和能力(The principle of compilation is an important professional course in com
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:26.53mb
    • 提供者:dispa1r
  1. C#生成TIN(不规则三角网)

    2下载:
  2. 本程序由本人做的不规则三角程序。代码完整,界面友好,切实可用!由VS2012的C#语言编译而成!(This program is an irregular triangle program that I do. The code is complete, the interface is friendly, and it is practical! Compiled by VS2012's C# language!)
  3. 所属分类:其他

    • 发布日期:2019-11-14
    • 文件大小:259kb
    • 提供者:yyxgiser
  1. 171004cr

    1下载:
  2. 星云晒米正在编译易模块"精易模块", 文件名: "C:\Users\xiaoqian\Desktop\精易模块v7.5[模块]\精易模块[v7.5].ec", 版本号: "7.5", 创建号: "0.0", 作者: "广大易友". 正在进行名称连接... 正在统计需要编译的子程序 正在编译... 正在生成主程序入口代码 程序代码编译成功 等待用户输入欲编译到的文件名 正在进行名称连接... 开始静
  3. 所属分类:其他

    • 发布日期:2020-01-20
    • 文件大小:24.51mb
    • 提供者:yeqian1
« 12 »
搜珍网 www.dssz.com