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

搜索资源列表

  1. V-Calculator-CPP-Source

    0下载:
  2. 运用C++语言编写的计算器,附近中附有C++源码-Using C++ language calculator can be found on the nearby C++ source code
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2123370
    • 提供者:文华
  1. Calculator-CPP-Source

    0下载:
  2. 运用C++语言编写的计算器,附近中附有C++源码-Using C++ language calculator can be found on the nearby C++ source code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:5420
    • 提供者:文华
  1. fortran90

    0下载:
  2. FORTRAN语言是Formula Translation的缩写,意为“公式翻译”。它是为科学、工程问题或企事业管理中的那些能够用数学公式表达的问题而设计的,其数值计算的功能较强。-I am attempting to convert some old fortran codes and becoming somewhat annoyed by the apparent jumping of code. WOuld I be correct in assuming that the code i
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:2015084
    • 提供者:杨敏zhi
  1. CarbonForum_v3.2.2

    0下载:
  2. Carbon Forum,一个高性能的、高安全性的、基于话题的PHP轻论坛。 优秀的架构,高效的代码,每个页面平均执行时间仅为1~5毫秒,同时恰当地使用异步加载技术,在SEO与用户体验间取得平衡。 论坛摒弃了版块、节点等概念,发帖时无需选择板块,系统根据帖子内容自动推荐话题供用户选择,并且有功能强大而不显冗余的富文本编辑器。 支持关注用户、关注话题等功能,可以作为一个社交网站使用。-Excellent architecture, efficient code, each page a
  3. 所属分类:Compiler program

    • 发布日期:2017-05-20
    • 文件大小:5703524
    • 提供者:陈俊
  1. saly

    0下载:
  2. 问题hdu2018正确的代码,虽然简单但是很巧妙,很适合初学者学习参考-Question hdu2018 the correct code, although simple but more clever, very suitable for beginners learning reference
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1549
    • 提供者:张浩
  1. ERROR-detecting-code-using-CRC-CCITT

    0下载:
  2. The idea behind CRC calculation is to look at the data as one largebinary number. This number is divided by a certain value and the remainder ofthe calculation is called the CRC. Dividing in the CRC calculation at firstlooks to cost a lot of computin
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:20877
    • 提供者:saadawais
  1. gnupascal

    0下载:
  2. GNU PASCAL 的完整源代码,使用了FLEX BISON,可以为学习编译原理提供帮助-GNU PASCAL complete source code,using FLEX BISON, is a good practice reference
  3. 所属分类:Compiler program

    • 发布日期:2017-05-17
    • 文件大小:4378962
    • 提供者:szx
  1. linear-block-coding

    1下载:
  2. 线性分组码的simulink环境下仿真,给出结果,可自行改变参数-Under linear block code simulink simulation environment, given the results, you can change the parameters yourself
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:6741
    • 提供者:danqing
  1. CC-01

    0下载:
  2. This is c++ code for lexical code through filing
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1976
    • 提供者:giant1234
  1. PL0

    0下载:
  2. 广工2014-12编译原理实验,内附报告跟源码-2014-12 extensive work to compile principle experiment, the report included with the source code
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:884184
    • 提供者:GroPGA
  1. LDA_Test

    0下载:
  2. This code to launch the training usin LDA. For EEg signal.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:1195
    • 提供者:kais
  1. JWasm211as

    0下载:
  2. JWasm is a Masm-compatible assembler. It supports 16-, 32- and 64-bit code, instructions up to AVX and various output formats. It s written in C.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:1004993
    • 提供者:pudamadre92
  1. obfuscator20

    0下载:
  2. Obfuscator is a tool to modify x86 assembler source code in this way to make an analysis of compiled code very difficult
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:426697
    • 提供者:pudamadre92
  1. Binary-Tree

    0下载:
  2. 数据库结构中实验内容Binary Tree实验源代码,代码比较短-Database structure experiments Binary Tree experiment source code, the code is relatively short
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2033
    • 提供者:陈凤群
  1. tcc-0.9.26.tar.bz2

    0下载:
  2. Tiny C Compiler 9.26源码-Source code of Tiny C Compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:526076
    • 提供者:Forbes Pu
  1. cminus

    1下载:
  2. 简化C编译器的程序示例,该程序采取了最简单的实现方法,用lex&yacc工具的辅助,实现一个C编译器的框架,省略了中间代码生成部分和代码优化,直接生成汇编代码,实现了while语句、加法运算符等的翻译。-Simplified C compiler program example, the program has taken the simplest implementation, auxiliary lex & yacc tools to implement a C compiler f
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:73691
    • 提供者:棚贺
  1. New-Pic

    0下载:
  2. a code to measure volt using microcontroller
  3. 所属分类:Compiler program

  1. [1]-GPIO(Programming-whit-JLink-or-Flash-Magic).z

    0下载:
  2. set of C language code to starting and work with GpIO in ARM Microcontroller NXPXX type
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:170708
    • 提供者:reza
  1. huafen

    0下载:
  2. 能够实现编译原理的中间代码块的简单的基本块的划分算法-Partitioning algorithm enables compiler theory of simple basic blocks of intermediate code blocks
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:267334
    • 提供者:梁巧媛
  1. 1

    0下载:
  2. AHB MASTER vhdl code and rtl schematic. dhasu code he bidu check kl lo bhle hi
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:4698
    • 提供者:ashu
« 1 2 ... 24 25 26 27 28 2930 31 32 33 34 ... 44 »
搜珍网 www.dssz.com