-
Minecraft多功能压测-假人-motd-srv转发
说明: Minecraft
假人压测
SRV转发
代理IP获取(Minecraft
Dummy pressure measurement
SRV forwarding
Proxy IP acquisition)
- 2021-04-12 14:38:57下载
- 积分:1
-
heikeyuhuajia
黑客与画家,高清扫描版pdf,中文版,是一本不错的计算机专业书籍(Hackers and Painters, HD scan version pdf, Chinese version, is a good computer science books)
- 2016-04-07 16:21:15下载
- 积分:1
-
Puzzle-cPP
说明: 自己写的拼图游戏,vs2008,附带音乐和鼠标点击音乐(Write your own jigsaw puzzle, vs2008, incidental music and music mouse clicks)
- 2011-04-06 15:20:05下载
- 积分: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
-
战天下驱动读写
说明: ztx驱动读写源代码开源学习使用!用于tp读写!sys可过防火墙(ZTX drive reading and writing source code open source learning use! For TP reading and writing! Sys passable firewall)
- 2020-02-07 22:02:07下载
- 积分:1
-
calculator
Calculator using switch
- 2012-05-09 01:40:26下载
- 积分:1
-
Three_SPWM_Inverter_xiebo
此程序为功率因数校正程序,可以直接烧录到DSP28335中,可以直接使用。(This program is a power factor correction program, which can be directly burned to the DSP 28335, and can be used directly.)
- 2019-03-01 21:33:01下载
- 积分:1
-
现代电力系统分析.rar
王锡凡先生写的现代电力系统分析,研究生教材(Modern Power System Analysis, Graduate Textbook by Mr. Wang Xifan)
- 2021-02-17 23:59:45下载
- 积分:1
-
kraken
计算海洋声学简正波计算软件pdf,Kraken,大海怪(Normal mode compute software pdf)
- 2021-02-18 17:49:45下载
- 积分:1
-
c
说明: 输入一个正整数n(0<n<=0)和一组(n个)有序整数,再输入一个整数x,把x插入到这组数据中,使该组数据仍然有序。(Enter a positive integer n (0 <n<=0)和一组(n个)有序整数,再输入一个整数x,把x插入到这组数据中,使该组数据仍然有序。)
- 2013-06-27 19:41:30下载
- 积分:1