登录
首页 » Visual C++ » icePubDll

icePubDll

于 2017-12-28 发布 文件大小:211KB
0 84
下载积分: 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 个回复

  • fdtd_2D_TE_PML_Lorentz_period
    说明:  2Dfdtd算法,用来计算周期的Lorentz模型(2Dfdtd algorithm used to calculate the Lorentz model cycle)
    2021-04-02 10:29:07下载
    积分:1
  • VCAccess
    此demo包含vc操作Access数据库的链接、以及增删改查的基本操作,均提供的有接口,方便用户操作,并且提供了一些模糊查询语句供用户参考~~(This demo contains the Access database, the link vc operations, as well as additions or deletions to change the basic operation of search are provided with interfaces, user-friendly operation, and provides a number of fuzzy query for the user' s reference ~ ~)
    2010-02-24 13:51:31下载
    积分:1
  • itto
    在windows2000,windows XP,2003上修改网卡IP地址并编程使之生效(In Windows 2003, Windows XP, 2003, modified on the network card IP address and programming into law)
    2017-04-11 13:42:05下载
    积分:1
  • Cad-adding
    Cad中数字求和,简单实用型,可以看到累计的数(cad adding )
    2011-01-24 11:14:44下载
    积分:1
  • atmega16
    用AVR单片机atmega16控制lcd1602,可在屏幕上的任意位置显示英文和数字。(Control with AVR microcontroller atmega16 lcd1602, can be anywhere on the screen display in English and numbers.)
    2010-11-06 20:38:49下载
    积分:1
  • TwoView
    这是一个窗口分割程序,仅供大家参考,如果有什么疑问,请给我发邮件,大家一起讨论!(This is a window procedure for the carving, for your reference, if there is any doubt, please give me email, everyone together to discuss!)
    2008-05-09 21:39:18下载
    积分:1
  • VC++开发的GIS系统源码无错完整版
    说明:  一个完整的可运行利用c++创建的GIS系统(A Complete Running GIS System Created by C++)
    2020-06-22 21:40:01下载
    积分:1
  • DoExcel
    vb操作EXCEL,可打开EXCEL文件,添加、删除记录(vb operation EXCEL, can open the EXCEL file, add, delete, records)
    2009-06-26 15:01:58下载
    积分:1
  • 非线性优化中的经典算法 BriefDescriptionoftheLM
    非线性优化中的经典算法,LM算法,老外写的,言简意赅,对写优化程序很有用(nonlinear optimization of the classical algorithm, LM algorithm, a foreigner writing is concise and clear and optimization process of writing useful)
    2006-12-27 09:37:58下载
    积分:1
  • 论文粒子群算法的程序和迭代收敛图
    用于配电网重构的粒子群算法,可以给大家参考(Particle swarm optimization for distribution network reconfiguration)
    2020-07-05 16:48:59下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载