-
CWT
说明: 基线校正代码,包括小波基线校正及滤波器基线校正,可用于光谱数据的预处理。((Baseline correction codes, including wavelet baseline correction and filter baseline correction, can be used for preprocessing of spectral data.))
- 2019-06-19 17:13:53下载
- 积分: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
-
ft800-master
gfhhf tytr rtytry try try tr yrty rt
- 2017-08-16 12:17:44下载
- 积分:1
-
TestCom
Connect comport to PC and Test
- 2019-01-03 18:36:26下载
- 积分:1
-
Labwindows/CVI 十六路开关信号
Labwindows/CVI 十六路开关信号(Labwindows/CVI sixteen-way switch signal)
- 2013-06-04 08:54:03下载
- 积分:1
-
opt-controller
串口通讯,optdell引用,打开光源并设置曝光亮度(Serial communication, optdell reference, open the light source and set the exposure brightness)
- 2017-09-07 22:39:04下载
- 积分:1
-
0701停车场管理系统
实现停车场的基础功能,用C#语言实现会员车辆的充值与查询,以及临时车辆的收费(Parking lot management system, including membership, temporary vehicle charges)
- 2020-06-21 14:00:01下载
- 积分:1
-
Example19_DSP2833x_Epwm_dc_motor
说明: 关于DSP的应用,以及简单程序调速的实现(The brief introduction of DSP28335 and the application of interrupt program in the program are suitable for beginners)
- 2020-10-21 17:16:01下载
- 积分:1
-
14
说明: 无连接网络通信,客户端与服务器端程序简单例子(Connectionless network communication)
- 2018-04-08 20:04:29下载
- 积分:1
-
zcktwuy2
To achieve similar WORD2000 clip art menu code
- 2018-09-29 00:23:36下载
- 积分:1