搜索资源列表
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
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
newfinger
- 封装成dll形式的读取指纹模块的动态库,用于某个门禁系统。经过系统测试的。-Dll form of packaging into a fingerprint reader module dynamic libraries for a particular access control system. After system testing.
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
getdiskserial_chs
- GetDiskSerial.DLL 是一个标准的Windows动态链接库,它能够让您在你的程序中简单地获取硬盘出厂序列号。理论上讲,硬盘出厂序列号在全球都是唯一的,所以您可以利用此序列号来产生软件的机器码。 GetDiskSerial.DLL 已经成功的应用在各种流行的开发语言,比如Delphi, C++Builder, C#, Visual C++, Visual Basic, Visual Basic.NET, PowerBuilder, Visual Foxpro, Clario
My
- 很好的一个C#调用delphi动态连接库的实例-test This a gool
DLL_creating_using_in_Delphi
- 动态链接库是一个能够被应用程序和其它的DLL调用的过程和函数的集合体,它里面包含的是公共代码或资源。由于DLL代码使用了内存共享技术,在某些地方windows也给了DLL一些更高的权限,因而DLL中可以实现一些一般程序所不能实现的功能,如实现windows的HOOK、ISAPI等。同时,DLL还为不同语言间代码共享提供了一条方便的途径。因而DLL在编程时应用较为广泛,本文将介绍如何在 Delphi 中建立和使用DLL。-As DLL is widely used in programming,
CSharpCallDllAESEncanddEcr
- C#调用Delphi的dll以实现标准的AES加密解密算法,Reg.dll为Delphi所实现的标准AES加密解密动态链接库。-Delphi, C# call dll in order to achieve the standard AES encryption and decryption algorithms, Reg.dll to Delphi by the implementation of the standard AES encryption and decryption of th
VBCallDelphiDll
- 使用VB调用Delphi开发的动态库,简单实现两个字符串的合并。-VB to call the the dynamic library developed by Delphi.
8
- delphi 编写的串口读写动态库,具有简单快捷-delphi prepared by the serial read and write dynamic library, with quick and easy
isshengka
- Delphi检测声卡驱动是否安装,这里直接引用动态连接库中的函数winmm.dll,来判断声卡是否安装,运行EXE后,即可检测出是否安装声卡,并选中对应的检测结果单选框。Delphi检测声卡是否安装源码简单,新手也能看懂。-Delphi detect sound card driver is installed, a direct reference to a function in the dynamic link library winmm.dll to determine whether
delphi-Chinese
- RFID程序;YX7036.DLL动态链接库使用手册V2.9;SDKC#和SDKC-RFID program YX7036.DLL Dynamic Link Library Manual V2.9 SDKC# and SDKC++
REGISTER-MERCHINE-SOURCE-CODE
- 代码实现基本程序的注册信息以及AEC加密的处理;本动态库可以在VC、C++Builder、VB、Delphi、PowerBuilder中使用。-This program codes support many functions,those functions should help you to gather some information of program,then generate a series number,AEC encrupt should lay on those info
delphijni
- delphi制作的动态链接库,可以提供给java进行jni调用,java调用后delphi内部可以调用java对象。-Delphi production of the dynamic link library, can be provided to the Java JNI call, Delphi call after the internal Java object can be called java.
dllexample
- 该压缩包包括:1.动态链接库(DLL)的编译实例,包括_cdecl和stdcall两种常见函数调用约定的实现,并且解决了名字修改问题,在实例代码中有详细的说明!2.针对不同的函数调用约定,以及动态调用DLL库和静态调用DLL库分别提供了调用实例的源代码和程序!3.压缩包中包括VC++调用DLL的实例源码和Delphi调用DLL的实例源码和说明(利用前面VC++生成的DLL)!4.其中VC++调用DLL实例中还简单说明了计算string的长度,比较,大小写转换等功能实现的方法!-The compr