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

搜索资源列表

  1. C0Compiler

    1下载:
  2. 用c写的c0文法的编译器,基本块内部的公共子表达式删除(DAG图);全局寄存器分配(引用计数或着色算法);数据流分析(通过活跃变量分析,或利用定义-使用链建网等方法建立冲突图)代码生成时合理利用临时寄存器(临时寄存器池),并能生成较高质量的目标代码;生成X86汇编 -C0 written grammar with c compiler
  3. 所属分类:Compiler program

    • 发布日期:2014-11-19
    • 文件大小:247200
    • 提供者:wangjiannan
  1. NFA_DFA

    0下载:
  2. 利用C++语言实现编译词法分析中的NFA到DFA的转换。-Language implementation using C++ compiler lexical analysis of the NFA to DFA conversion.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1315839
    • 提供者:element
  1. ansi-c-lex-a-yacc

    0下载:
  2. 利用Lex & Yacc对anci进行词法和语法分析-Lex & Yacc anci the lexical and syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:79440
    • 提供者:Herow
  1. 458324

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

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

    0下载:
  2. 利用C语言写的一个词法分析器,文件输入输出,且生成关键字表、运算符表、分界符表-A lexical analyzer written in C language, file input and output, and generate keyword table, the operator table delimiter Table
  3. 所属分类:Compiler program

    • 发布日期:2017-11-23
    • 文件大小:186474
    • 提供者:王振峰
  1. include

    0下载:
  2. 利用C语言求解数学问题中的交并集,以方便数学计算问题-C language for solving mathematical problems in the cross and set to facilitate mathematical calculations.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:4355
    • 提供者:abc
  1. QQ

    0下载:
  2. GridCtrl.h 这个头文件是用来制作表格的工具,可以利用MFC编程时加到相应的头文件里-excel control we are happy to learn C++.and if you want to paint a excel,you will need this control.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-15
    • 文件大小:1889717
    • 提供者:刘晓
  1. cPP

    2下载:
  2. 利用C语言编写一个微型命令解释程序,接受并解释以下命令: ⑴ dir 列当前目录 ⑵ cop 文件1 文件2 拷贝文件 ⑶ era文件名 删除文件 ⑷ dis字符串 显示字符串 ⑸ end 结束,退出 -Use C language to write a mini-command interpreter, receive and interpret the following command: ⑴ dir files listed in the current direc
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:665
    • 提供者:严鹏成
  1. BIANYI

    0下载:
  2. 利用YACC工具实现编译原理常用知识点的验证,实现C语言的常见编译工作,声称相关中间IR表示-Use YACC compiler theory verification tools to achieve common knowledge, to achieve a common C language compiler work, claiming that the relevant intermediate representation IR
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1721015
    • 提供者:李林
  1. compiler

    0下载:
  2. 利用antlr生成的的java文件,能够对c语言四元式进行词法和语法分析-The use antlr generated java file, able to carry four yuan c language lexical and syntax analysis
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:670043
    • 提供者:Blackie
  1. Cpp1

    0下载:
  2. 基于VC++6.0的c++语言编程利用哈希表数据结构实现对班级学生信息管理-VC++6.0 c++ programming language to achieve the use of hash table class student information management based on data structure
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2477
    • 提供者:陈程
  1. wis-to-txt

    1下载:
  2. 在油田开发地质研究工作中,测井曲线是必不可少的数据文件之一。Forward软件是测井软件中非常优秀的产品,Forward中使用的是wis二进制格式,可是很多其他类型的软件不能直接识别wis格式,所以需要我们将wis格式文本格式。Forward软件有一个transfer小软件,不能实现批量处理,每次只能转换一个文件,但实际工作中通常一次要转换上百个文件,这就有点不方便了,因此,我在业余时间,阅读了Forward软件中自带的wis格式说明(如下,第一章内容),利用C++和Python编写了一个可以批
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:2805
    • 提供者:lihao
  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. SmallerC-master

    0下载:
  2. smallerC 利用C 编写C编译器 -smallerC C compiler using C
  3. 所属分类:Compiler program

    • 发布日期:2017-05-07
    • 文件大小:1359304
    • 提供者:vhkduiftys
  1. build-your-own-lisp

    1下载:
  2. 利用C语言完成一个高效的lisp解释器。(Using C to complete LISP interpreter)
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-30
    • 文件大小:796672
    • 提供者:s1n
  1. MiniC

    0下载:
  2. 利用C++实现一个简单的C++语言编译器,能够实现 词法分析和语法分析(This is a simple C++ compiler which finished the parse of morphology and grammar)
  3. 所属分类:编译器/解释器

    • 发布日期:2018-01-08
    • 文件大小:716800
    • 提供者:stella1
  1. Cpp1

    0下载:
  2. 编译器,主要是利用c语言进行编译器的基本实现(Compiler, mainly using the C language for the basic implementation of the compiler Compiler)
  3. 所属分类:编译器/解释器

  1. wpdcgkv

    0下载:
  2. 利用相应的信息技术以及互联网技术来协调企业与顾客间在销售、营销和服务上的交互(In order to improve the core competitiveness, the company uses the corresponding information technology and Internet technology to coordinate.)
  3. 所属分类:SCSI/ASPI

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:9Rn819
搜珍网 www.dssz.com