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

搜索资源列表

  1. sp-1.3.4.tar

    0下载:
  2. SP是一个基于GNU C++编译器,并且VC6可编译的源码包,用途在于解析SGML文档。SP内置nsgml命令行工具以便进行更方便的非编程的SGML处理工作;此外SP也提供良好的编程接口以便能够进行更复杂的处理。-SP is a based on the GNU C++ compiler, and VC6 can compile the source packages, uses is to resolve SGML documents. SP built nsgml command-line
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:597801
    • 提供者:Banlyst Yeh
  1. PWM

    0下载:
  2. 基于IAR的C语言编程,用MSP430F149输出2路PWM波形-IAR C-based programming language, 2-channel PWM waveform output with MSP430F149
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:97794
    • 提供者:何志辉
  1. Asm_IDE_VCPP

    0下载:
  2. 基于vc++6.0 的 asm-IDE 的 源码-the asm-IDE c++ source
  3. 所属分类:Compiler program

    • 发布日期:2017-05-11
    • 文件大小:2836983
    • 提供者:QGB
  1. 458324

    0下载:
  2. 串口通信VC,基于MSCOMM的,利用visual c++做的-serial communication
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-05-08
    • 文件大小:1987321
    • 提供者:唐昌平
  1. HierarchicalPhraseDecoder

    0下载:
  2. 基于C++开发平台的层次短语解码器,希望对大家有所帮助。-Based on C++ development platform, the hierarchical phrase decoder.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-21
    • 文件大小:28032
    • 提供者:浅唱
  1. compile

    0下载:
  2. 对tiny语义分析器的阅读和分析,理解符号表的定义(栏目设置)与基于抽象语法树的类型检查/推论的实现方法(树遍历)。完成C-语言的符号表的定义设计。规划类型检查/推论的实现方法。实现一种语言的语义分析器-Type checking/inference realization tiny semantic analyzer reading and analysis, to understand the definition of the symbol table (part set) based o
  3. 所属分类:Compiler program

    • 发布日期:2017-11-20
    • 文件大小:226883
    • 提供者:时雨
  1. syntax

    0下载:
  2. 基于对类Pascal语言的词法分析的基础上,用C实现的对词法分析程序所提供的单词序列进行语法分析和检查,对不符合语法规则的进行报错。-Class Pascal language lexical analysis based on word sequence of lexical analysis procedures implemented in C syntax analysis and inspection, do not conform to the rules of grammar er
  3. 所属分类:Compiler program

    • 发布日期:2017-12-01
    • 文件大小:476048
    • 提供者:马倩
  1. C-The-touch-WTC801SPI-remote-control

    0下载:
  2. 基于单片机的WTC801SPI触摸遥控器-The touch WTC801SPI remote control
  3. 所属分类:Compiler program

    • 发布日期:2017-11-04
    • 文件大小:16734
    • 提供者:林文计
  1. C-Decoding-controller

    0下载:
  2. 基于单片机的WTC801SPI触摸遥控器配对的解码器-Based on the microcontroller WTC801SPI touch remote control decoder paired
  3. 所属分类:Compiler program

    • 发布日期:2017-11-21
    • 文件大小:30976
    • 提供者:林文计
  1. jiyu51danpianji-wenducaixit

    0下载:
  2. 基于51单片机的多点温度采集、protues仿真图,C程序代码-Multipoint temperature collection based on 51 single chip microcomputer
  3. 所属分类:Compiler program

    • 发布日期:2017-11-18
    • 文件大小:53617
    • 提供者:仁仁
  1. electrinic_clock

    0下载:
  2. 本资源是基于80c51单片机开发的功能强大的电子时钟系统。包括c语言代码、PCB制版的原理图及封装图。-This resource is based on 80c51 microcontroller development of powerful electronic clock system. Including the c language code, PCB schematics and plate package drawing.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-30
    • 文件大小:134948
    • 提供者:谢经宽
  1. STM32F10Xspeexvocodervoicecode

    0下载:
  2. 主要介绍了基于STM32F10X单片机在音频方面speex编解码的C源码-Introduces microcontroller based STM32F10X in audio speex codec C source
  3. 所属分类:Compiler program

    • 发布日期:2017-11-14
    • 文件大小:3991994
    • 提供者:蔡佳丽
  1. project1

    0下载:
  2. 基于双层Case嵌套的C-词法分析器,编译原理课程设计-Based on double-Case C-nested lexical analyzer, compiler theory of curriculum design
  3. 所属分类:Compiler program

    • 发布日期:2017-05-06
    • 文件大小:1485546
    • 提供者:zz
  1. lex

    0下载:
  2. 基于C语言编写的词法分析实验,能够对短语进行分析并给出正确的标志符号。-Based on the C language lexical analysis of experiments, analysis and be able to give the correct phrase glyph.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:286427
    • 提供者:Toby
  1. Recursive-subroutine

    0下载:
  2. 该程序使用C++写的一个基于递归子程序算法的语法翻译器,是在vs2012环境下编写的,供大家参考和学习-The program uses C++ to write an algorithm based on recursive subroutine syntax interpreter is written in vs2012 environment, for your reference and learning
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:244126
    • 提供者:wenjian
  1. compiler

    1下载:
  2. 南京大学编译原理试验,基于c--语法规则的编译器实现-Nanjing University compiled the principle of testing, c-- grammar compiler based implementation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:486526
    • 提供者:syc
  1. compil_projet1

    0下载:
  2. 该程序是基于脚本ocaml语言的简易版c语言编译器。-a compiler c bansed on ocaml
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:24223
    • 提供者:angel
  1. jx9-amalgamation-1007002

    0下载:
  2. jx9,基于C/C++的脚本解释语言,可集成于html中-jx9, based on C/C++ interpreted scr ipting language, can be integrated in the html
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:380038
    • 提供者:bernard rao
  1. Complier

    0下载:
  2. 基于c#的语法和词法分析器,有简单的界面-Based on c# syntax and lexical analyzer, there is a simple interface
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:129628
    • 提供者:喻沛孚
  1. assembler.c

    0下载:
  2. lc2k编译器,基于c语言,argument为lc2k指令集以及输出文件名字(lc2k assembler, takes two argument)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-28
    • 文件大小:4096
    • 提供者:zhuyi29
« 12 »
搜珍网 www.dssz.com