搜索资源列表
MD5加密算法源代码+DLL程序
- 本软件实现了MD5加密算法,通过动态库调用可以对需要加密的字符串进行加密计算,该程序已经通过验证。
dll.rar
- 本程序介绍了利用动态链接库dll输出函数和变量的方法,以及在vc++中调用dll的方法。,This procedure describes the use of dynamic link library dll export functions and variables, as well as in the vc++ call dll methods.
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
DLL的文件结构与参数传递
- 动态链接库(DLL)实例,DLL的文件结构与参数传递,通过DEF文件从DLL中输出,Dynamic Link Library (DLL) examples, DLL file structure and parameters of transmission, through the DEF file from the DLL output
用作刻录光盘的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!
HardwareID
- 一个根据硬件ID和程序ID生成注册码的动态链接库DLL,可以根据计算机CPU、硬盘、网卡、BIOS生成唯一识别码。该组件不是从注册表中获得,而是直接从硬件获取信息,不需要管理员权限。支持最新的WIN7系统。适应于软件开发,注册。保护自己的软件。 使用方法:把Crack下的文件复制到安装程序目录下覆盖。在程序调用入口使用如下注册码:R5LR-S4TQ 示例:GetHardwareID(b_HDD, b_NIC, b_CPU, b_BIOS, "R5LR-S4TQ")
Delphi_dll
- dll动态库是我们编程过程中常常要使用的,内含有DLL的创建和使用-dll library is a dynamic programming process, we often want to use, contain the creation and use of DLL
dll
- VC++动态链接库(dll)编程深入浅出-VC++ Dynamic-link library (dll) programming easy
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
VCPP-DLL
- VC++动态链接库(DLL)编程深入浅出,非常不错的VC DLL学习资料。-VC++ dynamic link library (DLL) programming easy to understand, very good VC DLL learning materials.
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.)