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

搜索资源列表

  1. NeroSDK-v1.06.基于NERO 程序的开发包

    0下载:
  2. 基于NERO 程序的开发包,包括NERO_API(API开发包)和NERO_CMD(命令行开发包),可以将二者结核灵活实现光盘刻录功能。-NERO procedures based on the development kit, including NERO_API (API development kit) and NERO_CMD (command-line development kit), TB can be both functional and flexible to achieve
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-05-17
    • 文件大小:4.81mb
    • 提供者:Victor Chen
  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. SCSI指令集

    0下载:
  2. SCSI指令集,不错,分享一下-SCSI command set, well, share! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-04-10
    • 文件大小:1.62mb
    • 提供者:黄晓宏
  1. IncBuildNo

    0下载:
  2. IncBuildNo是个命令行工具,与VS配合即可完成递增版本号的任务。如果你采用第一种版本号风格,IncBuildNo也能很好地胜任。IncBuildNo甚至可以干别的递增数字的工作,不仅仅是版本号,因为运行它时需要的参数之一是正则表达式。-IncBuildNo is a command-line tool to increment the version number of the task can be completed in conjunction with VS. If you us
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:27.16kb
    • 提供者:张松
  1. TrickTools

    0下载:
  2. 生成Trick文件工具 1.Open command line 2.input tricktest Usage: TrickTest -f -o -i -f source mpeg2 file to trick -o trick output directory -i output file id -m max coding error, default 0 -b max bitrate for trick generate, default 0 mean no
  3. 所属分类:Compiler program

    • 发布日期:2017-03-31
    • 文件大小:539.58kb
    • 提供者:Jiang
  1. SCSIctl

    0下载:
  2. 标准的scsi指令代码。适合用于设备的开发和维护。-Standard scsi command code. Suitable for the development and maintenance of equipment.
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-05-09
    • 文件大小:1.63mb
    • 提供者:252913401
  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. scsi

    1下载:
  2. SCSI源码,包含SPC的一些命令,还有SBC一些,但是不是很全-SCSI source, including a number of command SPC, and SBC, but not very wide
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-05-16
    • 文件大小:4.36mb
    • 提供者:liuyufei
  1. Morphology-analyzer

    0下载:
  2. 一个简单的词法分析器,里面对预处理命令进行了一些简单的处理,注释部分也进行了处理-A simple lexical analyzer, which command the pretreatment processing some simple processing, the comments section
  3. 所属分类:Compiler program

    • 发布日期:2017-12-02
    • 文件大小:1.53kb
    • 提供者:黎明
  1. Myshell

    0下载:
  2. 一个简单的shell命令解释器,有重定向,管道,历史等功能。-A simple shell command interpreter, redirection, pipes, history.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-16
    • 文件大小:30.34kb
    • 提供者:李俊
  1. 123

    0下载:
  2. 易语言运行bat命令列子...!把命令加入常量-The easy language run bat command Liezi ...! Command constant
  3. 所属分类:Compiler program

    • 发布日期:2017-11-11
    • 文件大小:991byte
    • 提供者:xiaofei501
  1. matlab--mingling

    0下载:
  2. matlab命令大全,里面有matlab的各种指令,有需要的可以下下。-The Matlab command Guinness, which Matlab commands, there is a need can under the circumstances.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-20
    • 文件大小:207.74kb
    • 提供者:liuguangfeng
  1. command

    0下载:
  2. linux系统命令学习的必要资源看,电子书,网站俱全。-linux system commands to learn the necessary resources to see, e-books, websites and taste.
  3. 所属分类:Compiler program

    • 发布日期:2017-10-30
    • 文件大小:1.05mb
    • 提供者:陈鹏
  1. ipython-0.13.2.tar

    0下载:
  2. ipython 是一个 python 的交互式 shell,比默认的python shell 好用得多,支持变量自动补全,自动缩进,支持 bash shell 命令,内置了许多很有用的功能和函数。在ubuntu 下只要 sudo apt-get install ipython 就装好了,通过 ipython 启动。-ipython is a python interactive shell, than the default python shell is much more useful to
  3. 所属分类:Compiler program

    • 发布日期:2017-05-22
    • 文件大小:6.79mb
    • 提供者:王亮
  1. XXJavaCompiler_v1.07_Green

    0下载:
  2. Java编译辅助工具,能方便实时修改Java源代码并编译、保存Java源文件,操作方便,省去了反复输入编译命令的麻烦。-Java compiler support tools that can facilitate real-time and compile Java source code modifications, save the Java source files, easy to operate, eliminating the need to repeatedly enter th
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:409.65kb
    • 提供者:博菲
  1. CPP

    0下载:
  2. n this section, you will interface with the operating system using DOS commands. For each of the following tasks, list the correct DOS command. Note: While it is not necessary to perform these tasks on a computer, the assignment is structured fo
  3. 所属分类:Compiler program

    • 发布日期:2017-04-14
    • 文件大小:5.44kb
    • 提供者:NN
  1. Motor-Serial

    0下载:
  2. Position Control of a motor through serial command
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:251.11kb
    • 提供者:lucero
  1. fz

    0下载:
  2. 赋值语句的翻译,递归下降法是语法分析中最易懂的一种方法。它的主要原理是,对每个非终极符按其产生式结构构造相应语法分析子程序,其中终极符产生匹配命令,而非终极符则产生过程调用命令。-Translation of assignment statements, recursive descent parser is the most straightforward method. Its main principle is that their production structures constr
  3. 所属分类:Compiler program

    • 发布日期:2017-04-13
    • 文件大小:1.95kb
    • 提供者:nsj
  1. SAJHDASJDD.RAR

    0下载:
  2. 后果汗津津计划。非官方刚刚发广告风格、-University,I will stare no effort to master a good command of advance
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:27.04kb
    • 提供者:wangwei
  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
    • 文件大小:665byte
    • 提供者:严鹏成
« 12 »
搜珍网 www.dssz.com