登录
首页 » Visual C++ » icePubDll

icePubDll

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

  • VC-clock-source
    多功能时刻钟,整点报时,还有闹钟的功能,还有些功能没有完善。(Multi-time clock, the whole point of time, as well as alarm clock function, and some feature is not perfect.)
    2011-10-06 11:55:04下载
    积分:1
  • DSP开发C语言编程的CSL函数应用手册
    说明:  c6000 csl函数应用手册,欢迎参考(c6000 csl user guide)
    2018-03-20 10:26:55下载
    积分:1
  • baobiao
    报表制作程序演示(statements prepared demo)
    2005-01-11 03:55:27下载
    积分:1
  • c_ziliao
    作为学习的资料,这是我学习c语言的一些重要记录(Information for learning, this is my c language learning some of the important records)
    2009-06-05 22:53:21下载
    积分:1
  • BigEndianOrLittleEndian
    该代码用于判断一个处理器是大端模式还是小端模式(The codes are used to distinguish if a CPU is a big-endian mode or little-endian mode.)
    2012-12-07 10:05:11下载
    积分:1
  • c
    说明:  停车场位管理系统程序,管理场位,便于汽车的停放(Parking spaces management system procedures, management, market position, easy to park the car)
    2009-10-04 23:51:18下载
    积分:1
  • migong
    说明:  迷宫程序,不是很好看,不过适合初学者。用VC++编写的,看看吧。(Maze procedure, not a good look, but suitable for beginners. With VC++ Prepared to see it.)
    2008-10-16 20:26:00下载
    积分:1
  • 在vc++6.0平台实现的台球小游戏tennis
    在vc++6.0平台实现的台球小游戏,目的是以玩促学,提高大家学习c语言的兴趣(Vc++6.0 platform to achieve billiards game, the purpose is to play to promote learning, improve your interest in learning C language)
    2017-08-25 19:56:39下载
    积分:1
  • aqzyx
    这是一个Visual Basic 源代码程序,它通过变更用户权限的方法,让某一个应用程序在相对安全的状态下运行,从而提高系统的安全性。(This is a Visual Basic source code program, change user permissions, so that an application running in the relative safety of the state, to improve the security of the system.)
    2012-10-25 06:01:11下载
    积分:1
  • GP-&算法
    方便计算关联维数的关于gp算法的使用,通过计算关联维数,可以获得系统的混沌特性(The calculation of correlation dimension is convenient for the use of GP algorithm. By calculating the correlation dimension, the chaotic characteristics of the system can be obtained)
    2017-11-27 11:27:52下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载