搜索资源列表
进程线程间共享数据的DLL
- 应用内存映射文件方式,实现了在应用程序的进程之间进行共享数据-application memory mapping document, achieved in the application process for sharing data between
JPEGDecoder
- jpeg解码程序,以dll方式,用户只要调用相应的接口函数即可-jpeg decoder procedures to dll, call the corresponding user interface function can be
PDF417test
- 二维条码生成解析器 以动态库(DLL)方式或COM组件方式提供20余种一维条码和二维条码编码/解码控件,供二次开发。具体控件包括:条码编码控件、条码解码控件、图像压缩控件、串口通讯控件等。 -two-dimensional bar code generated parser in a dynamic library (DLL) or COM provided more than 20 types of one-dimensio
matlabsin
- matlab6.5与vc的各种混编方式举例 包括 dll方式、引擎方式、com方式、以及vc调用simulink模型运行方式-matlab6.5 vc with the mixed mode, including dll example, the engine, com, as well as vc Simulink model called Operation Mode
标准DLL
- 动态链接库标准调用,这个例子用的是标准的调用方式,有显式调用和隐式调用,如果有好的意见请写信给我.-DLL standard call, this example is the standard way calling, call Explicit and implicit call, if there are good ideas please write to me.
常州旅游管理系统(两种方式)
- If your application uses MFC in a shared DLL, and your application is in a language other than the operating system s current language, you will need to copy the corresponding localized resources MFC42XXX.DLL from the Mi
RemoteMaintenance1.42
- 这是公司要求做的远程控制程序,可以进行网络和modem拨号进行控制, 通信协议使用XML方式,基本的控制都有,有详细相关设计文档.和通信协议文档 网络部分采用独立dll方式,方式动态更新功能,客户端使用BCB开发,网络模块使用VC开发-This is the company that demanded the remote control program that can be dial-up network and modem
dll-example
- vc动态链接库编写例子,展示了各种不同的实现方式。-vc dynamic link library prepared examples demonstrating a variety of ways.
20070226200817835
- md5加密解密算法,直接调用dll方式,vc开发-md5 encryption and decryption algorithm, a direct call dll way, vc Development
GetDiskSn(DLL)
- 通过动态连接库的方式获取磁盘序列号,使用Delphi7.0开发-Through the dynamic link library access disk serial number, use Delphi7.0 Development
BCB-DLL-Develop
- BCB编写DLL终极手册,通过浅显易懂的方式讲述DLL的创建,编译环境为VC++ 6.0-BCB Ultimate DLL manual prepared by simple understandable way about the creation of DLL, the compiler environment VC++ 6.0
Dll
- linux下的dll生成的示例和如何用显式的方式动态加载调用DLL。-about dll in linux
Loader
- 本功能是一个程序加载器,可以非常方便的加载包括dll方式的各种插件!-This function is to load a program, you can load a very convenient way of including a variety of plug-in dll!
vs2008-DLL-show-a-dialog
- 在网上找了很久在vs2008中用DLL来调用一个窗体的资料,终于让我测试成功了,哈哈,本系统在vs2008下用静态调用DLL的方式实现了DLL中显示对话框-On the Internet for a long time to call DLL in vs2008 using a form of data, and finally let me test succeeds, ha ha, the system calls in the D
pbole.dll
- pb采用ole方式连接数据所需要的动态连接库-when we develop the manage system useing powerbuilder and ole to connect the database, these dll files are useful
Test-Dll
- 图像预处理,图像分割,目标属性提取,目标分类等功能的集成与DLL方式的封装。-Image preprocessing, image segmentation, target feature extraction, integration and DLL target classification function encapsulation.
DLLPaintTest
- 基于MFC用户界面线程开发的,关于C++与Matlab联合仿真中dll调用方式的例子,以绘制单条曲线为例(Based on the development of MFC user interface thread, the example of DLL calling method in C++ and Matlab co simulation is used to draw a single curve as an example)
VC++动态链接库(DLL)编程深入浅出(全)
- 静态链接库与动态链接库都是共享代码的方式,如果采用静 态链接库,则无论你愿不愿意,lib中的指令都被直接包含在最终生成的EXE文 件中了。但是若使用DLL,该DLL不必被包含在最终EXE文件中,EXE文件执行 时可以“动态”地引用和卸载这个与EXE独立的DLL文件。静态链接库和动态链 接库的另外一个区别在于静态链接库中不能再包含其他的动态链接库或者静态 库,而在动态链接库中还可以再包含其他的动态或静态链接库。(Both the
通用DLL注入器
- 通用DLL注入器9种注入方法可以实现内存,注册表,远程,钩子注入等方式(General DLL injector 9 injection method can realize remote memory, registry, and hook into etc.)
DLL 注入技术的 N 种姿势
- 对dll 进行程序注入并对其几种dll 注入的方式进行介绍。(The program is injected into DLL and several DLL injection modes are introduced.)