-
matlab实现
信息上information entropy的计算matlab平台(information entropy calculation on matlab)
- 2020-10-23 15:17:22下载
- 积分:1
-
《MATLAB在电子信息工程中的应用》源程序
《MATLAB在电子信息工程中的应用》源程序(Application of MATLAB in Electronic Information Engineering)
- 2020-06-23 22:40:01下载
- 积分:1
-
统计R语言
James_et_al-2013 an_introduction_to_statistical_learning_with_applications_in_R(James_et_al-2013-an_introduction_to_statistical_learning_with_applications_in_R)
- 2019-03-16 23:51:47下载
- 积分:1
-
阿波罗F7OV5640板球
说明: 通过stm32f767开发板和ov5640控制数字舵机实现17年电赛板球题。(Through stm32f767 development board and ov5640 control digital steering gear to achieve 17 years of electric cricket match.)
- 2020-06-19 14:14:38下载
- 积分:1
-
optprop
光谱、lab值、XYZ值和LCH等颜色空间转换,绘制曲线(color space transform)
- 2018-08-31 17:43:07下载
- 积分:1
-
使Infenen变得简单 DAvE_XC866_v2.3
说明: making infenen easy .you can use it product code such cdd, cpu and adc and so on.
- 2020-06-22 09:00:02下载
- 积分: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
-
网吧计费系统源码.
网吧计费系统源码.-Internet Billing System source.
- 2022-01-25 15:06:52下载
- 积分:1
-
Screen Chatting source
Screen Chatting source
- 2023-07-05 21:55:03下载
- 积分:1
-
组态王 VC++ 组态软件源码
VC++工业组态软件—— 组态王源码,一共包括了经过5次优化修正后的组态王软件源码,有的是组态相关DLL控件的源码,每一个文件夹中的内容都可以在VC++6.0中顺利编译成功。了解本源码可以对提高您的编程思路有一定帮助。
- 2022-06-14 00:22:50下载
- 积分:1