搜索资源列表
TWAINY.ZIP
- 动态库的调用,里面有接口说明,是一个好的扫描仪调用程序-DLL calls, and they interface that is a good procedure called Scanner
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.
aesdll
- 这是aes的一个动态库,可以直接调用进行加密解密。-Orangk'aes This is a dynamic, you can directly call for encryption and decryption.
RSA
- RSA动态库文件,提供RSA加解密用的函数,可以方便的调用-RSA dynamic libraries for use RSA encryption functions, to facilitate the call
encrypt
- 《共享软件加密算法库》专业版PB6.5调用示例 readme.txt --本文件 reg.pbl --pb6.5的原码 reg.exe --可执行文件 reg.sra --pb交换文件 w_reg.srw --pb交换文件(可直接导入pb其它版本) pbvm60.dll --pb6.5的动态库(运行reg.exe时需要)
TSService2
- 使用.net,建立一个动态库,提供接口用于调用webservice接口,以及提供时间戳接口
EscapeFromDLLHell
- 可以查看所有动态库被进程调用的情况,功能强大
MD5ASM
- 用汇编MASM32编制的最快的MD5加密算法,内附说明。能编译成动态库。并且特别附带了QQ的MD5加密算法函数,可自由调用。版权所有:Binny-between compiled with the compilation of the fastest MD5 encryption algorithm, enclosing note. Can compiled DLL. In particular fringe of the QQ MD5 encryption algorithm function
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
GetHardDiskId
- 获取硬盘序列号的动态库与调用源码! 可以获得所有硬盘的序列号,兼容2000/XP/2003操作系统!-Get hard drive serial number of the dynamic library and call the source! Access to all the hard drive serial number, compatible with 2000/XP/2003 operating system!
qt4lib
- qt中写动态库和调用动态库的简单例子,说明怎么用qt4产后运态库,在源码中都有详细的注释-qt write the dynamic library and dynamic library calls brief examples of how to use QT4 Yun postpartum state library, in source code, there are detailed notes
Getcupid
- 在pb中获取CPU的ID号,调用了第三方动态库-Pb obtained in the CPU' s ID No.
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
RegOpt
- 访问注册表的封装类,动态库代码,申明如typedef LPCTSTR (WINAPI *lpFunInitRegistry)(HKEY hKey) lpFunInitRegistry g_lpFunInitRegistry 调用方式LPCTSTR lpReg = g_lpFunInitRegistry(HKEY_LOCAL_MACHINE) g_lpFunOpenSubKey(lpReg, "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run
dlltest
- VC++ dll静态与动态连接库编程测试,包含2的DLL和一个调用程序,便宜环境VS2008-VC++ dll static and dynamic link library programming and testing, including two of the DLL, and a calling program, cheap environment VS2008
DllDlg_TEST
- 采用VC++6.0,创建MFC对话框动态库的代码,应用程序可调用此动态库中的对话框。-Using VC++6.0, MFC dialog creation code dynamic libraries, the application can call this dynamic library in the dialog box.
CallStaicDLL
- 具体介绍了如何编写静态库,以及调用动态库的例子。-Specifically describes how to write a static library, as well as examples of dynamic library calls.
csp.dll
- csp(密码服务提供者)的动态库,微软CSP系统调用,需注册-csp (cryptographic service provider) the dynamic library, Microsoft' s CSP system call, need to register
动态链接库
- 详细记录了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.)