CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 SCSI/ASPI 搜索资源 - 自动 *

搜索资源列表

  1. Keilu Vision3

    1下载:
  2. Keil uVision3下载 (破解版带注册机+中文版) 1.点击c51v802.exe直接安装直到结束,安装路径最好选用默认的c:\keil与 原来的老板本放到相同的目录下会自动添加一个新的目录c:\keil\uv3,Keil uVision3 download (hack with RI+ English Version) 1. Click c51v802.exe direct installation until the end, the best use the default
  3. 所属分类:SCSI/ASPI

    • 发布日期:2015-03-08
    • 文件大小:24.24mb
    • 提供者:刘井生
  1. LL1ParsingCode

    0下载:
  2. LL1语法分析程序,输入文法表达式能够自动输出预测分析表,判断是否为LL1文法,还可以再输入任意的一个句子,然后对其进行分析,给出分析进栈出战的详细过程-LL1 parser, enter the grammar of expression that can automatically predict the output table to determine whether the LL1 grammar, you can enter any of a sentence, and then a
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:4.46kb
    • 提供者:张志宇
  1. Rockey4

    0下载:
  2. Rockey4狗破戒利器,可以自动获取狗的内容,并修改-Rockey4 dog mess up tool that can automatically access the content of the dog, and modify
  3. 所属分类:Compiler program

    • 发布日期:2015-10-22
    • 文件大小:4.08mb
    • 提供者:sunke
  1. SourceInsight-v4.0

    1下载:
  2. Source Insight是一个面向项目开发的程序编辑器和代码浏览器,它拥有内置的对C/C++, C#和Java等程序的分析。Source Insight能分析你的源代码并在你工作的同时动态维护它自己的符号数据库,并自动为你显示有用的上下文信息。-Source Insight is a project development-oriented program editor and code browser, it has built on the C/C++, C#, and Java pro
  3. 所属分类:Compiler program

    • 发布日期:2017-05-20
    • 文件大小:5.65mb
    • 提供者:cr7
  1. c02 vc6

    0下载:
  2. 类似vc的集成开发环境,包括编辑器,调试器,编译器的全部源代码,真正的交互式,支持代码自动生成技术-Vc similar integrated development environment, including the editor, debugger, compiler of all source code, a truly interactive, support automatic code generation technology
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:952.83kb
    • 提供者:
  1. GrammarAnalysis

    0下载:
  2. 一个很不错的C++语法分析器,主要使用的是LL1文法,可以自动判断是否为LL1文法,若是,可以对例句进行语法分析-A very good C++ parser, the main use of the LL1 grammar, can automatically determine whether the LL1 grammar, and if so, can listen to parse
  3. 所属分类:Compiler program

    • 发布日期:2016-05-22
    • 文件大小:200.97kb
    • 提供者:ma xiaolong
  1. modis_Spectral_response_function_fit

    0下载:
  2. 处理一定的遥感数据,可以自动读取,也可以将其生成。-Processing of remote sensing data can be automatically read, and can also be generated.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:660byte
    • 提供者:颜敏
  1. wannengzidian

    0下载:
  2. 万能密码生成字典,是多功能多用途的,自动生成破解密码的,电脑软件-Universal Dictionary Password Generator is a multi-functional multi-purpose, automatically generated password crack, computer software
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:124.39kb
    • 提供者:宋继龙
  1. EnglishandChineseStation

    0下载:
  2. 刚学习,只有这个了,适合小企业自动建站。-Just learning, only this has been suitable for small businesses建站automatically.
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-05-03
    • 文件大小:1.29mb
    • 提供者:paibinzhu
  1. analysis

    1下载:
  2. 编写语法分析程序,实现对算术表达式的语法分析。要求所分析算术表达式由如下的文法产生: E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num 实验要求:在对输入表达式进行分析的过程中,输出所采用的产生式。 编程实现算法4.2,为给定文法自动构造预测分析表。 编程实现算法4.1,构造LL(1)预测分析程序。-Write a parser, parsing arithmetic expressions. Requirem
  3. 所属分类:Compiler program

    • 发布日期:2015-07-01
    • 文件大小:5kb
    • 提供者:
  1. lr0

    0下载:
  2. 对于LR文法,我们可以自动构造相应的LR分析表-LR grammar, we can automatically construct the corresponding LR parsing table
  3. 所属分类:Compiler program

    • 发布日期:2017-11-18
    • 文件大小:3.9kb
    • 提供者:杨白华
  1. Data

    0下载:
  2. 实现订单明细 汇总 自动求和 通过ACCESS C# 合并使用-To achieve the order summary automatic summation
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:399.45kb
    • 提供者:李长辉
  1. jflex-1.4.1

    0下载:
  2. 用java语言编写的词法分析器,可以根据manual的要求编写词法文件,自动生成语法分析器。-Lexical analyzer java language, according to the requirements of the manual preparation of lexical files, and automatically generate a parser.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-06
    • 文件大小:1.01mb
    • 提供者:ericxing
  1. java_cup_v10k

    0下载:
  2. 用java编写的语法分析器,可以根据其中的manual编写语法规则,自动生成语法分析器。-Parser written in java to write the rules of grammar can be one of the manual and automatically generated parser.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-19
    • 文件大小:212.05kb
    • 提供者:ericxing
  1. xlang

    0下载:
  2. XLang 语言,专门为文本替换而设计的语言,适用于自动生成结构化文书。-XLang language, the language designed specifically for text replacement, suitable for automatic generation of structured instruments.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-15
    • 文件大小:1.65mb
    • 提供者:yang jian
  1. control

    0下载:
  2. 用Verilog HDL 语言描述的自动转换量程频率计控制器-Automatic conversion range frequency meter controller described using Verilog HDL
  3. 所属分类:Compiler program

    • 发布日期:2017-12-06
    • 文件大小:555byte
    • 提供者:shilei
  1. DelphiPrefixChange

    0下载:
  2. Delphi单元前缀修改工具 工具需要修改的内容: 需要修改的文件列表: 1) 单元文件修改:同时也要修改uses列表中的内容,单元头 2) 类名修改:以TOldPrefix开头的符号,修改成TNewPrefix开头的符号 3) 对象或变量名修改1:以fOldPrefix开头的符号,修改成fNewPrefix的符号 4) 对象或变量名修改2:以OldPrefix开头的符号,修改成NewPrefix的符号 一个词中,有OldPrefix,且
  3. 所属分类:Compiler program

    • 发布日期:2017-11-23
    • 文件大小:230.66kb
    • 提供者:allen
  1. MAO-BIAN-PEN

    1下载:
  2. 一款松翰单片机做的自动红外发射控制的源代码,写的很正规,很详细-MAO BIAN PEN
  3. 所属分类:Compiler program

    • 发布日期:2017-11-05
    • 文件大小:40.94kb
    • 提供者:罗正
  1. IFELanguageDemo.src

    0下载:
  2. VC/C++源码,字符处理,汉字转拼音,根据文本框中的汉字自动生成对应的拼音-VC/c++ source code, character processing, pinyin, Chinese characters according to automatically generate the corresponding Chinese characters pinyin in the text box
  3. 所属分类:Compiler program

    • 发布日期:2017-11-21
    • 文件大小:78.36kb
    • 提供者:liuqi
  1. Compile

    0下载:
  2. LL1语法分析程序,输入文法表达式能够自动输出预测分析表,词法分析器-LL1 parser input grammar expression can automatically output the prediction analysis table to determine whether the LL1 grammar, you can then enter any of a sentence, and then analyze them gives a detailed analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:41.62kb
    • 提供者:搁浅时光
« 12 3 »
搜珍网 www.dssz.com