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

搜索资源列表

  1. cepaidingwei

    0下载:
  2. 采用C++语言开发的精度较高的车牌定位源程序,你值得拥有。-C++ language development using high precision source code license plate location, you deserve.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1783136
    • 提供者:飞信
  1. i2cbus

    0下载:
  2. 单片机C语言总线通讯方法,包括启动、停止、应答、等实现方法-MCU I2C TELPHONE C LANGUGE UNSIGNED DEFINE INT CHAR ONE TWO THREE FOUR FIVEA SIX SEVEN EIGHT NINE TEN ELEVIN TWELVE FISH FACE HAND FIGNER FOOT SHONE SEE EYE HEAR HERO BANANA PHONE APPLE FISH FISH FISH FISH FISH FISH FIS
  3. 所属分类:Compiler program

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

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

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

    0下载:
  2. 《编译原理》的课程程序,一个用c语言编写的词法分析器程序。-The compilation principle course program, a lexical analyzer program written in c language.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-26
    • 文件大小:7957
    • 提供者:余啸
  1. Design-of-C_minus-lexical-analyzer

    0下载:
  2. 1、该个词法分析器要求至少能够识别以下几类单词: a.关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b.标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c.常数:NUM = digit digit*(.digit digit* |ε)(e(+ | - |ε) digit digit* |ε),letter = a|..|z|A|..|
  3. 所属分类:Compiler program

    • 发布日期:2017-04-28
    • 文件大小:32418
    • 提供者:陈景
  1. cifafenxi

    0下载:
  2. 用C语言实现将输入的源代码翻译成自定义对应的类号并输出-C language source code translation will enter into a custom class number and the corresponding output
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:5173
    • 提供者:SYT
  1. compiler

    0下载:
  2. 类C语言编译器,基本上实现了主要功能的C语言语法,词法分析使用状态转移,语法使用LR(1)方法,自动生成ACTION和GOTO转移表。自顶向下的语法制导翻译,可以生成各种类型的表达式(包括布尔,算术,逻辑等等),循环中的while,选择中的if else 和if等,功能比较强大-Class C language compiler, basically realized the C language syntax, lexical analysis of the main features of
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:77530
    • 提供者:宋yucai
  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. expression-calculator

    0下载:
  2. 表达式计算器。支持C语言几乎所有运算符。-Expression calculator. Calculate the result of an expression, support almost all C operators.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:2782
    • 提供者:胡安迪
  1. smallc

    0下载:
  2. 一个简易C语言的此法扫描器,可以识别C程序中的词汇,并且打印-This method is a simple C language scanner can identify the vocabulary C program, and print
  3. 所属分类:Compiler program

    • 发布日期:2016-05-03
    • 文件大小:1024
    • 提供者:刘凌堃
  1. cJSON

    0下载:
  2. 在其基础上,添加了cJSON_Direct.c,实现了C语言中结构体与json格式字符串相互转化的功能-Json parsing code is written by a foreigner. On its basis, add cJSON_Direct.c to C language structure and JSON-formatted string into each other
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:5821
    • 提供者:woxin
  1. PL0

    0下载:
  2. 用c语言扩展pl0编译器,包括read,write,else,exit-Extended PL0 in C language compiler, including read,write,else,exit
  3. 所属分类:Compiler program

    • 发布日期:2017-04-25
    • 文件大小:25190
    • 提供者:mxx
  1. C0_example

    0下载:
  2. 编译原理期末的大作业,使用C语言实现的C0文法编译器,压缩包内有说明文档-Compilation principle of the final major work, the C0 grammar compiler written in C language, there is a document in the package
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1369606
    • 提供者:zhangjiachen
  1. DFA

    0下载:
  2. 编写的一个C语言程序,模拟实现DFA识别字符串的过程-The process of writing a C language program to simulate the realization DFA identification string
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1602
    • 提供者:soleon
  1. interpreter

    0下载:
  2. 简单的C语言编译器+解释器,使用DFA+递归下降法与四元组等实现,可以实现简单的数值计算-Simple C language compiler+ interpreter, using DFA+ recursive descent method and quads, etc. to achieve, you can achieve a simple numerical calculation
  3. 所属分类:Compiler program

    • 发布日期:2017-04-01
    • 文件大小:49797
    • 提供者:Sunshuyang
  1. Blue-Bridge-Cup-Classic-title

    0下载:
  2. 2013蓝桥杯C语言本科组A试题解析,蓝桥杯经典题-Blue Bridge Cup Classic title
  3. 所属分类:Compiler program

    • 发布日期:2017-04-24
    • 文件大小:14371
    • 提供者:xiaobang
  1. cx

    1下载:
  2. 用yacc和lex结合c语言实现的某语言编译器-With yacc and lex in combination with the c language implementation of a language compiler
  3. 所属分类:Compiler program

    • 发布日期:2017-05-03
    • 文件大小:716577
    • 提供者:Ruby Zhu
  1. CMM-Interpreter

    0下载:
  2. CMM解释器,CMM就是相对于C++,就是对C语言的进一步简化。-CMM interpreter,CMM is a simple language to explain the first part of C- Analysis.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-07
    • 文件大小:506040
    • 提供者:
  1. LDPC

    0下载:
  2. LDPC码的C语言编译码,包含校验矩阵,备注-LDPC codes codec C language, including parity check matrix, notes, etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1112568
    • 提供者:zl
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 »
搜珍网 www.dssz.com