-
- 2022-01-26 02:00:20下载
- 积分:1
-
tutorial to work with xilinx fpga
tutorial to work with xilinx fpga
- 2023-08-20 06:10:03下载
- 积分:1
-
四川大学计算机图形学2007
四川大学计算机图形学2007-2008试卷-cs.edu.cn
- 2022-03-13 06:59:39下载
- 积分:1
-
拷贝文件带进度显示
拷贝文件,显示进度条的源码。
- 2023-06-15 20:45:02下载
- 积分:1
-
教你学SQL,从初级到高级!大家可以进来看看,希望能帮到大家!...
教你学SQL,从初级到高级!大家可以进来看看,希望能帮到大家!-Teach you to learn SQL, from beginner to advanced! We can come to see, I hope to help you!
- 2023-01-15 06:25: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
-
ISO / IEC 14496
ISO/IEC 14496-7 OLD MPEG4æ ‡å‡†-ISO/IEC 14496-7 standard MPEG4 OLD
- 2023-01-24 02:30:04下载
- 积分:1
-
Computer Architecture, Tsinghua University Press, courseware, all good things to...
计算机系统结构清华大学出版社课件,好东西大家来下载-Computer Architecture, Tsinghua University Press, courseware, all good things to download
- 2022-11-09 06:10:04下载
- 积分:1
-
File system design idea, thought it very important, there are good ideas will ha...
文件系统设计思想,思想很重要呀,有好思想才会有好作品-File system design idea, thought it very important, there are good ideas will have good works
- 2022-09-16 11:35:03下载
- 积分:1
-
考博是考博当中的一些关于英语语法的解释,可以增强对考生语法掌握的情况...
考博是考博当中的一些关于英语语法的解释,可以增强对考生语法掌握的情况-PHD
- 2022-05-08 23:27:56下载
- 积分:1