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

搜索资源列表

  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. E-MASM

    2下载:
  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. 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. SLR1

    2下载:
  2. 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:225176
    • 提供者:孔小亮
  1. Ok3w_AspNews

    0下载:
  2. 一、后台直接更新系统信息,方便配置站点; 二、数据库在线压缩、备份; 三、友情链接管理; 四、站点介绍类文章任意添加; 五、新闻文章管理: 六、留言/评论管理。 七、网站管理员权限设置(超级管理员和新闻编辑人员); 八、站点信息配置删除一些无用信息; 九、改进留言/评论管理方式; 十、优化vbs.asp调用函数,增加图片列表函数及更多属性控制; -First, the background information directly update the s
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-05-02
    • 文件大小:521579
    • 提供者:TAKAHASHI
  1. ReadMBR

    0下载:
  2. Read the basic mbr sector info and its call table.
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-03-24
    • 文件大小:27418
    • 提供者:russ
  1. mips-lib

    0下载:
  2. Tiger语言定义的库函数,编译器可以直接调用这些库函数。库函数已汇编成汇编代码。-The Tiger language-defined library functions, the compiler can directly call library functions. The library functions have been compiled into assembly code.
  3. 所属分类:Compiler program

    • 发布日期:2017-12-02
    • 文件大小:1673
    • 提供者:ericxing
  1. project

    0下载:
  2. 词法分析器,接收源程序,得到该程序的token串-Simple design of a simple language compiler, we realize that the symbol table design, the design of lexical analysis, syntax analysis and semantic analysis of the design, and ultimately produce quaternion type. Lexical analys
  3. 所属分类:Compiler program

    • 发布日期:2017-12-09
    • 文件大小:528487
    • 提供者:mutian
  1. pingmian6

    0下载:
  2. 平面6节点等参单元有限元算法,直接调用 -Flat 6-node isoparametric element finite element method, a direct call
  3. 所属分类:Compiler program

    • 发布日期:2017-04-03
    • 文件大小:258674
    • 提供者:chan
  1. CP_work_8

    2下载:
  2. 设计一个四则表达式分析软件,其接受从文件或键盘输入的四则表达式(运算对象支持整数和变量),给出该表达式的二叉树表达形式,并在键盘上按后续遍历方式输出该二叉树。 例如,输入a+b*c,输出 a b c * + 提示:参考下列的设计指导: 递归下降分析法实验设计思想及算法 为G的每个非终结符号U构造一个递归过程,不妨命名为U。U的产生式的右边指出这个过程的代码结构: (1)若是终结符号,则和向前看符号对照,若匹配则向前进一个符号;否则出错。 (2)若是非终结符号,
  3. 所属分类:Compiler program

    • 发布日期:2014-05-22
    • 文件大小:152576
    • 提供者:jchen
  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
    • 文件大小:1999
    • 提供者:nsj
  1. matlab-source

    0下载:
  2. matlab简单函数,调用外部excel数据-matlab simple function call external excel data
  3. 所属分类:Compiler program

    • 发布日期:2017-05-02
    • 文件大小:552911
    • 提供者:yang
  1. nihe

    0下载:
  2. 模式分类中基于BP神经网络的曲线拟合;根据BP神经网络的模型,调用MATLAB工具箱函数,通过对样本数据进行训练,对测试样本数据进行成功的预测,预测的输出值与实际值之间几乎没有偏差。-Pattern classification of curve fitting based on BP neural network Based on BP neural network model, call MATLAB toolbox function, through the training sampl
  3. 所属分类:Compiler program

    • 发布日期:2017-05-05
    • 文件大小:95668
    • 提供者:高小英
  1. 词法分析编译器程序

    0下载:
  2. 用C语言开发词法分析程序PL0Compiler,并且修改PL/0词法,将其定义为一种新的语言,例如称其为PL/1语言,并完成 PL/1语言的词法分析程序。(Using C language development lexical analysis program PL0Compiler, and modify the PL/0 lexical, defined as a new language, for example, call it PL/1 language, and complete
  3. 所属分类:编译器/解释器

    • 发布日期:2017-12-18
    • 文件大小:6415360
    • 提供者:jinqiuyang
  1. afoqrs

    0下载:
  2. 调用百度AI开放平台动物识别API和百度百科API进行动物识别(Call Baidu AI open platform to identify API and Baidu Encyclopedia API for animal identification.)
  3. 所属分类:SCSI/ASPI

    • 发布日期:2018-05-06
    • 文件大小:6144
    • 提供者:7268ko
搜珍网 www.dssz.com