搜索资源列表
getid
- 通过一个别人提供的VCdll获得硬盘ID和CPU序列号-VCdll provided by others to obtain a hard disk ID and the CPU serial number
cpuspeed
- intel cpu speed test dll -intel cpu speed test dll
20102231230758
- 一个根据硬件ID和程序ID生成注册码的动态链接库DLL,可以根据计算机CPU、硬盘、网卡、BIOS生成唯一识别码。该组件不是从注册表中获得,而是直接从硬件获取信息,不需要管理员权限。支持最新的WIN7系统。适应于软件开发,注册。保护自己的软件。 使用方法:把Crack下的文件复制到安装程序目录下覆盖。在程序调用入口使用如下注册码:R5LR-S4TQ 示例:GetHardwareID(b_HDD, b_NIC, b_CPU, b_BIOS, "R5LR-S4TQ") -ID and
PBNetDiskDll
- 可以读取计算机的CPU、硬盘ID、网卡MAC地址、主板信息,含有DLL.带PB的源代码-Can be read by a computer' s CPU, hard disk ID card MAC address, the motherboard contains DLL source code with PB
zhucejidll1.0.0.3
- 实现基本的软件注册功能,控制软件,通过获取电脑硬盘序列号、cpu、mac地址组合加密后生成注册码!实现加密的处理dll,可以直接使用-To achieve the basic functions of software registration, control software, through the acquisition of computer hard disk serial number, CPU, MAC address combined encryption to generat
SK_288_K001_DllTest(VB6)
- Provide Windows32 DLL on windows environment platform, files’ names as following: 1. SK-288-K001.H 32 digit dynamic library header file 2. SK-288-K001.LIB 32 digit input dynamic library 3. SK-288-K001.DLL Windows32 DLL file ·Applicable Card Type
onbq-the
- 一个利用DLL实现获得CPU信息的代码,十分专业,不但可以获得CPU的速度-A CPU information by using DLL code, very professional, not only can get the speed of the CPU
udt.cpp.tar
- jlinkarm.dll (linux下为jlinkarm.so) 库部分api接口, 可以在运行时实现读写cotex-m系列存储数据, 基于该api可以实现jink rtt功能, 或者直接读取cpu寄存器实现更多想法.(jlinkarm api propertys, can read-write cpu memory at run time.)
icePubDll
- 获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息 例程: void gethardinfo() { QString str1=""; char buff[1024]; char buff2[1024]; char temp; typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo); ICEPUB_