-
WLSC
基于稀疏表示子空间聚类利用加权和1范数和2-范数(Subspace Clustering Based on Sparse Representation Uses Weighted Sum 1 Norm and 2- Norm)
- 2019-04-07 09:36:40下载
- 积分:1
-
Problemas Propuestos
说明: PROBLEM RESULT IN C AND VECTOR
- 2019-06-27 05:38:30下载
- 积分: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
-
Vibration Shocks
Electronic equipment can be designed to withstand extreme mechanical stress, without the weight and cost penalties of over design.
- 2020-06-16 04:40:02下载
- 积分:1
-
射击游戏
基于pygame简单的2维平面射击游戏。python新手可以参考(A Simple 2-D Planar Shooting Game Based on pyGame)
- 2019-04-20 10:14:01下载
- 积分:1
-
data base code postal
数据库代码邮政管理数据库,邮政编码.mbd以及客户.mbd;使用
- 2022-01-31 21:21:25下载
- 积分:1
-
在日历# Control,C实现,日历Control,C #实现,
一个日历控件,C#实现,
一个日历控件,C#实现,-A calendar control, C# Realize, a calendar control, C# Realize,
- 2022-03-16 01:10:02下载
- 积分:1
-
python初学者教材,使读者能更深刻了解python的精髓,讲的很透彻...
python初学者教材,使读者能更深刻了解python的精髓,讲的很透彻-python beginner teaching materials, allowing the reader to a deeper understanding of the essence of python, speaking very thorough
- 2022-03-20 01:33:24下载
- 积分:1
-
sound
音频采集分析,在车型声音和振动信号特征研究中的应用。
音频采集分析,在车型声音和振动信号特征研究中的应用。(Audio acquisition and analysis, sound and vibration signals in the model characteristics of the application. Audio acquisition and analysis, sound and vibration signals in the model characteristics of the application.)
- 2010-11-26 08:48:05下载
- 积分:1
-
Automatic calculation of filter coefficients fir tools, try
自动计算fir滤波器系数的工具,不妨一试-Automatic calculation of filter coefficients fir tools, try
- 2022-03-19 22:53:08下载
- 积分:1