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

搜索资源列表

  1. interpreter_of_little_C

    0下载:
  2. 用C语言编的一个小解释器,可以执行C程序的!算是可以执行C程序的C程序吧! 选自最新C语言精华(第三版)Herbert Schildt著 A small interpreter arranges which with the C language, may carry out the C procedure! Is may carry out C the procedure C procedure! (Master) writes oh!-Using C language made a smal
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:8.35kb
    • 提供者:钟毓秀
  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
    • 文件大小:583.79kb
    • 提供者:Banlyst Yeh
  1. typeof

    0下载:
  2. typeof,编译时获取表达式类型运算符,是gcc编译器的一个扩展(intel编译器 也支持). 笔者最近作一个项目时需要用比较hack的手段把第三方的dll(无lib但有头文件)里面的外部函数以函数指针的方式提取出来给其他模块作全局变量用,500多个函数呀,声明函数指针可不是个轻松事,类型名字至少排满一行,写了50多个就受不了了. 找了boost的typeof,把里面的代码大幅度简化,提炼,去掉一些依赖.请使用TYPEOF宏,无任何运行时开销。 本版本利用了vc6的1个bug(子类
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:1.08kb
    • 提供者:朱元
  1. Compiler

    0下载:
  2. (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:573.02kb
    • 提供者:陈新杰
  1. 20054674552

    0下载:
  2. 递归子程序法:对应每个非终结符语法单元编一个独立的处理过程(或子程序)。语法分析从读入第一个单词开始,由非终结符<程序>(即开始符)出发,沿语法描述图箭头所指出的方向进行分析。当-Recursive Subroutine law: at the end of the corresponding syntax for each non-unit provision of an independent process (or subprogram). Parsing from the f
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:28.36kb
    • 提供者:xieli123
  1. ASPIClass

    0下载:
  2. 使用ASPI包装成的一些通用类- Uses some general kinds which the ASPI package fits out
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-11-23
    • 文件大小:25.79kb
    • 提供者:站长
  1. dido4

    0下载:
  2. 将一张CD的内容读出写成wav文件- Wrote the wav document a CD content read-out
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-12-02
    • 文件大小:57.78kb
    • 提供者:站长
  1. flashfat16

    0下载:
  2. 这个源代码是我在没有参考任何现成的代码的情况下一个字母一个字母敲进去的.目前实现了创建文件,读写文件的操作,暂时不支持子目录、长文件名、文件删除、重命名等操作。 -This source code is what I refer to in the absence of any off-the-shelf code, one letter into a letter out. Realize the creation of the current document, read and write
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-04
    • 文件大小:39.25kb
    • 提供者:思宇
  1. mmc3r10g

    0下载:
  2. SCSI Multimedia Commands 鈥?3 (MMC-3) T10/1363-D 5.16 READ CAPACITY Command The READ CAPACITY command (Table 144) provides a means for the Initiator to request information regarding the capacity of the Logical Unit. This command shall not repo
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-10
    • 文件大小:1.66mb
    • 提供者:zyx
  1. computer3dedges

    0下载:
  2. 3D模型变换的VC源程序,用户可在此基础进行科研创新-3D model of the VC transform source code, users can carry out scientific research on the basis of innovation
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-09
    • 文件大小:1.88mb
    • 提供者:王方
  1. timer_system

    0下载:
  2. TurboC 提供了 time() (被定義在 <time.h> 中) 這個函式供我們取得系統時間, 當我們執行了 time(NULL) 時, 該函式便會傳回一個 time_t 型態(被定義在 <time.h> 中) 的數字, 單位是"秒", 所以我們應該先用 time_t 宣告一個變數, 來接收 time() 的傳回值:-TurboC provides the time () (is defined in the <time.h> In) This
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-03
    • 文件大小:2.74kb
    • 提供者:dudu
  1. Print_out_Even_Numbers

    0下载:
  2. Print out Even Numbers
  3. 所属分类:Compiler program

    • 发布日期:2017-12-01
    • 文件大小:8.6kb
    • 提供者:Khalid
  1. jpegcodec

    0下载:
  2. jpeg coder and decoder with out using block proc function.Reading the image into 8x8 blocks and apllied the DCT transform and quantization using quantization tables.After that seperation of DC and AC coefficients and I applied the DPCM for DC coeffci
  3. 所属分类:Compiler program

    • 发布日期:2017-11-17
    • 文件大小:2.04kb
    • 提供者:arsenal
  1. cp

    0下载:
  2. 对c代码进行语法分析,生成语句之间的连接关系,借助dot工具以图形化方式显示,另外解析出每个函数的变量的定义、使用情况 该版本没有加入预处理,预处理功能可以自己开发(有些复杂),也可以借助gnu c的预处理功能-Parse c code to generate the connection between the statement, with the dot tool graphically displays another parse out the variables of ea
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:4.61mb
    • 提供者:龙欣
  1. cifa

    0下载:
  2. 用C语言编写的一个简单的词法分析器 词法分析程序,能识别出所有的关键字、标识符、常数、运算符(包括复合运算符,如++)、界符 能过滤掉源程序中的注释、空格、制表符、换行符 并且能够对一些词法... -A simple C language lexical analyzer lexical analysis program can identify all keywords, identifiers, constants, operators (including composite op
  3. 所属分类:Compiler program

    • 发布日期:2017-11-25
    • 文件大小:1.53kb
    • 提供者:zhudaojun
  1. NFA-to-DFA

    0下载:
  2. NFA到DFA的转换,老师布置的作业,千辛万苦,拿出来和大家分享下-NFA to DFA conversion, the teacher assigned homework, go through untold hardships, out and share
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:531.01kb
    • 提供者:曹惠鹏
  1. adder6

    0下载:
  2. Full Adder 6 bit - Made out of 2 half adder and one adder
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:528byte
    • 提供者:Alex Vlad
  1. CPP-source-word-scanner

    1下载:
  2. 实验一:C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:45.17kb
    • 提供者:邵阳
  1. horizonlinedetection

    0下载:
  2. in this program the horizon line detection is found out by using canny edge detector and hough transform.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:1.15kb
    • 提供者:rahul reddy
  1. _Lexical_Analyzer_project

    0下载:
  2. lexical Analyzer with java code you most import your sintax to "get file" and result save to "out file"
  3. 所属分类:Compiler program

    • 发布日期:2017-04-15
    • 文件大小:6.07kb
    • 提供者:king
« 12 3 »
搜珍网 www.dssz.com