搜索资源列表
up_VC_Prolog
- VC和prolog联合开发的prolog的编译器.是我的毕业设计,河海大学2006届毕业生的优秀毕业设计.以下是论文的一部分: 第三章 VC++与PROLOG的接口 一.接口方案及准备工作 在这里,我所采用的接口方案是直接调用库函数.PROLOG系列语言中,有一种叫Amzi PROLOG的,提供了较完善的库函数接口.在我的毕业设计中,我所采用的是Amzi PROLOG 5.0版本所提供的库函数接口,所引用的文件为Amzi.h,amzi.dll,amzi.lib.这些文件可以通过下载
sp-1.3.4.tar
- 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
attachment
- MP3 ak1011 源程序文件 保证哈用 写完就开机-MP3 ak1011 source documents to ensure Kazakhstan with the finish on the boot
C770_BIOS
- c770_SCSI的bios源码资料,含工具代码、测试码、编译文件和说明文件等-bios of c770_SCSI source of information, including tools code, test code, compile documents and documentation, such as
vbfile
- vb释放文件的源码,直接生成exe格式,类似与生成服务端的程序-vb source code release of documents directly generate exe format, similar to the procedures for generating server
GramAnlis
- 本节主要分析程序的代码结构和代码工程文件的划分。(程序由两个类组成: Scanner类和Parser类,分别为词法分析和语法分析类。-The division of this section of program code structure and code engineering documents. (Program consists of two classes: the Scanner class and Parser class, lexical analysis and parsi
VFP-UnFoxall3.0
- 软件介绍:UNFOXALL v3.00 专业注册版 FoxPro反编译工具。可以完整的从FOX所有版本(FoxBase, FoxPro2.x for DOS/Windows, VFP3.0/5.0/6.0)开发的EXE,.APP,.FOX,.SPX, .MPX, .QPX, .PJT及其 他文件中完整反编译出所有源程序及其他文件。 使用说明: 安装原版后,运行原版选择关于,输入用户姓名,邮件,单位,后确定退出再解压注册机至原版目录下运行注册机,可以得到正确注册码
Prison-Break
- 给word文档加空格的宏程序 每字中间加一个最小大小的白色空格。 可以通过知网查重系统。--Spaces macro to word documents every word the middle of a minimum size of the white spaces. By the HowNet check the weight system.
HuffmanTree
- 该系统应具有以下功能: (1) I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中。 (2) E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件CodeFile中。 (3) D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中。
CodeWin
- You should upload at least five sourcecodes/documents. (upload 5 files, you can download 200 files). Webmaster will activate your member account after checking your files. If you do not want to upload sou
scanf.lex
- 读取符合格式要求的文件,并把文件内容直接输出到终端-Comply with the required documents to read format and contents of the file directly to the terminal
CMMintepre
- CMM(自定义) 是C 语言的一个子集,本程序对用这种语言写成的程序进行分析并输出相关的分析结果,解释器使用C语言写成.由词法分析程序、语法分析程序和语义分析程序组成。资源中包括程序源代码、可运行程序及测试程序、一个VC工程和相关设计用CMM语言设计文档。-CMM (custom) is a subset of the C language, the procedures of programs written in this language analysis and analysis rel
PLCC_DriversV1.0
- 8051 datasheet If you have not registered, Please [regist first].You should upload at least five sourcecodes/documents. (upload 5 files, you can download 200 files).
VC2010
- VC入门教学,doc文档,经典题目,经典例子-VC learning ,DOC documents, ...
DAC8411Diver
- DAC8411 驱动代码,内含有pdf文档以及应用解释,C51直接调用方便快捷,效率高。并且在套文件中引入了时序图,让读者更加方便使用!-DAC8411 driver code, which contains a pdf document interpretation and application, C51 convenient direct calls, and high efficiency. And the introduction of a timing diagram in sets
Textdiff
- 好用的文本比较工具,可比较两份文档不同地方-Good use of text comparison tool, can be in different places to compare two documents
FXunion.com_EX4toMQ4_4.0.509.5
- 反编译,将ex4的文件,翻译为mql4的文件-Decompile the ex4 file documents translated into mql4
pannes-in-wireless-sensor-networks
- documents for tolérance aux pannes
tinyC
- 一个经典的Tiny编译器的全部源代码,包括词法分析,语法分析,语义分析及中间代码生成-design an application that can compare similarity of two documents.
Simple_Compiler
- 程序功能:实现对一些简单语句的解释运算。支持的运算种类: int a(这种情况下a=0) int a,45 int b,44 a=a+b a=a-b a=a*b a=a/b string str(str为空) string str1,hello! string str2,like str=str1+str2 input str input a print str print a 输入文件:输入“file”命令,随后输入文件路径 读取命令行参数:在命令的后面紧跟文件路径,个数不限(This pro