-
一个简单的eexemple想学习编程的RMI
a simple eexemple to learn about programming rmi
- 2023-04-05 20:35:04下载
- 积分:1
-
用于求解matlab排序问题,求解得效率很高,比一般的方法好哦...
用于求解matlab排序问题,求解得效率很高,比一般的方法好哦-Matlab for solving the scheduling problem, to solve a highly efficient method than the average好哦
- 2022-03-24 10:10:21下载
- 积分:1
-
如何写好网上书店需求分析报告详细规格的说明
如何写好网上书店需求分析报告详细规格的说明-How to write online bookstore needs analysis report provides a detailed description of specifications
- 2023-02-27 04:55:03下载
- 积分:1
-
Ubuntu常用命令sudo apt-get insta
Ubuntu常用命令sudo apt-get insta-Ubuntu used the command sudo apt-get install
- 2022-07-17 11:59:38下载
- 积分:1
-
蚁群算法基本原理,改进蚁群算法等的详尽资料,很全面!
蚁群算法基本原理,改进蚁群算法等的详尽资料,很全面!-The basic principles of ant colony algorithm to improve the ant colony algorithm, such as detailed information, very comprehensive!
- 2022-03-03 05:37:46下载
- 积分:1
-
Computer operating system runtime environment experiment C language environment
计算机专业的操作系统实验 运行环境 C语言环境下-Computer operating system runtime environment experiment C language environment
- 2022-09-28 19:20:03下载
- 积分:1
-
ARM9 在电力终端中的应用及技术解决方案
ARM9 在电力终端中的应用及技术解决方案-ARM9 terminal in the power of applications and technology solutions
- 2022-01-22 12:31:23下载
- 积分: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
-
该软件包集成了很多课程设计的内容,请仔细看
该软件包集成了很多课程设计的内容,请仔细看-The package integrates many of the content of the curriculum design, please carefully read
- 2022-02-02 13:54:21下载
- 积分:1
-
This is just to activate my account
This just to activate my account-This is just to activate my account
- 2023-06-26 13:45:02下载
- 积分:1