-
Elingcs
说明: EXCEL精灵 反编译原代码 ,这段代码幸亏不是全球数据,要不会把编译器气冒烟的(EXCEL Wizard Decompiles Original Code)
- 2020-06-21 21:00:02下载
- 积分:1
-
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_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()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1
-
Melting
A Melting source code to Melt your exe from one location to another.
- 2013-07-15 12:31:45下载
- 积分:1
-
iplab_src
the source code of iplab
- 2018-02-19 22:28:46下载
- 积分:1
-
zifu
可以查看指定文件的字符,可以完成自行查找,并显示,功能强大(Can view the characters in the specified file, you can complete on their own to find, and display powerful)
- 2009-04-29 14:19:13下载
- 积分:1
-
seg2-segy
地震勘探数据格式之间的相互转换的源码程序(Seismic exploration data format conversion between the source program)
- 2007-09-22 16:44:32下载
- 积分:1
-
monkeyking
猴子选大王,一个十分有趣的小型程序,判断谁是大王(Elected king of monkeys, a very interesting small-scale process to determine who is the king)
- 2008-05-08 21:25:54下载
- 积分:1
-
am335x
说明: 测试am335xgpio功能,gpio驱动(Test am335xgpio function, GPIO driver)
- 2020-06-21 06:40:02下载
- 积分:1
-
PID
针对水轮机调节系统PID参数辨识问题,作者在VC++6.0环境下,使用c语言,编写PID参数参数辨识程序,结果表明,该程序能够辨识出Kp,Ki,Kd三个参数,满足调节系统的误差要求。(Turbine regulating system for PID parameter identification problem, the authors VC++ 6.0 environment, using c language, the preparation of PID parameters of parameter identification procedures, results show that the program can identify Kp, Ki, Kd three parameters to meet conditioning systems error requirements.)
- 2008-07-21 12:13:44下载
- 积分:1
-
SOURCE KOFD 7556
说明: Segue abaixo a source code do wyd do cliente 760
- 2020-06-24 16:20:02下载
- 积分:1