搜索资源列表
DLL
- 动态链接库,DLL编程,对类,对话框,函数如何实现都作了详细地介绍
dll
- labwindow 生成DLL,VC利用DLL编程的例程。
MyCEDLL
- 用eVC++4.0编写的winCE下DLL程序,是学习winCE5.0下DLL编程很好的样例-Using eVC++4.0 prepared under WinCE DLL procedures are under study winCE5.0 good sample DLL programming ......
labview-DLL
- LabVIEW与C语言混合编程,利用CIN节点或者CLF节点-Hybrid Programming of labview and c,with CIN node or CLF node
DLL
- DLL注入 进程防杀 进程线程编程 -dll insert
dll
- dll动态库的使用和开发是我们在编程过程中要常常使用的技术-dll dynamic library use and development is in the programming process, we must often use technical
dll_6465431df
- Dll编程详解,如何生成和使用动态链接库,好书-describe dll program ,how to develop and use dll lib ,good books!
VCDLL
- 一个VC的基于DLL的编程例子,对想学习VC DLL编程的人很有帮助-VC DLL
TestDBnew
- ADO数据库编程源码,多年前自己写的ADO数据库,并进行了动态链接库方式的封装,对学习 ADO 及 Dll 编程 非常有用。-ADO database programming source code, wrote it myself many years ago ADO database, and the way the dynamic link library package, to learn ADO and Dll very useful program.
SourceCode
- html+dll 编程 一个小程序, 希望可以帮助到大家-html+ dll programming
DLL.RAR
- 深入浅出VC++动态链接库(Dll)编程.rar 学习动态链接库的技术文档-Visitors to learn VC++ Dynamic Link Library (Dll) programming. Rar dynamic link library to learn technical documentation
dll
- DLL编程资料。一本很全面的书,关于DLL在LINUX、VC、DELPHI中的使用。-DLL programming information. A very comprehensive book on the DLL in LINUX, VC, DELPHI in use.
jn388_src
- 应用JN388系列扭矩卡采集数据的DLL的VC源码,以及在LabVIEW下调用示例,自已编的。对学习DLL编程和LabVIEW下调用DLL驱动非NI数据采集卡进行数据采集有很大帮助。-Application of JN388 series of torque data acquisition card source code of the DLL in VC, as well as LabVIEW invoked example, was programmed by myself. DLL fo
MQL5DllSamples
- 外汇投资软件MT5的DLL编程框架及例子。-Forex investment software MT5 of the DLL programming framework and examples.
IO-Completion-Port-DLL
- vc通讯编程实例、完成端口模型、dll接口-vc communication programming examples, the completion port model, dll interfaces
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-
dll
- VC++动态链接库(dll)编程深入浅出-VC++ dynamic link library (dll) program in layman' s language
DLL
- dll编程 学习使用dll库 动态链接库编程-dll programming learn programming dynamic link library dll library
VC++动态链接库编程深入浅出
- windows dll编程,深入浅出动态库编程,适合初学者。(windows dll A simple dynamic library programming, suitable for beginners)
VC++动态链接库(DLL)编程深入浅出(全)
- 静态链接库与动态链接库都是共享代码的方式,如果采用静 态链接库,则无论你愿不愿意,lib中的指令都被直接包含在最终生成的EXE文 件中了。但是若使用DLL,该DLL不必被包含在最终EXE文件中,EXE文件执行 时可以“动态”地引用和卸载这个与EXE独立的DLL文件。静态链接库和动态链 接库的另外一个区别在于静态链接库中不能再包含其他的动态链接库或者静态 库,而在动态链接库中还可以再包含其他的动态或静态链接库。(Both the static link library and the d