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

搜索资源列表

  1. CompilationInformation

    0下载:
  2. 汇编相关资料,包括:80386ASM程序设计基础、CPU 寄存器和基本指令、Windows汇编语言编程指南、汇编指令集。-Compilation of relevant information, including: 80386ASM the basis of program design, CPU registers, and basic commands, Windows Assembly Language Programming Guide, compiled instruction se
  3. 所属分类:assembly language

    • 发布日期:2017-05-02
    • 文件大小:761797
    • 提供者:zxh
  1. PrinciplesOfCurriculumDesignCompiler

    0下载:
  2. 包括开发文档和完整的程序。 算符优先语法分析模拟构造器主要包括文法的FirstVT和LastVT集模拟构造,算符优先关系表的构造,算符优先函数表的构造,句子(程序)分析归约过程等几个部分。-Including the development of documents and procedures. Simulation of the priority operator parsing constructor FirstVT mainly grammar and structure LastV
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:476191
    • 提供者:穆鹏
  1. fifo

    0下载:
  2. 先来先服务程序调度实现缺页中断调度算法驻留集大小,页面数,缺页中断数-fifo
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:951
    • 提供者:林茜
  1. shijuan

    0下载:
  2. IBM-PC汇编语言程序设计课试题集 当年考试用的-IBM-PC assembly language programming class was the examination questions set by the
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:38180
    • 提供者:古稀
  1. ll(1)

    0下载:
  2. ll(1)文法分析程序,实现first集,follow即等的运算-ll (1) grammar analysis programs to achieve first set, follow the operation, etc.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:11308
    • 提供者:张三
  1. Intelhbyycxsjdsb

    0下载:
  2. 本书全面细致地讲述了汇编语言程序设计的各个方面。从微处理器体系结构、工作机制到指令集;从最基本的编译器链接器的使用到高级过程、结构和宏的使用;从用纯汇编编写程序到用VC++,BC++等最新编译器与汇编的混合接口编程;从16位实模式下BIOS,DOS实模式文本及图形程序设计到32位保护模式的Windows程序设计;从磁盘基础知识到Intel指令编码、浮点运算等相关知识都做了深入而细致的讲解。 -This book describes a comprehensive and meticulo
  3. 所属分类:assembly language

    • 发布日期:2017-05-26
    • 文件大小:9304336
    • 提供者:Ryan
  1. easyVM_Small.tar

    0下载:
  2. easyVM是一个简单的虚拟机。 0.1版本只支持8086指令集和一些简单的I/O设备,只支持英文文本显示方式。 0.2版本主要是在0.1版基础上加了一小部分32位指令(push eax等),使得easyVM可以运行MS-DOS 6.22自带的大部分程序。 文件说明: ==================== Bios\Bios.bin Bios程序 Bios\BiosData.bin CMOS数据
  3. 所属分类:OS Develop

    • 发布日期:2017-04-09
    • 文件大小:1707209
    • 提供者:zhanghui
  1. blacktie-2.0.0.M3-src

    0下载:
  2. BlackTie计划,可以让用户将原有的JAVA和分布式事务处理环境迁移到红帽的平台之上。 BlackTie可让企业级用户轻易地将C、C++和大型主机应用程序集成到JBoss环境之中,为用户提供企业级的开源服务,诸如安全、集群和事 务处理等。 该版本主要改进内容包括: 1.The new btadmin command line tool 2.Renaming Environment.xml files to btconfig.xml to make them
  3. 所属分类:MiddleWare

    • 发布日期:2017-03-28
    • 文件大小:893126
    • 提供者:liubin
  1. mandelbrot

    0下载:
  2. 绘制mandelbrot集 。Mandelbrot Set(MS)程序用于计算复平面上的 曼德布洛特集合-Drawing mandelbrot set
  3. 所属分类:MPI

    • 发布日期:2017-04-16
    • 文件大小:31668
    • 提供者:gnan
  1. c

    0下载:
  2. c语言基础程序合集,希望对大家有用,小弟谢谢各位的支持了-C YU YAN JI CHU CHENGXU HEJI
  3. 所属分类:MiddleWare

    • 发布日期:2017-05-15
    • 文件大小:3852905
    • 提供者:sunkepb
  1. Grammer_LR(0)(1)

    1下载:
  2. (1)直接输入根据己知文法构造的LR(0)分析表。 (2)输入已知文法的项目集规范族和转换函数,由程序自动生成LR(0)分析表; (3)输入已知文法,由程序自动生成LR(0)分析表。 -(1) direct input structure according to the known grammar LR (0) of the table. (2) Enter the set of specifications known family of grammar items an
  3. 所属分类:编译器/词法分析

    • 发布日期:2017-05-29
    • 文件大小:94815
    • 提供者:zmf
  1. 31767678analyse_0

    0下载:
  2. 编译原理中实现自顶向下语法分析,若文法中不含左递归,并且每个非终结符的所有后选式的首符集都两两不相交,那么就有可能构造一个不带回溯的自顶向下的语法分析程序-Compiler theory to achieve top-down parsing When every not terminal goes without interacting with each other,It can make a process of form up to down
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:2134
    • 提供者:泉泉
  1. AK881

    0下载:
  2. 集群电话无线收发器汇编源码程序,单通道,测试版-Phone wireless transceiver cluster assembly source programs, single-channel, beta
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:227842
    • 提供者:wulihai
  1. examplesconver

    0下载:
  2. 这是字母转化程序的集总,是用汇编语言汇编出来的现有程序,非常有效,在仿真软件上可以运行出来的。-This is the letter lumped into the program is compiled with the assembly language from the existing procedures, is very effective in the simulation software can run out.
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3713
    • 提供者:王文
  1. object

    0下载:
  2. 语音增强必备之语音客观评测程序合集 包括IS LLR SEG_SNR等-Speech enhancement of voice and objective evaluation procedure must include the IS LLR SEG_SNR such collection
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-03-29
    • 文件大小:43304
    • 提供者:微风
  1. ThreadDatabase

    1下载:
  2. 使用多线程操作数据库的演示程序,数据集控件使用ado-Using multi-threaded demo program to operate the database, the data set control using ado
  3. 所属分类:Delphi VCL

    • 发布日期:2014-09-30
    • 文件大小:557056
    • 提供者:betwinyou
  1. Example116

    0下载:
  2. vc 遍历ODBC记录集的数据 的程序源码,很不错的demo-vc through ODBC recordset data source code, very good demo
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:11708
    • 提供者:汪泽民
  1. Delphifunc

    0下载:
  2. delphi程序合集 Workshell.zip Workshell 评述: 是个单元包,提供DLL文件、单元文件、头文件。提供的函数非常有用。 GB2312BIG5.zip GB2312BIG5 评述: GB231和BIG5相互转换单元 Cast128_256.zip Cast128_256 评述: 128和256位加密单元 Bleepint.zip Bleepint 评述: PC喇叭控制单元 Matrice.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:444251
    • 提供者:philzheng
  1. 20110915_src

    0下载:
  2. 建立一个针对LL(1)文法编译器的自动生成器。要完成此编译器的生成器需对源文件进行两遍处理:第一遍词法分析,第二遍语法分析。语法分析程序用LL(1)语法分析方法。首先输入定义好的文法书写文件(所用的文法可以用LL(1)分析),然后建立词法分析器,包括词法分析主程序、扫描器部分、关键字表等。经词法分析后分别计算所输入的文法的每个非终结符号的FIRST集合,每个非终结符号的FOLLOW集合,以及每个规则的SELECT集合,并判断任意一个非终结符号的任意两个规则的SELECT集的交集是不是都为空,如果
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:37388
    • 提供者:yin
  1. MPI_linux.tar

    0下载:
  2. linux下MPI程序设计学习的一些书籍,以及linux集群的书-MPI programming under linux to learn some of the books, and books linux cluster
  3. 所属分类:MPI

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