搜索资源列表
up_VC_Prolog
- VC和prolog联合开发的prolog的编译器.是我的毕业设计,河海大学2006届毕业生的优秀毕业设计.以下是论文的一部分: 第三章 VC++与PROLOG的接口 一.接口方案及准备工作 在这里,我所采用的接口方案是直接调用库函数.PROLOG系列语言中,有一种叫Amzi PROLOG的,提供了较完善的库函数接口.在我的毕业设计中,我所采用的是Amzi PROLOG 5.0版本所提供的库函数接口,所引用的文件为Amzi.h,amzi.dll,amzi.lib.这些文件可以通过下载
typeof
- typeof,编译时获取表达式类型运算符,是gcc编译器的一个扩展(intel编译器 也支持). 笔者最近作一个项目时需要用比较hack的手段把第三方的dll(无lib但有头文件)里面的外部函数以函数指针的方式提取出来给其他模块作全局变量用,500多个函数呀,声明函数指针可不是个轻松事,类型名字至少排满一行,写了50多个就受不了了. 找了boost的typeof,把里面的代码大幅度简化,提炼,去掉一些依赖.请使用TYPEOF宏,无任何运行时开销。 本版本利用了vc6的1个bug(子类
mips-lib
- Tiger语言定义的库函数,编译器可以直接调用这些库函数。库函数已汇编成汇编代码。-The Tiger language-defined library functions, the compiler can directly call library functions. The library functions have been compiled into assembly code.
PCF8583-RTC-Real-Time-Clock-Lib-AVR
- PCF8583 RTC Real Time Clock Lib AVR
perl
- FILE and STRING lib for perl
expat-2.1.0.tar
- XML解析器expat源代码2.10版,可编译为lib或dll库文件应用于Windows编程。-Expat XML parser source code version 2.10, can be compiled into lib or dll library files used in Windows programming.
Support-lib
- Library C++ for TMS320
Atmel_By_element14_Batch_1
- lib eagle atmel kolco_cnc
rts2700
- 浮点库,28335编译器,ccsstudio3.3-float lib
msvc64
- Parser Generator 2用vs2010生成64位库的脚本代码:【注:以下路径用绝对路径举例说明,具体请根据实际情况修改】 [Compiler Bin Directory:] C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 10.0\VC\BIN\X86_AMD64 [Compiler Bin Directory(2):] C:\PROGRAM FILES (X86)\MICROSOFT VISUAL STUDIO 10.0
ns2_static_routing.tar
- Static routing is very simple. Each node has a routing table where each entry has the destination and the next node. On receiving a packet, a node find the entry corresponding to the packet s destination, and forwards it to the next node. If there is
glut32
- opengl环境配置包,glut头文件和lib文件-easy modole of earth and sun
mapfile
- lua库,封装了用filemapping功能,可以和别的程序交换数据-lua source code for a lib providing the FileMapping functions
sql
- 封装的mysql的LUA库,提供基本的sql的操作,如连接,查找等功能-lua lib for mysql operation such as connect and searchetc.