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

搜索资源列表

  1. ZigBeeProtocolSourseAndSample

    0下载:
  2. 编译器:MCC18 v2.30.01 及其以上 编译环境:MPLAB 7.51 请把MpZBee文件夹拷贝到C盘根目录下才能正常编译。-compiler : MCC18 v2.30.01 and above compiler environment : Please MPLAB 7.51 MpZBee folder are copied to the directory C can be deep-rooted normal compiler.
  3. 所属分类:SCSI/ASPI

    • 发布日期:2008-10-13
    • 文件大小:1.68mb
    • 提供者:qinghui
  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
    • 文件大小:111.37kb
    • 提供者:寒冬
  1. ATMEL单片机的C编译器

    0下载:
  2. 1.ATMEL单片机的C编译器。ICCAVRV7.22B破解版。 2.请看readme.text.杀毒软件会把破解文件当中木马病毒。请设置不要扫描这个文件。,1.ATMEL MCU C compiler. ICCAVRV7.22B cracked version. 2. See readme.text. Antivirus software, virus, Trojan horse which will crack the file. Please set do not scan the fi
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-05-26
    • 文件大小:9.14mb
    • 提供者:jerry.shi
  1. CCS_V4.XX-crackCode composer studio V4.x crack

    0下载:
  2. Code composer studio V4.x crack For Platunim 有人问使用方法,加上来 1、将tiactutil.exe覆盖到安装目录的ccsv4\DebugServer\license目录下; 2、将mdex.dll覆盖到安装目录的ccsv4\DebugServer\win32\components目录下; 3、使用提供的full.lic作为license文件即可。 lmcrypt_tidspssw.exe的使用方法:将修改后的li
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-04-09
    • 文件大小:1.36mb
    • 提供者:宋阅
  1. read_cdda-2.05.tar.gz 读取音乐光盘磁道为磁盘文件的程序

    0下载:
  2. 读取音乐光盘磁道为磁盘文件的程序 , Reads takes the music compact disc track for the disk file procedure
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-11-08
    • 文件大小:54.32kb
    • 提供者:
  1. UnLinker编译原理实验

    0下载:
  2. 编译原理实验 为UnLinker.java文件中的UnLinker类实现成员函数String clean(String text). 函数clean的功能是屏蔽字符串参数text中的网页链接信息,并返回屏蔽后的结果;如果无需屏蔽,则返回原来的字符串. 每个网页链接从左至右依次分成前缀,域名和后缀三部分-Compilation Principle experiment UnLinker.java file UnLinker class implements member functions Str
  3. 所属分类:SCSI/ASPI

    • 发布日期:2012-09-29
    • 文件大小:2.41kb
    • 提供者:陈竑睿
  1. chinese

    1下载:
  2. 中文信息处理基础 第一讲VC环境编程简介 第二讲文件处理 第三讲字符编码 第四讲字频统计 第五讲文本断句 第六讲语料库-Basic information first deal with English-speaking environment for programming VC brief introduction stresses the second file handle character encoding the third stresses t
  3. 所属分类:SCSI/ASPI

    • 发布日期:2013-06-06
    • 文件大小:36.68mb
    • 提供者:李明
  1. Picdisasm106

    1下载:
  2. 非常棒的pic16芯片反编译软件,反编译后文件和源文件基本一致。-Great pic16 chip decompile software, anti-compiled and source files are basically the same.
  3. 所属分类:Compiler program

    • 发布日期:2016-08-31
    • 文件大小:193kb
    • 提供者:zhuhui
  1. W32asm_wuji

    1下载:
  2. 反汇编利器:W32asm无极版 C32asm 是一款非常不错的国产静态反编译工具! C32Asm现具有如下功能: 快速静态反编译PE格式文件(Exe、Dll等) 提供Hex文件编辑功能,功能强大 提供内存Dump、内存编辑、PE文件Dump、PE内存ImageSize修正等多种实用功能 提供内存反汇编功能,提供汇编语句直接修改功能,免去OPCode的直接操作的繁琐 提供反编译语句彩色语法功能,方便阅读分析,能方便自定义语法色彩 提供输入表、输出表、参
  3. 所属分类:Compiler program

    • 发布日期:2016-01-24
    • 文件大小:306.2kb
    • 提供者:未来
  1. crt0

    0下载:
  2. 用C语言编写ARM程序时,执行的第一条指令,并不在main函数中。当我们生成一个C程序的可执行文件时,编译器总是在我们的代码前加一段固定的代码——crt0.o,它是编译器自带的一个文件。此段代码设置C程序的堆栈等,然后调用main函数。很可惜,在我们的裸板上,这段代码无法执行,所以我们得自己写一个。这段代码很简单,只有3条指令。-Using C language ARM program, the implementation of the first instruction is not in
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:157.88kb
    • 提供者:netsky
  1. attachment

    0下载:
  2. MP3 ak1011 源程序文件 保证哈用 写完就开机-MP3 ak1011 source documents to ensure Kazakhstan with the finish on the boot
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:2.51kb
    • 提供者:suhang
  1. dede106b1

    0下载:
  2. 源码丢失后,通过这个Dede还是可以从bpl文件找回DFM文件。-If lose your own source,your can find back the dfm from bpl use this dede.
  3. 所属分类:Compiler program

    • 发布日期:2017-11-08
    • 文件大小:630.31kb
    • 提供者:z.q
  1. IAR_EWARM_5.30_full_keygen

    0下载:
  2. 一个IAR FOR ARM的编译器的破解文件,已经验证过可以使用。-An IAR FOR ARM compiler crack file, has already proven you can use.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:333.33kb
    • 提供者:李建
  1. picc8.05-pl

    1下载:
  2. 该文件为PICC8.05安装文件,里面包括了破解软件以及整个安装的具体流程,对新手来说是很好的东西。-The file is PICC8.05 installation files, which include cracking software and the installation of the specific process for newcomers is a good thing.
  3. 所属分类:Compiler program

    • 发布日期:2017-05-24
    • 文件大小:7.54mb
    • 提供者:王薇
  1. cifafenxi

    0下载:
  2. 设计、编制并调试一个词法分析程序,加深对词法分析原理的理解。要求用文件实现能判别出关键字、标识符、数字符、操作符、分隔符。-The design, development and debugging a lexical analyzer, and deepen their understanding of the principles of lexical analysis. Required to achieve file can judge keywords, identifiers, th
  3. 所属分类:Compiler program

    • 发布日期:2017-05-09
    • 文件大小:1.77mb
    • 提供者:瞿蛋蛋
  1. 2

    0下载:
  2. EXE文件反编译成C源代码的工具 ,可以将任何EXE文件反译成C源代码进行二次开发-Decompile EXE file into C source code tool
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:189.68kb
    • 提供者:黄大福
  1. Grammer_analysis_program

    0下载:
  2. 北邮 编译原理与技术 课程实验 语法分析程序 用C++实现,包含递归下降分析,LL(1),LR(1),YACC的所有源代码及测试输入文件-Compile didactical building principle and technology experiment grammar analysis in c++ program implementation, include recursively to analysis, LL (1), LR (1), all of the source co
  3. 所属分类:Compiler program

    • 发布日期:2017-05-08
    • 文件大小:1.55mb
    • 提供者:停留
  1. CCS-V5-license

    0下载:
  2. 这个是Code Composer Studio V5 的许可证文件,可以直接安装用-This is the Code Composer Studio V5 license file can be installed directly
  3. 所属分类:Compiler program

    • 发布日期:2016-01-25
    • 文件大小:1kb
    • 提供者:liwei
  1. VB-decompiler

    1下载:
  2. VB反编译工具源代码,用VB编写的EXE文件反编译工具,通过这个工具可以看到EXE内部的函数、程序代码等,对于学习编程大有帮助。-VB decompiler
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:161.66kb
    • 提供者:胡渊
  1. 反编译工具

    6下载:
  2. 反编译工具,可将EX4文件反编译成MQL4文件,懂的需要的下载(Decompiler tool, can decompile EX4 files into MQL4 files, understand the need to download)
  3. 所属分类:编译器/解释器

    • 发布日期:2020-05-23
    • 文件大小:4.94mb
    • 提供者:华尔街科比
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com