搜索资源列表
编译原理及实践
- 目 录 译者序 前言 第1章 概论 1 1.1 为什么要用编译器 2 1.2 与编译器相关的程序 3 1.3 翻译步骤 5 1.4 编译器中的主要数据结构 8 1.5 编译器结构中的其他问题 10 1.6 &
html-xml-utils-2[1].4.tar
- HTML-XML-utils由一套小型C程序(过滤器)组成,可以读取HTML 和XML文件,增加一个内容表,一个字母索引,一个书目索引,交叉引用,数字化的头部,删除元素,记数元素,漂亮的打印功能,等等。当它读取HTML时,它假设代码是正确的HTML4.0,或是与其版本相近的代码。-HTML-XML-utils (filter) is composed by a set of small C procedure, may read takes HTML and the XML document,
DSAAC2eCode
- 数据结构与算法分析(C语言描述)的源代码 里面的代码的质量非常高,代码没有瑕疵 可以直接引用-data structure and algorithm analysis (C language) is the source code inside the very high quality, code no flaws can be directly invoked
0141
- 一个数字时钟的程序 ※※※※※※※※※※※※※※※※※ ※资料提供:上海齐济电子有限公司※ ※联系电话:21-65630199 ※ ※※※※※※※※※※※※※※※※※ 16F877秒表源程序,带注解 该源程序已在实验板上调试通过,读者可直接引用,并可以利用软件编程的灵活性,加以拓展,实现更为复杂的功能。-a digital clock procedures *** *
Unit_CommonSp
- 这是收集的一些离离散小函数,没有引用非标准单元-This is from the collection of discrete functions, it is not in use non-standard units
Unit_DebugSp
- 这个是在运行的时候为了调试而写的,主要应用的场合是循环多,跟踪不方便的时候,记录到日志,引用了一个单元Unit_HBase,Unit_LogSp,已上传-this is the time to run the debugger and writing, the main application is a revolving occasions, tracking inconvenient time to record log, quoted a unit Unit_HBase, Unit_Log
06012701377504
- LL(1)文法判定(C#) SimpleLL1目录下为源程序 EXE目录下为编译好的可执行文件 Product1.txt~Product4.txt为测试用产生式(可直接在程序中加载) Symbols.txt为测试用符号集(可直接在程序中加载) 转载或引用请注明出处:www.shootsoft.net -LL (1) grammar found (C#) SimpleLL1 directory of the source of EXE directory compil
1602h
- LCD1602B基本驱动函数库 1、需要底层硬件驱动函数支持 基本的宏定义: LCD_RS LCD_RW LCD_E LCD_SetWriteData LCD_SetReadData LCD_HalfData_Port LCD_HalfData_DDR LCD_SendHalfCharHigh(a) LCD_SendHalfCharLow(a) 2、需要基本的延时函数支持基本的延时函数: DelayMs() 毫秒 DelayUs()
Word_py_convert
- 实现汉字与拼音的转换。有实例和代码。可引用在自己的工程中。-achieve with the Chinese phonetic conversion. There are examples, and code. Can be used in their projects.
erterryrtyeryt
- 程序要求实现学生成绩的添加,查找,修改,删除以及统计和打印等相关功能. 利用汇编语言的编程思想是实现一个小巧的学生成绩管理系统,其中包括宏程序的引用,子程序调用/嵌套,算术指令,数据传送指令和DOS调用指令等的使用.-procedures call for the addition of student achievement, identify, modify, remove and Print statistics and other related functions. the use
crossref
- 交叉引用生成器的一个程序,统计稳当中出现的词汇数量,打印统计结果-generate cross-references for a procedure, which reliable statistics of the number of vocabulary, print results
CounterTree
- 这个是用引用计数实现的一个计算器,可以进行加减乘除等基本运算,同时实现了开方运算,自己扩展了一个操作符。如果需要其他方式的计算,可以方便的自己添加-This is achieved using the reference count of a calculator that can be as basic arithmetic computation. while achieving its-rooting their extended an operator. If other forms o
12334577
- VC引用matlab6.5函数库中mlfGamma函数的方法,已经拷贝到文本里,文本内有详细的解说、讨论和代码。-VC quoted matlab6.5 function library mlfGamma function, has been copied to the text, the text of a detailed explanation, discussion and code.
up_VC_Prolog
- VC和prolog联合开发的prolog的编译器.是我的毕业设计,河海大学2006届毕业生的优秀毕业设计.以下是论文的一部分: 第三章 VC++与PROLOG的接口 一.接口方案及准备工作 在这里,我所采用的接口方案是直接调用库函数.PROLOG系列语言中,有一种叫Amzi PROLOG的,提供了较完善的库函数接口.在我的毕业设计中,我所采用的是Amzi PROLOG 5.0版本所提供的库函数接口,所引用的文件为Amzi.h,amzi.dll,amzi.lib.这些文件可以通过下载
Emlog2.2.0
- Emlog2.2.0 功能介绍 + 采用了模版技术,能让网站在瞬间改变样式 + Emlog附带模版(如果你不喜欢附带模板,可自已制作模片) + 多附件上传功能,每篇日志可以附加多个附件,并可以删除增加附件 + 支持引用通告(trackback)接受发送和管理 + 支持tag标签分类功能 + 支持RSS日志订阅功能 + 数据库备份/恢复功能 + 访问量统计 + 采用文本缓冲技术,减少查询
CtListBar(1)
- c#控件 List Control 添加引用即可 -c # Control List Control can be used to add
dllTest7_callobject
- DLL中定义的类可以在应用工程中使用。 这是个例子源码,在这个工程中,我们在DLL中定义了point和circle两个类,并在应用工程中引用了它们-DLL definition of the class in the use of application engineering. This is the example source code, in this project, We DLL defines a point and circle two categories, the
dllTest6_qjbl
- DLL定义的全局变量可以被调用进程访问,DLL也可以访问调用进程的全局数据,这是一个引用DLL中变量的例子。-DLL definition of global variables can be called the visit process, DLL calls can also visit the process of global data, which is a DLL used variable example.
Excel_VBA_500_samples
- 全面包含了Exel VBA 所用到的函数,内容有信息函数,文本函数,统计函数,数学与三角函数,数据库函数,日期与时间函数,逻辑函数,工程函数,查找与引用函数,财务函数 ,实为Exel爱好者必备的参考资料。-comprehensive contains Exel VBA used by the function, as a function of the information, text functions, statistical functions, Mathematics and tr
44-1 动态调用 VI引用
- 动态调用子vi程序并能引用,简单程序,仅供参考(Dynamic call sub VI procedures and can be quoted, simple procedures, for reference only.)