-
perform
不错的SVM实现算法,采用的是LS-SVM算法,这是C版本,还有一个MATLAB版本(A good SVM implementation algorithm, using the LS-SVM algorithm, this is the C version, there is a MATLAB version)
- 2018-08-04 07:50:30下载
- 积分:1
-
evc的一段很好的代码,能够教会一些必要的知识
evc的一段很好的代码,能够教会一些必要的知识 -EVC good section of code, to the Church some of the necessary knowledge
- 2023-04-04 10:40:03下载
- 积分:1
-
四轴飞行器
读取陀螺仪 加速度计数据
/*
********************************************************************************
** 函数名称 : void READ_MPU6515(void)
** 函数功能 : 读取MPU6515
********************************************************************************
*/
int16_t T_X,T_Y,T_Z,A_X,A_Y,A_Z; //X,Y,Z轴
void READ_MPU9255(void)
{
//int16_t T_X,T_Y,T_Z,A_X,A_Y,A_Z; //X,Y,Z轴
//int16_t A_X,A_Y,A_Z;
I2C_SelectSlave(0x68);
BUF[0]=IIC_RdReg(GYRO_XOUT_L);
BUF[1]=IIC_RdReg(GYRO_XOUT_H);
T_X=(BUF[1]
- 2023-06-26 21:25:02下载
- 积分:1
-
remote
说明: c# 实现连接远程桌面的程序,可以连接xp/windows2003/windows7(c# program to achieve the Remote Desktop connection, you can connect xp/windows2003/windows7)
- 2011-02-21 13:28:39下载
- 积分:1
-
9、电话卡管理销售系统(源码+数据库)-北大青鸟机试模拟题.zip
9、电话卡管理销售系统(源码+数据库)-北大青鸟机试模拟题.zip
- 2019-08-05下载
- 积分:1
-
Matlabsimulation
通过M atlab 模拟了随机产生的一定概率分布的信号序列, 叠加高斯噪声后利用最大后验概率(MAP)检
测到的误码率, 做出BER~ SNR曲线, 并与理论计算得到的曲线进行比较, 两者吻合.(M atlab simulated by a certain probability distribution of random signal sequence, use of superposition of Gaussian noise is the maximum a posteriori (MAP) detection to the error rate, making BER ~ SNR curves obtained with the theoretical curve of the combined fit.)
- 2010-12-05 09:51:59下载
- 积分:1
-
yy-LPD6803
说明: led点阵控制的代码,经过验证可以使用。
(LED MATRIX CONTROL SOURCE, CAN USEING FREE.)
- 2011-03-01 23:48:14下载
- 积分:1
-
二维表
二维表
- 2013-07-01下载
- 积分:1
-
STM32 AM2303驱动代码
好代码分享,谢谢设计者。STM32 AM2303驱动代码,测试通过。
- 2023-02-04 00:10:04下载
- 积分:1
-
MyEarth
旋转的地球,有光照,贴图,放大缩小……
左击旋转,右击放大缩小(whirl of the Earth)
- 2009-10-25 15:27:47下载
- 积分:1