-
curriculum design can be used as reference
可作为课程设计参考用-curriculum design can be used as reference
- 2022-08-17 12:11:08下载
- 积分:1
-
Rational_Rose实例源码
经典simple例子经典UML建模实例.mdl
- 2022-03-22 06:02:53下载
- 积分:1
-
a good FlexGrid application procedures
一个FlexGrid应用的好程序-a good FlexGrid application procedures
- 2023-04-07 20:05:03下载
- 积分:1
-
147497_ALTERA_ACEX1K.pdf introduce alter acex1k series chip
147497_ALTERA_ACEX1K.pdf介绍alter acex1k系列芯片-147497_ALTERA_ACEX1K.pdf introduce alter acex1k series chip
- 2022-06-30 07:45:41下载
- 积分:1
-
经过分割处理过的SAR图像的伪彩色显示,位于广东省。
经过分割处理过的SAR图像的伪彩色显示,位于广东省。-After segmentation of SAR images processed pseudo-color display, located in Guangdong Province.
- 2022-12-25 12:45:03下载
- 积分: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
-
将TXT文件转换成PDF文件,从CODEPROJECTS网站上得来的,很好用!
将TXT文件转换成PDF文件,从CODEPROJECTS网站上得来的,很好用!-to TXT files into PDF files from CODEPROJECTS website due to good use!
- 2022-05-13 20:39:50下载
- 积分:1
-
HELP file format list of definitions Note
HELP文件格式定义清单说明-HELP file format list of definitions Note
- 2022-04-16 19:36:41下载
- 积分:1
-
face recognition ieee paper
face recognition ieee paper
- 2022-05-31 12:47:43下载
- 积分:1
-
介绍TGA文件格式的中文文档,浅显易懂,是入门的好资料
介绍TGA文件格式的中文文档,浅显易懂,是入门的好资料-TGA file format introduce the Chinese documents, easy to understand, is a good data entry
- 2022-07-14 07:35:56下载
- 积分:1