-
50309286
Socket programming book server chat
- 2021-01-05 10:38:54下载
- 积分:1
-
APIandHardware
介绍如何使用系统自带的API函数访问与操作计算机硬件。(Describes how to use the system s own API function to access and operation of computer hardware.)
- 2008-12-11 13:20:45下载
- 积分:1
-
k-means
k-means算法实现WEB搜索,用模拟退火,对K-means聚类算法进行数据挖掘(k-means algorithm WEB search)
- 2021-04-28 23:28:43下载
- 积分:1
-
unit-9
谭浩强C程序设计第四版第9章习题答案,自己做出来的( C Programming Fourth Edition Chapter 9 Exercise answers, do it yourself)
- 2013-07-31 22:17:03下载
- 积分:1
-
OV7670DATASHEET
OV7670数据手册OV7670数据手册OV7670数据手册(OV7670 datasheet OV7670 datasheet OV7670 Data Sheet)
- 2021-03-04 16:59:32下载
- 积分:1
-
gscplex_tutorial
CPLEX的学习资料,最近用这个软件的人越来越多了,尤其是PPT文件,很适合初学者快速入门
(CPLEX learning materials, most recently with this software, more and more people, and especially the PPT file, it is suitable for beginners Quick Start)
- 2009-11-26 16:50:15下载
- 积分:1
-
Fishbot-3.3.5-master
说明: 魔兽世界的一款自动挂机钓鱼工具
只支持3.35版本(Fishbot-3.3.5-master for wow 3.35)
- 2020-08-17 19:16:06下载
- 积分:1
-
计算刀轴点坐标
计算刀轴点坐标,方便快捷,求取刀具刀轴点坐标,用于算nurbs曲线(Calculating the coordinates of cutter axis points is convenient and fast. Calculating the coordinates of cutter axis points is used to calculate NURBS curve.)
- 2019-05-22 14:47:00下载
- 积分:1
-
ray
随机设置了雷的位置,当用户输入的位置与雷的位置相同,则游戏结束。否则该位置处打印出笑脸。(Ray random set position when the user enters the same position and the position of mine, the game is over. Otherwise, the position of print faces.)
- 2013-11-01 10:33:06下载
- 积分: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