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

搜索资源列表

  1. LDPC

    0下载:
  2. LDPC,LDPC code,LPDC decode, LDPC simulation,and some others in matlab.The result seems to be good to see. Hope it can help you a lot-LDPC code,LPDC decode, LDPC simulation,and some others in matlab.The result seems to be good to see. Hope it can help
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:22269
    • 提供者:yohanna.wang
  1. dxlzm

    0下载:
  2. 短信拦载码免杀版 短信拦载码免杀版-SMS interception of SMS bar code free version contained the code free version interception of SMS codes free version
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:487313
    • 提供者:大声道
  1. NET-Reflector-8.4.0.35-EN-Portable

    0下载:
  2. Net Reflector 8 Code Decompiler
  3. 所属分类:Compiler program

    • 发布日期:2017-05-20
    • 文件大小:5377099
    • 提供者:cabraputa
  1. C0-Compiler

    2下载:
  2. C0语言编译器,包含词法分析、语法分析、代码生成等部分,生成PCODE中间代码并解释执行-C0 language compiler, including lexical analysis, parsing, code generation section that generates intermediate code and interpreted PCODE
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:533731
    • 提供者:Prince
  1. TEST

    0下载:
  2. 编译原理C程序及其测试代码,适用于清华大学编译原理-Compiler theory C program and test code, the compiler principles apply to Tsinghua University
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:15988
    • 提供者:Reki Liu
  1. sorting

    0下载:
  2. sorting code by using c++ by using dev
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1052
    • 提供者:mahmoud
  1. a

    0下载:
  2. 输入:输入是一个文本文件,里面的内容是符合某个语言语法、词法要求的源代码(输入文件为C++或者Java源程序,词语、语法定义参考C++、Java即可;C++、Java大家只需要选择一种自己熟悉的语言就可以),例如“position = initial + rate * 60 ”; 输出:设计并实现对输入文件的处理(禁用正则表达式),以获得如下输出,输出是一个文本文件,对前面例子,里面内容是: (标识符,position) (赋值运算符,=) (标识符,initial) (加法
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1810
    • 提供者:yjc
  1. Complier_Practise

    0下载:
  2. Small C 编译器的源代码 学习好的源码。--Small C compiler source code to learn a good source.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:67693
    • 提供者:穆月涵
  1. cyufafenxiqi

    0下载:
  2. 自己编译原理课程设计上自己编写的两个关于语法分析器的两段代码 LL(1)和递归下降。-The two code that you have done on the syntax analyzer A LL (1) with a recursive descent, the curriculum design to do
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:5979
    • 提供者:许力
  1. LCDARM

    0下载:
  2. it contains c language code for interfacing lcd with lpc2148.use keil software to compile
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:653
    • 提供者:aswanth
  1. LED

    0下载:
  2. 这是一个流水灯的Verilog代码,非常好,很详细。-This is a useful verilog code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1225
    • 提供者:冯进
  1. jd-gui-cleaner

    0下载:
  2. jd-gui反编译源码后清除格式 ** 内容-jd-gui decompiled source code after you clear format ** contents
  3. 所属分类:Compiler program

    • 发布日期:2017-04-27
    • 文件大小:44975
    • 提供者:binjiefang
  1. lab1

    0下载:
  2. 任务是编写一个程序对使用C 语言书写的源代码进行词法分析和语法分析(C  语言的文法参见附录A),并打印分析结果。实验要求使用词法分析工具GNU Flex和语法分析工具GNU Bison,并使用C语言来完成。在两个强大工具的帮助下,编写一个能进行词法分析和语法分析的程序是一件相当轻松愉快的事情。 需要注意的是,由于在后面的实验中还会用到本次实验已经写好的代码,因此保持一个良好的代码风格、系统地设计代码结构和各模块之间的接口对于整个实验来讲相当重要。 -The ta
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:18597
    • 提供者:沈大川
  1. lab2

    0下载:
  2. 任务是在词法分析和语法分析程序的基础上编写一个程序,对C 源代码进行语义分析和类型检查,并打印分析结果。与实验一不同的是,实验二不再借助已有的工具,所有的任务都必须手写代码来完成。另外,虽然语义分析在整个编译器的实现中并不是难度最大的任务,但却是最细致、琐碎的任务。因此需要用心地设计诸如符号表、变量类型等数据结构的实现细节,从而正确、高效地实现语义分析的各种功能。 需要注意的是,由于在后面的实验中还会用到本次实验已经写好的代码,因此保持一个良好的代码风格、系统地设计代码结构和
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:27936
    • 提供者:沈大川
  1. nasm-2.11.09rc1.tar

    0下载:
  2. nasm 最新版本 —— 2.11.09 的源代码,可以用 gcc 编译安装。-nasm latest version- 2.11.09 of the source code, you can compile and install with gcc.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1206509
    • 提供者:whoozit
  1. nasm-2.11.09rc1-win32

    0下载:
  2. nasm 最新版本 —— 2.11.09 的 win32 执行文件 —— windods 系统大多没有 gcc,无法用 gcc 编译安装源代码,只能安装执行代码。-nasm latest version- 2.11.09 of win32 executable files- windows system is mostly no gcc, gcc compiler can not install the source code, only install the code.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:454300
    • 提供者:whoozit
  1. d

    0下载:
  2. tic tac tao progran code in C-tic tac tao progran code in C++
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:951
    • 提供者:reza
  1. Reflector_8.5.0.179_XiaZaiBa

    0下载:
  2. 反编译,可以用来查看一些被封装好,但是我们不知道源码的dll或者exe等-code out
  3. 所属分类:Compiler program

    • 发布日期:2017-05-28
    • 文件大小:11148746
    • 提供者:张守同
  1. 2553.xds100_drivers

    0下载:
  2. Code composer studio XDS 100V2 installation drivers
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1819100
    • 提供者:mehwish
  1. codes-matlab

    0下载:
  2. this codes is Source code for face detection of viola paper.of its Features is: Feature Computation: The “Integral” image representation Feature Selection: The AdaBoost training algorithm . Real-timeliness: A cascade of classifiers.-this code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:420623
    • 提供者:fatemeh
« 1 2 ... 31 32 33 34 35 3637 38 39 40 41 ... 44 »
搜珍网 www.dssz.com