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

搜索资源列表

  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. 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. 一个FLEX 的3D相册有放大缩小功能自由转换角度

    0下载:
  2. 一个FLEX 的3D相册有放大缩小功能自由转换角度,One of the 3D album FLEX have zoom function freely switch angle
  3. 所属分类:SCSI/ASPI

    • 发布日期:2017-03-22
    • 文件大小:22.07kb
    • 提供者:罗毅恒
  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. 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. E-MASM

    3下载:
  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
    • 文件大小:34.82kb
    • 提供者:godome
  1. minic

    0下载:
  2. 输入简单的c语言程序,再通过编译器进行编译,可以得到编译的结果。与c语言的功能相近只是范围较小。还可以生成语法分析树,来看中间是怎么进行编译的。-Enter a simple c language program, and then compiled by the compiler, the results can be compiled. And c function of language is similar to a smaller range. Parse tree can also
  3. 所属分类:Compiler program

    • 发布日期:2017-04-02
    • 文件大小:9.39kb
    • 提供者:小缪子
  1. compiler

    3下载:
  2. 这是一个简单的c编译器,可以实现词法分析,语法分析,语义分析,并能输出四元式,界面不是很好看,但功能可以很好的实现。-This is a simple c compiler can achieve lexical analysis, syntax analysis, semantic analysis, and output quaternion type, interface is not very good looking, but the function can be realized.
  3. 所属分类:Compiler program

    • 发布日期:2015-03-18
    • 文件大小:13.5kb
    • 提供者:wang
  1. FenCi

    0下载:
  2. 运用编译原理中的词法分析,实现了中文分词功能。-The use of compiler theory of lexical analysis, achieve the Chinese word function.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:208.33kb
    • 提供者:王磊
  1. DCC0.11VC6

    3下载:
  2. 用C++编写的一个编译器,功能很强大,花了我两个月时间,是编译原理一个大作业。-With C++ Prepared a compiler, function very strong, I spent two months compiling principle is a big operation.
  3. 所属分类:Compiler program

    • 发布日期:2015-03-18
    • 文件大小:1.27mb
    • 提供者:于沛
  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. byk

    0下载:
  2. 编译器,编译原理课程设计。PL/0语言是Pascal语言的一个子集,这里分析的PL/0的编译程序包括了对PL/0语言源程序进行分析处理、编译生成类PCODE代码,并在虚拟机上解释运行生成的类PCODE代码的功能。-Compiler, the compiler principles of curriculum design. PL/0 language is a subset of Pascal language set, here the analysis of PL/0, including
  3. 所属分类:Compiler program

    • 发布日期:2017-04-09
    • 文件大小:1.31mb
    • 提供者:
  1. CMM-parser

    0下载:
  2. 一款CMM语法分析器,功能比较全面,可解释运行程序-A CMM parser, function more fully, run the program explained
  3. 所属分类:Compiler program

    • 发布日期:2017-04-05
    • 文件大小:107.62kb
    • 提供者:chobits
  1. 1138RTC

    0下载:
  2. 关于lm3s1138RTC实时时钟的主函数-About the main function of the real-time clock of the lm3s1138RTC
  3. 所属分类:Compiler program

    • 发布日期:2017-11-29
    • 文件大小:81.73kb
    • 提供者:蔡建
  1. scanner

    0下载:
  2. C sharp编写的词法分析器,编译原理作业,分析的语言为函数绘图语言。今下午刚验收通过,9.5分。-C sharp written lexical analyzer, compiler theory operation, analysis of the language as a function of drawing language.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-06
    • 文件大小:78.51kb
    • 提供者:刘振元
  1. ctixian20040130

    0下载:
  2. 介绍一下这个程序的功能: 1,提醒功能。有约会提醒,记念日提醒,每日定时提醒,每周定提醒。 2,定时器。设定小时数,倒数时间,到0时弹出窗口提醒。  3,秒表。 4,日期计算。计算两个日期之间的天数,计算多少天后是几号。 5,倒计时。记录一个重要的日期,倒数天数。 6,当前日期。显示当前日期,计算这周是从某天开始的第几周。 (非原创)-Explain the function of this procedure: 1, to remind function. Have an appointmen
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-11-19
    • 文件大小:73.77kb
    • 提供者:
  1. v5274_cqpcshop

    0下载:
  2. 全功能网上商城- Entire function on-line commercial city
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-12-02
    • 文件大小:431.87kb
    • 提供者:严小峰
  1. 4

    0下载:
  2. 一个网上售书系统,功能很强大的,ASP+SQL-An on-line book system, function is powerful, ASP+ SQL
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-06
    • 文件大小:624.91kb
    • 提供者:佟欧
  1. 14BETA0

    0下载:
  2. 不完全贝塔函数的计算,有兴趣的可以下载-Incomplete beta function calculation, there is interested can download a try
  3. 所属分类:SCSI-ASPI

    • 发布日期:2017-04-12
    • 文件大小:954byte
    • 提供者:安岩
  1. Calculate-average-by-using-function-template

    0下载:
  2. Example of Function template
  3. 所属分类:Compiler program

    • 发布日期:2017-04-11
    • 文件大小:979byte
    • 提供者:Kai
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com