搜索资源列表
ChangeWall
- 是我刚学会Delphi的时候做的一个动态更新桌面的小程序,仅供大家交流使用.
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
jiamisuanfa_delphi
- delphi实现加密算法 CRC32-Dym.................CRC32算法动态码表实现 \CRC32-Static..............CRC32算法静态码表实现 \MD5.......................MD5算法示例 \SHA.......................SHA算法示例 \DES.......................DES算法示例 \2DES......................双重DES算法
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
258
- delphi动态链接数据库 -delphi lianjie ACCESS shujukudelphi lianjie ACCESS shujuku
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
RemObjectsPascalScriptv3.0.3.53
- delphi脚本解释控件 可以动态加载PAS等-delphi scr ipt interpreter PAS and other controls can be dynamically loaded
DLL_creating_using_in_Delphi
- 动态链接库是一个能够被应用程序和其它的DLL调用的过程和函数的集合体,它里面包含的是公共代码或资源。由于DLL代码使用了内存共享技术,在某些地方windows也给了DLL一些更高的权限,因而DLL中可以实现一些一般程序所不能实现的功能,如实现windows的HOOK、ISAPI等。同时,DLL还为不同语言间代码共享提供了一条方便的途径。因而DLL在编程时应用较为广泛,本文将介绍如何在 Delphi 中建立和使用DLL。-As DLL is widely used in programming,
ssza1002
- Delphi动态建立WebBrower示例源码.rar 大家可以从中学习一下了,这是我的私人藏品了。
dyn
- 动态数组学习例子,是一个测试动态数组的样例-study dynamic array
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
delphi-dynamic-call-dll-function
- delphi动态调用dll函数,delphi动态调用dll函数-delphi dynamic call dll function
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
delphi-Chinese
- RFID程序;YX7036.DLL动态链接库使用手册V2.9;SDKC#和SDKC-RFID program YX7036.DLL Dynamic Link Library Manual V2.9 SDKC# and SDKC++
Delphi-IDEkey
- 非常难得的实例,像delphi ide 一样动态的加载,学习底层的好资源。-Very rare instances, like delphi ide as dynamic loading, learn the underlying good resource.