-
源代码的决策树,yongc写看看
决策树的源代码,yongc写的
请看看吧-Decision tree of the source code, yongc written look and see
- 2022-05-26 13:56:58下载
- 积分:1
-
串行A
串行A-D 和D-A 转换芯片与DSP 接口方法,具有一定的实用价值-serial A-D and D-A converter chip DSP interface method has some practical value
- 2022-04-25 02:48:03下载
- 积分:1
-
* 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵
* 输入: n...
* 高斯列主元素消去法求解矩阵方程AX=B,其中A是N*N的矩阵,B是N*M矩阵
* 输入: n----方阵A的行数
* a----矩阵A
* m----矩阵B的列数
* b----矩阵B
* 输出: det----矩阵A的行列式值
* a----A消元后的上三角矩阵
* b----矩阵方程的解X
-out the main elements of Gaussian elimination method for solving matrix equations AX = B, where A is N* N matrix, B is N* M matrix* Input : n---- A phalanx of a few-a matrix* A* m-matrix shown in a few B* b---- Matrix B* output : det-A matrix of a determinant value---- A* Elimination of upper triangular matrix* b---- Matrix The X-Solutions
- 2022-10-20 06:00:04下载
- 积分:1
-
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返...
10种软件滤波方法的示例程序
1、限副滤波
/* A值可根据实际情况调整
value为有效值,new_value为当前采样值
滤波程序返回有效的实际值 */
#define A 10
char value
char filter()
{
char new_value
new_value = get_ad()
if ( ( new_value - value > A ) || ( value - new_value > A )
return value
return new_value
}
2、中位值滤波法
/* N值可根据实际情况调整
排序采用冒泡法*/-10 kinds of software filtering method one example of the procedure, limit the Deputy filter/* A value can be adjusted according to the actual value for the RMS, new_value filter for the current sampling procedures for the effective return of the actual value* /# define A 10 char value char filter () (char new_value new_value = get_ad () if ((new_value- value> A) | | (value- new_value> A) return value return new_value ) 2, the median filtering method/* N values can be adjust the actual situation in the use of bubble sort method* /
- 2023-08-29 16:45:03下载
- 积分:1
-
首先这个程序是在Linux下写的,然后在Windows的VC6中完善即调试通过,最后在Linux下调试运行,完全正确。...
首先这个程序是在Linux下写的,然后在Windows的VC6中完善即调试通过,最后在Linux下调试运行,完全正确。-First of all, this procedure was written under Linux and then Windows in the VC6 debugger that is perfect through the final run in Linux under the debugger, entirely correct.
- 2022-01-28 15:23:21下载
- 积分:1
-
一个通用无线信号处理芯片的中文技术资料,对有单片机开发人员有用...
一个通用无线信号处理芯片的中文技术资料,对有单片机开发人员有用-a common radio signal processing chip technology to the Chinese, to be useful MCU Development
- 2022-08-12 08:11:38下载
- 积分:1
-
编译原理的指导和实用的示例程序,高的参考。
编译原理的教程和一个实习的例子程序,参考价值高。-compiler principles guide and a practical example of the procedure, the high reference value.
- 2022-10-27 07:15:04下载
- 积分:1
-
结合FAT,对u盘文件系统进行了较详细的分析,看了后相信你会有不少的收获。
结合FAT,对u盘文件系统进行了较详细的分析,看了后相信你会有不少的收获。-Combination of FAT, disk file system for u to carry out a more detailed analysis, I believe you will be after reading a lot of harvest.
- 2022-07-23 21:48:33下载
- 积分:1
-
Introduction to ERP
ERP初阶-Introduction to ERP
- 2022-03-21 14:11:59下载
- 积分:1
-
一个简单的eexemple想学习编程的RMI
a simple eexemple to learn about programming rmi
- 2023-04-05 20:35:04下载
- 积分:1