登录
首页 » Visual C++ » icePubDll

icePubDll

于 2017-12-28 发布 文件大小:211KB
0 120
下载积分: 1 下载次数: 6

代码说明:

  获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息 例程: void gethardinfo() { QString str1=""; char buff[1024]; char buff2[1024]; char temp; typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo); ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0; HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll"); if(hDLLDrv) { icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo"); } icePub_machineGetInfo(3,buff); str1=buff; int i=0; int n=0; n=str1.length(); qDebug()

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • jisuanqi
    计算器,可进行四则运算,并且有符号位,退格,以及小数点。(Calculator, can be carried out in four operations, and the sign bit, backspace, and decimal point.)
    2013-11-11 12:51:12下载
    积分:1
  • HexToFloat
    说明:  这个小工具可以实现浮点数(4个字节)和实数之间的转换。(This gadget can achieve floating-point numbers (4 bytes) and the conversion between real numbers.)
    2008-10-20 10:47:00下载
    积分:1
  • Tourism-system
    基于MO+VB实现的旅游查询系统,该系统实现了景点的查询和出行路线的查询(Tourism inquiries system based on MO+VB implemented, the attractions queries and travel routes queries)
    2020-07-03 18:40:02下载
    积分:1
  • GenPadsLib
    说明:  格式转换的软件,用于生成PADS(电路设计软件)的库。使用是,从Excel表格中导出器件管脚分布的信息,该软件对这些信息进行整理,然后输出符合PADS库管理工具能够识别的文本文件。(format conversion software, used to generate PADS (circuit design software) libraries. The use is that from an Excel spreadsheet pin device derived distribution of information, the software to collate information, then output with PADS library management tool to identify the text file.)
    2006-02-13 12:36:41下载
    积分:1
  • mail-master
    说明:  Template mail, moderm, since, movil, Boostrap
    2020-06-24 10:20:02下载
    积分:1
  • Desktop
    Monte-Carlo方法模拟核衰变,掌握用Monte-Carlo方法研究核衰变过程(Simulation of nuclear decay by Monte-Carlo method)
    2017-11-17 12:46:03下载
    积分:1
  • CPPguess
    C++编写的一个猜字游戏程序,适合有一定C++基础的新手(C++ written a guessing game program, for a certain person based on C++)
    2011-04-26 10:28:25下载
    积分:1
  • straight
    说明:  零件直线度和圆度误差检测算法和例子,对于在线测量数据返回处理很有帮助。(Parts straightness and roundness error detection algorithm and examples, for on-line measurement data return processing helpful.)
    2020-10-29 16:29:57下载
    积分:1
  • HidCom
    another new src code
    2018-02-14 15:08:13下载
    积分:1
  • sort
    说明:  能够实现起泡法,二分法,堆排序,插入排序,选择排序,快速排序六种方法对100个数进行排序的时间空间复杂度进行比较(To achieve foaming method, dichotomy, Heap Sort, Insertion Sort, Selection Sort, Quick Sort six methods on 100 the number of sort of time and space complexity comparison)
    2008-11-14 20:29:09下载
    积分:1
  • 696518资源总数
  • 105540会员总数
  • 37今日下载