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

资源列表

« 1 2 ... 34 35 36 37 38 3940 41 42 43 44 ... 785 »
  1. optimization_manuals

    0下载:
  2. 性能优化,优化编译器,优化内存使用,优化语言结构等-This series of five manuals describes everything you need to know about optimizing code for x86 and x86-64 family microprocessors, including optimization advices for C++ and assembly language, details about the microarchitec
  3. 所属分类:Compiler program

    • 发布日期:2017-05-16
    • 文件大小:4151138
    • 提供者:bugudo
  1. .NetConfuse

    1下载:
  2. 一个很不错的反混淆工具集,内包含6个混淆方面和反混淆的工具,值得参考-A very good.net de-obfuscate tool set, contains six confusion and the confusion of tools, it is worth reference
  3. 所属分类:Compiler program

    • 发布日期:2016-01-25
    • 文件大小:4122624
    • 提供者:zhang
  1. API

    0下载:
  2. erformed on the value that is passed to thetargetNameproperty of theclientbean. Typos are only discovered (with most likely fatal results) when theclientbean is actually instantiated. If theclient bean is aprototypebean, this typo and the resulti
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:4094557
    • 提供者:朱纪光
  1. CaslCompiler.rar

    0下载:
  2. 这是一个软件水平资格考试中使用的CASL汇编语言的编译器,实现文件中包括一个编译器,一个虚拟机,一个类似于Debug的调试器.
  3. 所属分类:编译器/词法分析

    • 发布日期:
    • 文件大小:4090677
    • 提供者:
  1. 1

    0下载:
  2. 语法分析是编译程序的核心部分。语法分析的作用是识别由词法分析给出的单词符号序列是否是给定的文法的正确句子。目前语法分析常用的方法右自顶向下分析和自底向上分析两大类。 确定的自顶向下方法,是从文法的开始符号,考虑如何根据当前的输入符号(单词)唯一的确定选用哪个产生式替换相应非终结符往下推导。 LL(1)文法是一种确定的自顶向下的分析方法。 LL(1)的含义是:第一个L表明自顶向下分析从左向右扫描输入串,第二个L表明分析过程中将用最左推导,1表明只需向右看一个符号便可以决定如何推导即选
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:4062606
    • 提供者:孔小亮
  1. RecursiveDescentParser

    0下载:
  2. 以下描述算术表达式的LL(1)文法的递归下降分析程序 G[E]: E→TE′ E′→ATE′|ε T→FT′ T′→MFT′|ε F→ (E)|i A→+|- M→*|/-The following descr iption of arithmetic expressions LL (1) recursive descent parser grammar G [E]: E → TE ' E' → ATE ' | ε T → FT' T &#
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:4013269
    • 提供者:leelee
  1. lw237ese_grifo

    0下载:
  2. Ladder logic compiler for 8051 microcontroller
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:4002172
    • 提供者:Kausik
  1. bianyiyuanli

    0下载:
  2. 这个是编译原理课件,编译原理很重要,让你更能学会编程技术。-The principle is to compile courseware, compiler theory is very important, so you better learn programming.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-16
    • 文件大小:3992715
    • 提供者:袁光翠
  1. sdcc-src-20110408-6402.tar

    1下载:
  2. Small Device C Compiler 面向Inter8051,Zilog Z80,Dallas 80C390,Motorola HC80等系列单片机的开源C编译器-Small Device C Compiler for Inter8051, Zilog Z80, Dallas 80C390, Motorola HC80 series MCU' s open-source C compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:3983418
    • 提供者:TANG
  1. vbacodeprint

    0下载:
  2. 使得你能打印你的VBA代码带有色彩,具有良好的使用界面,支持Microsoft Office的全系列程序。针对的用户包括从初学者到专家,对于学习者、对相应工程编制文档和调试复杂系统是理想的工具。支持的输出格式包括RTF, HTML,PDF等。 -Allows you to print your VBA code with color, has a good user interface, support for Microsoft Office
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:3952469
    • 提供者:carlose
  1. LR(0)文法分析器

    0下载:
  2. 一个简单的LR(0)文法分析器,功能不算很多,但是应有的功能都有
  3. 所属分类:编译器/词法分析

    • 发布日期:2012-10-15
    • 文件大小:3947755
    • 提供者:a877277
  1. LuaPlusStudy

    0下载:
  2.  LuaPlus是Lua的C++增强,也就是说,LuaPlus本身就是在Lua的源码上进行增强得来的。用它与C++进行合作,是比较好的一个选择。-LuaPlus is Lua' s C++ enhancement, that is, LuaPlus itself is the source on the Lua enhancement comes from. Use it to cooperate with the C++ is a better choice.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:3945932
    • 提供者:朱小明
« 1 2 ... 34 35 36 37 38 3940 41 42 43 44 ... 785 »
搜珍网 www.dssz.com