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

搜索资源列表

  1. minic_interpreter

    0下载:
  2. 一款比较完善的强大的C语言解释器,附带源码,可以嵌入到用户应用程序中。支持对比较复杂的C代码的解释执行。完美支持各种标准C语言语法,如if-else结构语句, ?:结构求值语句,for循环,while循环,do...while循环等 支持各种数据类型包括: char,short,int,string,float 支持多维数组及指针 支持自定义函数以及系统函数 支持局部变量以及全局变量,允许在变量定义时直接初始化 支持局部变量层次化作用域;允许定义系统常量;支持系统内部定义数据类型,但不支持用户在
  3. 所属分类:Compiler program

    • 发布日期:2017-10-31
    • 文件大小:118984
    • 提供者:CM
  1. QQ

    0下载:
  2. GridCtrl.h 这个头文件是用来制作表格的工具,可以利用MFC编程时加到相应的头文件里-excel control we are happy to learn C++.and if you want to paint a excel,you will need this control.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-15
    • 文件大小:1889717
    • 提供者:刘晓
  1. CONFIG_AVR-DOS

    0下载:
  2. Config File-System for Version 5.4: Needs BASCOM-AVR 1.11.8.2 or higher- Config File-System for Version 5.4: Needs BASCOM-AVR 1.11.8.2 or higher
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-11-21
    • 文件大小:3075
    • 提供者:kupa
  1. compiler_68290

    0下载:
  2. 一个小型编译器c源代码,一个很不错的编译原理实践成果-A small compiler source code
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:31238
    • 提供者:cx
  1. DFA

    0下载:
  2. 输入正则表达式转化为DFA,最小DFA部分还不完善-Enter the regular expression into a DFA, minimal DFA part is not perfect
  3. 所属分类:Compiler program

    • 发布日期:2017-11-12
    • 文件大小:1033285
    • 提供者:chihaixiao
  1. GetHardID

    0下载:
  2. 一个获得硬盘的ID号的DLL类,是源码哟.-An ID number to get the hard drive of the DLL class, is the source yo.
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-11-21
    • 文件大小:8352
    • 提供者:free
  1. 1001_2

    0下载:
  2. 高精度算法北大poj的1001题 算法还不错,凑齐20字,实在是难啊-Precision arithmetic
  3. 所属分类:Compiler program

    • 发布日期:2017-11-14
    • 文件大小:669719
    • 提供者:林宁
  1. cPP

    1下载:
  2. 百分百压力源码 攻击十分给力 添加了 内网感染 被杀复活-Hundred percent of attack is to force the pressure source
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:10134452
    • 提供者:金龙
  1. GameScriptEngine

    0下载:
  2. 一个适应性很强的脚本语言,这个语言将主要用来处理剧情,希望能够用于绝大多数需要剧情的游戏。带文档。-A flexible scr ipt language used for game logic.
  3. 所属分类:Compiler program

    • 发布日期:2017-12-06
    • 文件大小:117792
    • 提供者:viki
  1. token

    0下载:
  2. 编译原理词法分析器,可以把源程序分析成标识符-Parser compiler theory, you can analyze the source identifier
  3. 所属分类:Compiler program

    • 发布日期:2017-11-30
    • 文件大小:250006
    • 提供者:xwz
  1. grammar

    0下载:
  2. 编译原理实验的语法分析器,实现语法分析器的基本要求-Parser compiler principle experiment, to achieve the basic requirements of the parser
  3. 所属分类:Compiler program

    • 发布日期:2017-11-30
    • 文件大小:207079
    • 提供者:xwz
  1. middle-code

    0下载:
  2. 编译原理实验的语法分析与中间代码生成,可生成四元式-Compiler Principle Experiment syntax analysis and intermediate code generation
  3. 所属分类:Compiler program

    • 发布日期:2017-11-23
    • 文件大小:1051479
    • 提供者:xwz
  1. code

    0下载:
  2. 北邮大三上编译原理,语法分析程序源代码,有:LL(1)语法分析算法,LR(1)语法分析算法。-BUPT junior on compiler theory, syntax analysis program source code, there are: LL (1) parsing algorithm, LR (1) parsing algorithms.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:1757620
    • 提供者:向月车
  1. lab2

    0下载:
  2. 利用 Parser Generator 和 VC++ 6.0 完成对给定文本单词数的统计-Use Parser Generator and VC++ 6.0 to complete the given text word count statistics
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:170035
    • 提供者:李凡
  1. 1

    0下载:
  2. C++课程程序设计 邮局报刊、杂志订阅系统 -Little Star hotel rooms management system
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:735453
    • 提供者:赵文秋
  1. LL1

    0下载:
  2. 编译原理中的LL1语法分析程序 包括消除左递归, First集和Follow集自动生成, 预测表自动生成, 对输入的句型进行分析。-Compiler theory LL1 syntax analysis procedures, including the elimination of left recursion, First Set and Follow automatically generated prediction table is generated automatically an
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1462022
    • 提供者:gan
  1. LR1

    1下载:
  2. 编译原理中的lr1分析程序, 主要实现功能:自动生成项目集族, 自动生成lr1分析表(action表和goto表), 对输入的句型进行分析-Compiler Principle lr1 analysis program, the main functions: automatic generation of item sets, which automatically generates lr1 analysis table (action table and goto tables), the
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1781047
    • 提供者:gan
  1. bianyiyuanli_PL0

    0下载:
  2. 编译原理本科课程设计,调试正确,能运行,仅供参考-Compiler theory undergraduate curriculum design, debug properly and can run for reference purposes only
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:356859
    • 提供者:bill
  1. MorphemeAnalysis

    0下载:
  2. 使用MFC编写的词法分析程序,可以有源代码生成属性字,更换词法表之后还可以识别java源代码,比较灵活-Prepared using MFC lexical analysis program that can generate source code attributes word lexical replacement after the table can also identify java source code, more flexible ......
  3. 所属分类:Compiler program

  1. test

    0下载:
  2. 编译原理词法分析程序,能够实现简单的算式表达式识别,入门学习可以参考的。-Compiler theory lexical analysis procedures, to achieve a simple formula expression recognition.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:259124
    • 提供者:
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 27 »
搜珍网 www.dssz.com