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

搜索资源列表

  1. jakarta-oro-2.0.8

    0下载:
  2. jakarta-oro-2.0.8 正则表达式 引擎 源代码-jakarta-oro-2.0.8 regular expression engine source code
  3. 所属分类:Compiler program

    • 发布日期:2017-03-22
    • 文件大小:593428
    • 提供者:袁东
  1. typeof

    0下载:
  2. typeof,编译时获取表达式类型运算符,是gcc编译器的一个扩展(intel编译器 也支持). 笔者最近作一个项目时需要用比较hack的手段把第三方的dll(无lib但有头文件)里面的外部函数以函数指针的方式提取出来给其他模块作全局变量用,500多个函数呀,声明函数指针可不是个轻松事,类型名字至少排满一行,写了50多个就受不了了. 找了boost的typeof,把里面的代码大幅度简化,提炼,去掉一些依赖.请使用TYPEOF宏,无任何运行时开销。 本版本利用了vc6的1个bug(子类
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1101
    • 提供者:朱元
  1. PL0

    1下载:
  2. 对PL/0原码作以下修改扩充: 增加单词:保留字 ELSE,REPEAT,UNTIL,RETURN 运算符 +=,-=,++,-- (2)修改单词:不等号# 改为 <> (3)增加条件语句的ELSE子句 (1)扩充赋值运算:+= 和 -= (2)扩充语句 REPEAT <语句序列> UNTIL <条件> 其中,<条件>是循环条件,即条件不成立时,重复执行循环体的< 语句序列>; 条件成
  3. 所属分类:Compiler program

    • 发布日期:2017-03-28
    • 文件大小:492443
    • 提供者:新新
  1. compiling

    0下载:
  2. 编译原理实验:词法分析、语法分析、语义分析,包含代码和报告、构建分析表、消除左递归、语法分析、流程图-Compiler Principle Experiment: lexical analysis, syntax analysis, semantic analysis, including code and reports, construction of the table, to eliminate left-recursion, parsing, flow chart
  3. 所属分类:Compiler program

    • 发布日期:2017-05-15
    • 文件大小:3873584
    • 提供者:xiedanfeng
  1. LALR(1)

    0下载:
  2. LALR(1)分析器的构造——整套课程设计,打分是良好,附有可运行的整套源代码。改一下小结就可以直接交了。-LALR (1) parser construction- set of curriculum design, scoring is good, with complete source code can be run. Summary of change it can be directly handed over.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:809652
    • 提供者:小香
  1. Compiler

    0下载:
  2. (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:586775
    • 提供者:陈新杰
  1. xe164-CCU6_ADC_board1

    0下载:
  2. infineon xe164 example source code very useful ltcinfo@163.com
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:486431
    • 提供者:xiao jiejun
  1. QEditor

    0下载:
  2. 用Qt编写的文本编辑器的源代码,可以作为Qt编写GUI界面程序的例子程序-Using a text editor written in Qt' s source code, you can write a Qt example program GUI interface programs
  3. 所属分类:Compiler program

    • 发布日期:2017-03-21
    • 文件大小:629373
    • 提供者:袁和平
  1. ansi_c_grammar

    0下载:
  2. C语言上下文无关文法的词法及语法描述文件,通过使用yacc、lex工具可以生成相关C语言的词法、语法分析的C语言代码-C language context-free grammar to describe the morphology and syntax files, through the use of yacc, lex tool generates C language related to the morphology, syntax analysis, C language code
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:3701
    • 提供者:qiushouqian
  1. longshu

    0下载:
  2. 编译原理龙书第三版高校配套四次实验源代码 一二三四 非常实用,完全可以编译通过-Compiler theory dragon book third edition of the colleges and universities supporting four experimental source code of one thousand two hundred thirty-four very practical, can be compiled by
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1648666
    • 提供者:rexgenius
  1. chartParsing

    0下载:
  2. 该段代码实现了chartparsing算法, 这是机器翻译中极其经典的一个算法-This code implements chartparsing algorithm, which is machine translation algorithm for a very classical
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1704273
    • 提供者:王忠存
  1. C0Compiler

    0下载:
  2. 能生成四元式和16位汇编语言的编译器,if-else,while,for,switch语句均能编译成功。代码并不完美,仅供参考-Can generate quaternary assembly language-and 16-bit compiler, if-else, while, for, switch statements can compile successfully. Code is not perfect, are for reference only
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:507035
    • 提供者:liyiviven01
  1. C0Compiler

    1下载:
  2. 基于c0文法写的生成p-code的编译器,有词法分析,语法分析,中间代码生成等功能-C0 Writing grammar-based generation of p-code compiler, there is lexical analysis, syntax analysis, intermediate code generation and other functions
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:177485
    • 提供者:alex
  1. bianyisrc

    0下载:
  2. 编译原理实验包括正规式到NFA,NFA到DFA、LL1、LR代码都执行过,都没有错误-Compile regular expression to the principle experiment, including NFA, NFA to DFA, LL1, LR code is executed, no errors
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:18651
    • 提供者:dai
  1. LL(1)

    0下载:
  2. 编译原理实验源程序-ll(1)文法C语言版,大三实验课作品,原创代码-Compile the source principle experiment-ll (1) C language version of the grammar, junior class experiment works, the original code
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:348666
    • 提供者:赵明建
  1. byk

    0下载:
  2. 编译器,编译原理课程设计。PL/0语言是Pascal语言的一个子集,这里分析的PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。-Compiler, the compiler principles of curriculum design. PL/0 language is a subset of Pascal language set, here the analysis of PL/0, including
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1375417
    • 提供者:
  1. bison++-1.21-8.tar.Z

    0下载:
  2. 生成C++词法/语法分析的GNU语法分析器 -GNU syntactic and phrase parser code which can produce C++ code
  3. 所属分类:Compiler program

    • 发布日期:2017-11-09
    • 文件大小:416084
    • 提供者:站长
  1. tcc-0.9.25

    0下载:
  2. 一个小型的C编译器源码,可支持在X86,ARM体系架构目标代码的生成。自身可运行于WINDOWS或LINUX环境下。-A tiny C compiler source code for windows and linux both.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-07
    • 文件大小:487020
    • 提供者:YutaoFeng
  1. Miller_encode

    0下载:
  2. 详细介绍了副载波Miller码的编码,采用verilog的编码方式。-Miller introduced the sub-carrier code encoding, the encoding using verilog.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:824
    • 提供者:kevin
  1. yufafenxiqi

    1下载:
  2. 语法分析器(C++)源代码+其详细的课程设计报告 输入的文法可以消除左递归并提取公共左因子求出文法的非终结集合——FIRST和FOLLOW集并对输入的算符优先文法,构造算符优先关系表 -Parser (C++) Source code its detailed report on curriculum design input left recursive grammar can be eliminated and the public left factor extract der
  3. 所属分类:Compiler program

    • 发布日期:2017-03-24
    • 文件大小:105102
    • 提供者:michelle
« 1 2 3 4 5 67 8 9 10 11 ... 44 »
搜珍网 www.dssz.com