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

搜索资源列表

  1. up_VC_Prolog

    0下载:
  2. VC和prolog联合开发的prolog的编译器.是我的毕业设计,河海大学2006届毕业生的优秀毕业设计.以下是论文的一部分: 第三章 VC++与PROLOG的接口 一.接口方案及准备工作 在这里,我所采用的接口方案是直接调用库函数.PROLOG系列语言中,有一种叫Amzi PROLOG的,提供了较完善的库函数接口.在我的毕业设计中,我所采用的是Amzi PROLOG 5.0版本所提供的库函数接口,所引用的文件为Amzi.h,amzi.dll,amzi.lib.这些文件可以通过下载
  3. 所属分类:SCSI/ASPI

    • 发布日期:2008-10-13
    • 文件大小:114041
    • 提供者:寒冬
  1. ansi.c.grammar.tar

    0下载:
  2. ANSI-C语法的lex和yacc specification,可以用于编译器构建。-ANSI-C syntax of lex and yacc specification, can be used to build a compiler.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:3184
    • 提供者:qsort
  1. open-iscsi-2.0-871.tar

    1下载:
  2. 网络存储协议iscsi,很多大公司的存储产品都使用了此代码。-Network storage protocols iscsi, many large company' s storage products are used in this code.
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-03-23
    • 文件大小:330514
    • 提供者:张三
  1. matMultRecur

    0下载:
  2. this code is used for parallel programming(a matrix multiplication with recursion)
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:1156
    • 提供者:honda
  1. cmake-2.8.1-win32-x86

    0下载:
  2. Cmake - the cross-platform, open-source build system. CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration file
  3. 所属分类:Compiler program

    • 发布日期:2017-05-23
    • 文件大小:7782025
    • 提供者:baaaa
  1. E-MASM

    3下载:
  2. 易语言编写的汇编指令模块 可以在易语言程序中使用汇编指令 包含了远程函数调用和汇编指令转换功能 无论是写内存补丁还是注入式外挂都非常有用-Easy assembly instructions written in easy language program modules can be used in the assembly instructions and includes a remote function call conversion assembly instructio
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-03-22
    • 文件大小:35658
    • 提供者:godome
  1. yufafenxi(LR)

    1下载:
  2. LR方法 编写语法分析程序,实现对算数表达式的语法分析。要求所分析算数表达式由如下的文法产生。 E->E+T|E-T|T T->T*F|T/F|F F->id|(E)|num 实验要求:在对输入表达式进行分析的过程中,输出所采用的产生式。 -LR parser written methods to achieve parsing of arithmetic expressions. Requirements of arithmetic
  3. 所属分类:SCSI/ASPI

    • 发布日期:2012-12-20
    • 文件大小:4108
    • 提供者:lzydwd
  1. TPaxCompilerV2_4_03

    0下载:
  2. paxCompiler是一个帕斯卡编程语言工具,编译工具生成机器代码为Intel处理器。编译工具的模式包括:基本的编译器和C编译器,交叉语言编程,固定装配工。 -paxCompiler is an embeddable compiler of the Object Pascal programming language. The key features of the paxCompiler are: The compiler generates machine code for
  3. 所属分类:Compiler program

    • 发布日期:2017-05-28
    • 文件大小:11069740
    • 提供者:贺达
  1. windows

    0下载:
  2. 磁卡读写测试程序,兼容市面上大部分磁卡机,可作为中间件做其他类型的开发-Magnetic card reading and writing test procedures, compatible with the market the majority of magnetic machine, can be used as middleware to do other types of development
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:163241
    • 提供者:kongwei008
  1. yufafenxi

    0下载:
  2. 利用递归下降分析程序实现对语法的分析,并输出语法树-Recursive descent parser used to achieve the analysis of grammar and syntax tree output
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:1585
    • 提供者:xuchang
  1. l298

    0下载:
  2. l298,l297步进电机驱动模块程序,用来说明模块的使用方法,以及步进电机的控制原理-l298, l297 stepper motor driver module used to describe the use of the module, as well as stepper motor control principles
  3. 所属分类:Compiler program

    • 发布日期:2017-05-13
    • 文件大小:3563482
    • 提供者:王韬
  1. prefuse.flare-alpha-20090124

    0下载:
  2. 用于flash/flex的 as3的 2D图形图像图表的动态生成-Flare is a collection of Actionscr ipt 3 classes for building a wide variety of interactive visualizations. For example, flare can be used to build basic charts, complex animations, network diagrams, treemaps, and mor
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1307635
    • 提供者:含影
  1. 2

    0下载:
  2. 设计并实现C语言的语分析程序,实现对算术表达式的语法分析。要求所分析算术表达式由如下的文法G产生: EE+T|E-T|T TT*F|T/F|F Fid|(E)|num 实验要求:在对输入表示进行分析的过程中,输出所采用的产生式。-Design and implement C language, language analysis program to realize the arithmetic expression parsing. Requirements of a
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1051
    • 提供者:CC
  1. SmallC-CSharp

    2下载:
  2. 用C#编写的small C 自定义语言的编译器,用于帮助一些刚开始接触编译原理的朋友,帮助理解词法和语义。-Written in C# small C from the definition of the language compiler, used to help some just started compiling principle friend and help understand lexical and semantics.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:154397
    • 提供者:
  1. add

    0下载:
  2. 这是一个存储文件来的,主要是用来存储文件啊-This is a file storage and is mainly used to store files ah
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-07
    • 文件大小:1185
    • 提供者:mark
  1. STC_ISP_V478

    0下载:
  2. stc cpu 开发软件,是一个很有用的工具,cpu不再用烧写器了 -stc cpu software development is a useful tool, cpu is no longer used as a device programmer
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-03
    • 文件大小:304863
    • 提供者:tanhaicheng
  1. mouse

    0下载:
  2. c语言实现鼠标图形化,c中对鼠标操作,可用于c的图形化编程-c language graphics implementation of the mouse, c in the mouse can be used in the graphical programming c
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-14
    • 文件大小:4647
    • 提供者:chenbiyong
  1. spi_Master

    1下载:
  2. 实现了对SD卡的SPI方式下读写操作,已经测试了,可以直接用-The realization of the SD card to read and write SPI operation mode has been tested, can be directly used
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-05-18
    • 文件大小:2116818
    • 提供者:张立涛
  1. 20064122315567760

    0下载:
  2. 学ASP必看的100个小例子。觉得不错,拿来跟大家一起分享-ASP Science 100 must-see small example. Feel good, used to share with you
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-05-08
    • 文件大小:1852466
    • 提供者:forest
  1. scsi

    0下载:
  2. 传统存储阵列接口,用于构建scsi host adapter-traditional storge matrix interface,used for scsi host adapter design
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-07
    • 文件大小:4199
    • 提供者:刘月
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com