搜索资源列表
Com_N
- 本程序调用了微软自带的mscomm控件,实现com口的数据接收,读者可自行添加发送数据功能。内附mscomm.ocx控件及其注册方法,本程序是用的静态链接库,为的是能在没有vc库的机器上也可以运行,所以个头大了点。-Microsoft's own mscomm controls, I realize com data reception, readers can add their own functions to send data. Enclosing mscomm.ocx cont
vc-svm
- VC的支持向量机(SVM)静态链接库(LIB)-VC Support Vector Machine (SVM) static link library (LIB)
ipsearcher
- 获得IP地址的来源的SDK开发包,静态链接库。-obtain IP addresses of the sources of SDK development kits, static library.
test-win32-lib
- win32平台之静态链接库的生成及测试小例子-win32 platform static link library generation and testing of small examples
ExampleForElisateStaticLinkLIB
- 创建静态链接库的程序,比较好懂,容易好学。-create static link library procedures, better understand and easy to learn.
GrabHook
- 一个远程注入DLL的静态链接库,其中的RemoteSend函数实现了利用游戏自身的套接字远程发送封包的功能,在XP下,VC6编译通过-a remote DLL into the static link library, RemoteSend function of the realization of the game using their own remote socket packet of this function, In XP, compiled by VC6
Ex110102
- 一个很经典的静态链接库实例,初学朋友可以通过此例学习生成静态链接库和调用的方法 先编译dlg1 class 后编译dlg class -a very classic example of the static link, Beginners friends through this study were generated static link library and the use of the first class after dlg1 Compiler Compiler dlg c
DISPLAY
- DISPLAYLIB,练习编写动态链接库和静态链接库的程序
lib
- 关于静态链接库的编辑,有一定使用价值,在自己所需要建库使用相关的方法!
ButtonMail0523
- 是一个IE插件的一个DLL静态链接库,主要实现邮箱的登录功能
VC-STATIC-FUNCTION
- VC静态链接库的实例程序,包括静态链接库(调用函数)的生成和调用实例。
VC-STATIC-CLASS
- VC静态链接库的实例程序,包括静态链接库(调用类)的生成和调用实例。
snmp++v3.2.23
- HP公司snmp++源码,用于开发基于SNMP协议的网管软件,编译成静态链接库后可直接调用
g711-g729
- 经典的音频G711和G729编码和解码源代码,G711是纯C源代码,G279为静态链接库,里面有PDF格式的开发文档
Getright
- 这是一个动态链接库调用了静态链接库中的函数的DLL,待大家参考
proj3
- 对三维人体运动数据进行处理并显示,基于逆运动学Inverse Kinematics的运动控制,算法中完成了四元数、欧拉角的插值。该程序使用了fltk图形库,因为是静态链接库,可以脱离平台。用此程序研究三维游戏引擎中人物的控制,非常具有参考价值。
OpenCv 基于opencv的静态链接库的创建
- 基于opencv的静态链接库的创建,可以帮助学习。-Opencv-based creation of a static link library, can help learning.
dll_programing
- 关于动态链接库编程方面的书籍,也有静态链接库的讲解,对于从事WINDOWS编程的朋友来说非常有帮助-Programming on the dynamic link library books, but also on the static link library, for programming WINDOWS friends very helpful
static
- 简单实现静态链接库函数调用,进一步认识C语言的魅力-Simple implementation of the static link library function call, to further understand the charm of C language
VC++动态链接库(DLL)编程深入浅出(全)
- 静态链接库与动态链接库都是共享代码的方式,如果采用静 态链接库,则无论你愿不愿意,lib中的指令都被直接包含在最终生成的EXE文 件中了。但是若使用DLL,该DLL不必被包含在最终EXE文件中,EXE文件执行 时可以“动态”地引用和卸载这个与EXE独立的DLL文件。静态链接库和动态链 接库的另外一个区别在于静态链接库中不能再包含其他的动态链接库或者静态 库,而在动态链接库中还可以再包含其他的动态或静态链接库。(Both the static link library and the d