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

搜索资源列表

  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. complersrc

    0下载:
  2. 编译原理课程设计,VC实现源码,可以参考,特别是一些数据结构-compiler theory curriculum design, VC source can be found, especially in some data structure
  3. 所属分类:SCSI/ASPI

    • 发布日期:2008-10-13
    • 文件大小:57.19kb
    • 提供者:张洪涛
  1. hao123.com源代码

    0下载:
  2. c18233\AcceptJob.asp c18233\copyright.asp c18233\counter\0\0.gif c18233\counter\0\1.gif c18233\counter\0\2.gif c18233\counter\0\3.gif c18233\counter\0\4.gif c18233\counter\0\5.gif c18233\counter\0\6.gif c18233\counter\0\7.gif c18233\counter
  3. 所属分类:SCSI/ASPI

    • 发布日期:2009-02-11
    • 文件大小:2.17mb
    • 提供者:ljc8670
  1. cxstm8 编译器,STM8编译器

    1下载:
  2. cxstm8 编译器,STM8编译器,去除了16k限制,适合意法半导体官方工具ST Visual Develop中stm8的编译,cxstm8 compiler, STM8 compiler, in addition to the 16k limit for the official tool for STMicroelectronics ST Visual Develop in stm8 compiler
  3. 所属分类:SCSI/ASPI

    • 发布日期:2016-12-23
    • 文件大小:7.35mb
    • 提供者:王刚
  1. dlx_verilog.rar

    0下载:
  2. 这是我个人写的DLX处理器流水线的Verilog代码,在ModelSim中仿真通过,并且在ISE中能综合!即可以下载到FPGA中运行指令,指令可以根据需要定义,也可和相应的编译器配合使用,这里给学习流水线和Verilog的朋友共享。,This is my personal wrote DLX pipeline processor Verilog code, adopted in the ModelSim simulation and can be integrated in the ISE! T
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-03-29
    • 文件大小:9.55kb
    • 提供者:李乔
  1. luainterface-2.0.1

    0下载:
  2. 这是一个非常轻便的脚本开发环境。可以通过这个Wrapper把Lua编译器集成到Windows .Net开发环境中。可以支持动态的程序更新。-This wrapper allows programmer to integrate Lua interpreter into windows .net development enviroment. You can dynamically change a program behavior in runtime.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1.07mb
    • 提供者:hegallis
  1. retroguard-v2.3.1gpl

    1下载:
  2. retroguard 混淆器 Included in this release are the following files and directories: Readme.txt : This file. License.txt : For commercial projects, RetroGuard Pro is distributed under an annual subscr iption-based commercial license. -OR
  3. 所属分类:Compiler program

    • 发布日期:2017-03-23
    • 文件大小:86.19kb
    • 提供者:shw
  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. compil

    0下载:
  2. C语言编写的cminus语言语法分析器,采用递归下降方法-Cminus written in C language parser, using recursive descent method
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:1.67mb
    • 提供者:娃娃
  1. LexicalAnalysis.tar

    0下载:
  2. 针对虎书(现代编译原理-C语言描述)Tiger Language的词法分析器,包含testcase和reference-A lexical analysis for the tiger language in the tiger book (Modern Compiler Implementation in C), including testcases and references.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:72.77kb
    • 提供者:David
  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
    • 文件大小:322.77kb
    • 提供者:张三
  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. 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. word_analyse_program

    1下载:
  2. 用C语言编写的简单的词法分析器,能识别出单词序列,输出二元组,标识符表,常量表-Written in C a simple lexical analyzer can identify the sequence of words, the output pair, the identifier table, often scale
  3. 所属分类:Compiler program

    • 发布日期:2016-11-14
    • 文件大小:432kb
    • 提供者:淼淼
  1. atm-in-c

    0下载:
  2. atm simulation software in c-atm simulation software in c++
  3. 所属分类:Compiler program

    • 发布日期:2017-12-01
    • 文件大小:272.26kb
    • 提供者:shas
  1. binary-tree-in-templates

    0下载:
  2. so i want to make a code, that creates a binary tree, that holds data, for example ints like 1,6,2,10,8 and on pop i get the biggest number, and after that it gets deleted from the tree, and on push i can insert a new element. And this should be in a
  3. 所属分类:Compiler program

    • 发布日期:2017-11-22
    • 文件大小:534byte
    • 提供者:Dhilip
  1. TCSC-in-30-bus

    0下载:
  2. placement of TCSC in 30 bus IEEE system
  3. 所属分类:Compiler program

    • 发布日期:2017-04-17
    • 文件大小:13.41kb
    • 提供者:doctor20
  1. Simple-FIR-Filter-in-Matlab

    0下载:
  2. This is a simple FIR Filter that is written in MATLAB. This code had made by Dr Pooya Torkzadeh.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-29
    • 文件大小:7.51kb
    • 提供者:emran
  1. Find-Transpose-of-a-matrix-in-CPP-Code

    0下载:
  2. Find Transpose of a matrix in C++ Code
  3. 所属分类:Compiler program

    • 发布日期:2017-04-30
    • 文件大小:238.52kb
    • 提供者:mar7604
  1. Compiler Design in C

    0下载:
  2. 编译器设计,C语言实现,完整的编译器结构和语言及概念介绍。(Compiler design in C)
  3. 所属分类:编译器/解释器

    • 发布日期:2019-05-14
    • 文件大小:14.95mb
    • 提供者:darvei
« 12 3 4 5 6 7 8 9 10 ... 38 »
搜珍网 www.dssz.com