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

搜索资源列表

  1. C18Crack

    0下载:
  2. Microchip的C编译器MCC18的破解文件-Microchip' s C compiler MCC18 the crack file
  3. 所属分类:Compiler program

    • 发布日期:2017-03-21
    • 文件大小:443766
    • 提供者:白衣
  1. TrickTools

    0下载:
  2. 生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:552532
    • 提供者:Jiang
  1. lex

    0下载:
  2. C++ 实现 LEX,兼容Flex语法,正则式->NFA->合并->确定化->最小化-C++ LEX,compatible with Flex s Grammar
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:22320
    • 提供者:徐昊
  1. PocketGCC_Pleafles

    0下载:
  2. pocket上的gcc编译器,深山孤鹰修改-gcc complier of ppc. support .cpp,.c,.s files
  3. 所属分类:Compiler program

    • 发布日期:2017-05-10
    • 文件大小:2442173
    • 提供者:jason
  1. ccs_tcp_EX_

    0下载:
  2. This code was written by Microchip. This code was ported by CCS. This source code may only be used by licensed users of the CCS C compiler. Also, you must follow any license agreements that accompanied the original Microchip TCP/IP stack.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-05
    • 文件大小:1815647
    • 提供者:Cemal
  1. test_ledmatrix8x8

    0下载:
  2. File list(time 2002041614~2009101810)(Click to check if it s the file you need, and recomment it at the bottom): C52_RAM .......\Last Loaded RAM.DBK .......\main.c .......\main.LST .......\main.OBJ .......\ram .......\RAM.DSN
  3. 所属分类:Compiler program

    • 发布日期:2017-11-19
    • 文件大小:20200
    • 提供者:huu ai
  1. compilation2

    0下载:
  2. this program implements the LL1 algorithme for compilation. it s a scanner and parser for some expressions in C language
  3. 所属分类:Compiler program

    • 发布日期:2017-11-27
    • 文件大小:25483
    • 提供者:Aharrane
  1. bwbasic-2.20-pl2.tar

    0下载:
  2. bwbasic 解譯器, 用c 寫成,可當學習寫interpreter的範例-bwbasic interpreter, it s great for learning implement a interpreter in C
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:287350
    • 提供者:chiang
  1. TMS320F28x-Optimizing-C-CPP-Compiler

    0下载:
  2. TMS320F28x Optimizing C/C++ Compiler User’s Guide
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:840061
    • 提供者:张雷
  1. CP_work_8

    2下载:
  2. 设计一个四则表达式分析软件,其接受从文件或键盘输入的四则表达式(运算对象支持整数和变量),给出该表达式的二叉树表达形式,并在键盘上按后续遍历方式输出该二叉树。 例如,输入a+b*c,输出 a b c * + 提示:参考下列的设计指导: 递归下降分析法实验设计思想及算法 为G的每个非终结符号U构造一个递归过程,不妨命名为U。U的产生式的右边指出这个过程的代码结构: (1)若是终结符号,则和向前看符号对照,若匹配则向前进一个符号;否则出错。 (2)若是非终结符号,
  3. 所属分类:Compiler program

    • 发布日期:2014-05-22
    • 文件大小:152576
    • 提供者:jchen
  1. CuentaBancaria

    0下载:
  2. C++ s POO working, SO FUCKING EASY
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:345917
    • 提供者:Luiso8869
  1. compiler_for_a_semi_C_language

    0下载:
  2. This source code is a ecplise java project that contains a compiler project which compiles a self-defined programming language - SmallC - that it s syntax and semantic is very very like C Programming Language. This project contains lexer and parser
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:115778
    • 提供者:Fartab
  1. AIT-500-Lab-2-document.

    0下载:
  2. Write a C++ program that computes a student s total score. Use the formula: (10 points) total_score = 15 * test1_score + 15 * test2_score + 40 * final_score + 30 * assignments Input: Test1 score, Test2 score, Final score, Assignments Outp
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:909305
    • 提供者:cbobert
  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. cmake-2.8.12.2-win32-x86

    0下载:
  2. CMake是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程)。他能够输出各种各样的makefile或者project文件,能测试编译器所支持的C++特性,类似UNIX下的automake。-CMake is a cross platform installation (compilation) tool, you can use a simple statement to describe the installation of all the platform (
  3. 所属分类:Compiler program

    • 发布日期:2017-05-27
    • 文件大小:10589909
    • 提供者:lidefu
  1. InputAndOutputOfGrammar

    0下载:
  2. 1、了解文法定义的4个部分: G(Vn, Vt, S, P) Vn 文法的非终结符号集合,在实验中用大写的英文字母表示; Vt 文法的终结符号集合,在实验中用小写的英文字母表示; S 开始符号,在实验中是Vn集合中的一个元素; P 产生式,分左部和右部,左部为非终结符号中的一个,右部为终结符号或非终结符号组成的字符串,如S->ab|c 2、根据文法各个部分的性质,设计一个合理的数据结构用来表示文法, 1)若使用C语言编写,则文法可以设计成结构体形式,结构体中应包
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2067
    • 提供者:忆昔
  1. avr-libc-1.8.0

    0下载:
  2. 开源 avr编译器 This avr-libc. It is a C library implementation for use with GNU GCC and GNU binutils for development of programs for Atmel s AVR microcontrollers-This is avr-libc. It is a C library implementation for use with GNU GCC and GNU binutils fo
  3. 所属分类:Compiler program

    • 发布日期:2017-05-17
    • 文件大小:4277379
    • 提供者:hong
  1. cmm_studio

    0下载:
  2. cmm编译器 c++语言编写 qt creator环境-this is a cmm compiler. it s used for compile the cmm code and gernerate the midcode to run
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:136312
    • 提供者:李曌
  1. SETS

    0下载:
  2. A C language based implementation of sets. It s covers union, intersection and difference in set. Hope it will help you out!
  3. 所属分类:Compiler program

    • 发布日期:2017-04-12
    • 文件大小:575
    • 提供者:Kyang
  1. lua-5.3.0.tar

    1下载:
  2. Lua的5.3.0版本源码,完全符合C标准,适合学习(Lua's 5.3 version source code .Suitable for learning)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-04-21
    • 文件大小:277504
    • 提供者:GXMing
搜珍网 www.dssz.com