搜索资源列表
TWAINY.ZIP
- 动态库的调用,里面有接口说明,是一个好的扫描仪调用程序-DLL calls, and they interface that is a good procedure called Scanner
aeslib
- 简单好用的AES算法,提供基本的对文件的加密、解密和数据块的加密、解密,目前的版本是静态库,很容易改做成动态库,亦可轻松移植到Linux平台,已测试过跟Java等其他标准AES加密库成功对接(可相互加、解密)。-simple and easy AES algorithm to provide basic document encryption, decryption and data block encryption, decryption, the current version is a s
close_computer
- 这是一个关闭计算机的小模块,可以关闭win32和winnt内核的计算机。这是一个动态库文件,需要看结果请自己学exe。-This is a closure of small computer module can be closed win32 and winnt-core computer. This is a DLL document, we need to see results of their study requested exe.
ic-card
- 软件编写初衷是教你如何调用DLL动态库以及实现对DAS等系列产品的硬件调用与应用。。。 可惜的是如你没有相关硬件,软件调试时将打开串口的函数关掉即可进入。 现上传的源程序为读写非接触式IC卡部分的程序工具-software development was to teach you how to call DLL DLL DAS and the realization of a series of products called the hardware and applications.
MD5加密算法源代码+DLL程序
- 本软件实现了MD5加密算法,通过动态库调用可以对需要加密的字符串进行加密计算,该程序已经通过验证。
DllTest.zip
- vc调用动态连接库程序说明: DllTest是vc调用DLL动态连接库的演示程序,其中包含了静态调用动态库、动态加载调用动态库以及动态调用Delphi编写的动态库等多种DLL动态库调用方式,适合于正在学习使用DLL动态连接库编程的编程人员快速上手。(其中包含被调用的DLL动态库源代码及Delphi动态库源代码),vc program called Dynamic Link Library Descr iption: DllTest is vc call Dynamic Link Libra
用作刻录光盘的VC源码
- 用作刻录光盘的VC源码,有SDK和MDK开发包,有动态库,我认为比较好!-VC source code for burning CDs, there are SDK and MDK development kits, there are dynamic libraries, I think it is good!
CH341PAR.ZIP
- CH341PAR.EXE · USB转并口CH341的WINDOWS驱动程序和DLL动态库的安装包 支持WINDOWS 98/ME/2000/XP,支持USB转EPP/MEM并口, 支持USB转同步串口:IIC/I2C、SPI等, 用于随产品发行到最终用户-CH341PAR.EXE · USB to Parallel CH341 the WINDOWS driver and DLL package to support dynamic library WINDOWS 98
Delphi_dll
- dll动态库是我们编程过程中常常要使用的,内含有DLL的创建和使用-dll library is a dynamic programming process, we often want to use, contain the creation and use of DLL
RAR.dll
- winrar 在visual c++中的dll动态链接库的描述。很全面很详细的介绍!-winrar in visual c++ in the dynamic link library dll descr iption. Is very comprehensive in detail!
DLL2Lib
- 将动态库程序转换成静态库程序, 将动态库程序转换成静态库程序,-Dynamic into a static library procedure library procedure library procedure to convert dynamic static library procedures, procedures for the dynamic libraries will be converted into static library procedures,
dll
- dll编程:本书教你如何在在平台上开发高质量的动态链接库,C-dll programming: this book teach you how to develop the platform in the dynamic link library of high-quality, C++
MD5_DLL
- 一个Delphi实现的MD5加密,里面导出一个函数,原型EncryptMD5Str(Value: PChar lpMd5Str: PChar var nDataLen : Integer): BOOL stdcall 此动态库支持c++调用,typedef bool (__stdcall*pEncryptMD5Str)(char *psz, char *pRet, int *nLen) -Delphi achieved an MD5 encryption, which is derived
dll-jiami
- 中兴加密板编译的加密动态库,已经移植到linux,并且成功运行,采用DES算法-ZTE encryption encryption board compile the dynamic libraries have been ported to linux, and run successfully using DES algorithm
csp.dll
- csp(密码服务提供者)的动态库,微软CSP系统调用,需注册-csp (cryptographic service provider) the dynamic library, Microsoft' s CSP system call, need to register
Dll
- 本源码涉及动态链接库程序的编写以及静态库与动态库的区别说明,包括调用程序在链接静态库和动态库时的区别-The source process involved in the preparation of the dynamic link library and static library and dynamic library of different descr iptions, including the calling program in the dynamic link library
NumericalAnalysisLibraryCPP
- 《VC++和BC++数值分析类库》使用说明 光盘内含C++数值分析动态连接库(包括动态库文件*.dll和入口库文件*.lib 及头文件*.h),分Visual C++和Borland C++(Builder)两个版本。另有一个曲线 绘制程序Plot.exe 。 该库运行环境为Win95及以后各级操作系统。 该库所有内容为作者独创。 1.你是VC用户: 将<<VC用户>>目录下的 Mat
dll
- opencv一些重要的dll动态库和头文件。-to opencv Some important dll dynamic libraries and header files.
code-of-dll-of-vc
- 静态库与动态库的区别,以及调用程序在链接静态库和动态库时的区别。如何利用工具查看动态链接库输出的函数,Depends工具的使用,C++编译器名字改 编技术对动态链接库输出函数的影响,extern "C"的用法,利用模块定义文件来解决C++名字改编的问题。用typedef定义指向函数的指针类型,如何获得动态连接库里的函数的指针。 -Static and dynamic library distinction, and the procedure call link static libra
动态链接库
- 详细记录了linux系统和windows系统中动态链接库的生成过程。并且通过JNI调用所生成的动态链接库。(The generation of dynamic link libraries in Linux and Windows systems is documented in detail. And the generated dynamic link library is used by JNI.)