搜索资源列表
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.
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,练习编写动态链接库和静态链接库的程序
VC-STATIC-FUNCTION
- VC静态链接库的实例程序,包括静态链接库(调用函数)的生成和调用实例。
snmp++v3.2.23
- HP公司snmp++源码,用于开发基于SNMP协议的网管软件,编译成静态链接库后可直接调用
Getright
- 这是一个动态链接库调用了静态链接库中的函数的DLL,待大家参考
WEBctrl
- 一个在程序中显示WEB页面的静态链接库的实现。-show WEBsite in your own pro
DM
- 链表容器,任何数据都可以装载,静态链接库-List containers, any data can be loaded, static link library
xClient_DLL_0.3
- 客户端的动态链接库和静态链接库文件,内有详细的函数说明-Client s dynamic-link library and static link library files, there is a detailed descr iption of function
DLL
- 静态链接库和动态链接库的编程实例,动态链接库为非MFC链接库-Static link library and dynamic-link library programming examples for non-MFC dynamic-link library link library
StaticLibrary
- 这是我用vc++编写的一个静态链接库程序源代码-This is what I use vc++ to prepare a static-link library source code
VC_DLL_refer
- 介绍了VC++中动态链接库的使用。包括静态链接库、库的调试方法、MFC/非MFC DLL等。-Introdce you sth about DLL desigh in VC++. Include static lib、MFC/nonMFC DLL...
link
- 链接库应用 动态链接库 源代码 链接库应用 1.Win32动态链接库:实现在Win32 DLL中使用对话框资源 2.Win32静态链接库:实现在字符界面下求某个数的平方 3、MFC 动态链接库: -Link Library application source code for dynamic link library dynamic link library application 1.Win32 link library: towards the use of dial
UseLibrary
- VC.Net中如何创建与使用静态链接库(lib)和动态链接库(dll),以及它们的区别.内附源码示例。-VC.Net how to create and use a static link library (lib) and dynamic link library (dll), as well as their differences. Enclosing the source code examples.
dllProgram
- 可以简单的把DLL看成一种仓库,它提供给你一些可以直接拿来用的变量、函数或类。在仓库的发展史上经历了“无库-静态链接库-动态链接库”的时代。-The DLL can be simple as a kind of warehouse, it offers you some of the variables can be used to use, function or class. History of the development in the warehouse through the &q
vc_dll
- 上节给大家介绍了静态链接库与库的调试与查看(动态链接库(DLL)编程深入浅出(一)),本节主要介绍非MFC DLL。-In the previous section we introduced a static link library and the library and view the debugger (Dynamic Link Library (DLL) program easy to understand (a)), this section introduces the non-
MFC_static_link_library_Dynamic_Analysis_Tutorial.
- MFC动态静态链接库解析教程MFC static link library Dynamic Analysis Tutorial-MFC static link library Dynamic Analysis Tutorial MFC static link library Dynamic Analysis Tutorial
VC++动态链接库(DLL)编程深入浅出(全)
- 静态链接库与动态链接库都是共享代码的方式,如果采用静 态链接库,则无论你愿不愿意,lib中的指令都被直接包含在最终生成的EXE文 件中了。但是若使用DLL,该DLL不必被包含在最终EXE文件中,EXE文件执行 时可以“动态”地引用和卸载这个与EXE独立的DLL文件。静态链接库和动态链 接库的另外一个区别在于静态链接库中不能再包含其他的动态链接库或者静态 库,而在动态链接库中还可以再包含其他的动态或静态链接库。(Both the static link library and the d
