-
Sigar文档+配置(含windows+linux两个版本)
Hyperic-Sigar是一个收集系统各项底层信息的工具集。配合博客使用 在网上下载过了,不好用的版本,浪费了很多时间。亲测,这个版本可用。有需要的下载
- 2019-06-21下载
- 积分:1
-
chap1
希望广大学习通信原理的来看一下,这就是我们学校的通信原理课件,希望能对大家有用(We hope that the study look at communication theory, this is our school' s communication theory courseware, hoping it would be useful)
- 2010-08-05 12:01:37下载
- 积分:1
-
宇宙无敌终极之版本!!!!!!!!
大一的一个实训作业,实现4s汽车录入和信息管理(A practical training assignment in freshman year to realize 4S automobile input and information management)
- 2020-06-17 12:00:01下载
- 积分:1
-
人脸识别相关的英文论文,希望对你有帮助
人脸识别相关的英文论文,希望对你有帮助-Face Recognition related English papers, I hope you have help
- 2022-03-02 08:10:05下载
- 积分:1
-
vmdpy-master
说明: 通过pip 安装即可使用VMD分解,包含实例。安装指导(Through PIP installation, VMD decomposition can be used, including instances. Installation instruction)
- 2020-09-01 19:04:58下载
- 积分:1
-
手机游戏中jsr184的立即模式绘制4棱锥和贴图的演示
手机游戏中jsr184的立即模式绘制4棱锥和贴图的演示-phone games jsr184 immediate mode rendering 4 pyramid and textures demo
- 2022-02-22 13:17:37下载
- 积分:1
-
Finitemixtureofalpha-stabledistributions
非高斯信号信号处理,RJmcmc方法同时实现alpha稳定分布模型估计和参数估计的一篇重要文献。(nongaussian signal processing,RJMCM algorithm,alpha stable distribution)
- 2020-11-18 17:29:38下载
- 积分:1
-
SPFRC_circle55
说明: 按照粒径及数量要求进行调整随机生成骨料、纤维,(Random placement of aggregate is realized by setting the range of boundary size and aggregate size)
- 2020-05-07 10:17: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
-
九游戏里面详细说明了这个词的“可恶”的数字
游戏里面详细描述了九个字,令人发指的数字,几个数字
- 2022-03-03 11:20:56下载
- 积分:1