-
上传我们上班用的软件工程课件,感觉比较好,希望对您的学习有用。...
上传我们上班用的软件工程课件,感觉比较好,希望对您的学习有用。-From our work with the software engineering courseware, feel better, I hope you are learning useful.
- 2023-06-23 11:40:04下载
- 积分:1
-
unix 下的一个tcp通信例子,看看也许对大家有帮助
unix 下的一个tcp通信例子,看看也许对大家有帮助-unix under a tcp communication examples to see if we might be of help!
- 2022-09-05 21:55:02下载
- 积分:1
-
这是关于中药的一个二维的文章,实用多多,大家可以关注一下
这是关于中药的一个二维的文章,实用多多,大家可以关注一下-This is of Chinese medicine in a two-dimensional articles, practical arrangement, we can look
- 2022-02-02 05:35:00下载
- 积分: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
-
这是关于调制传递函数MTF如何处理卫星遥感图像的一个讲义,对图像进行复原,提高清晰度...
这是关于调制传递函数MTF如何处理卫星遥感图像的一个讲义,对图像进行复原,提高清晰度-This is the modulation transfer function MTF on how to deal with satellite remote sensing images of a lecture, image recovery, improve clarity
- 2022-03-05 05:33:38下载
- 积分:1
-
c high
c 高质量编程说明
里面的格式看了对写程序有好处
强烈推荐-c high-quality programming that the format of which read the writing process will benefit strongly recommend
- 2022-05-26 07:38:45下载
- 积分:1
-
本压缩包里面是描述硬盘坏道修复的源程序程序
本压缩包里面是描述硬盘坏道修复的源程序程序-disk repair
- 2022-03-23 09:17:01下载
- 积分:1
-
java interface....learning
接口的好教程.清晰.PPT.教师也可以参考哟-java interface....learning
- 2022-05-19 01:49:34下载
- 积分:1
-
How to Reball BGA,reballing process
How to Reball BGA,reballing proce-How to Reball BGA,reballing process
- 2022-07-06 09:44:25下载
- 积分:1
-
《毕业论文宝典》这是一本写论文很好的书籍,有着详细的格式介绍。...
《毕业论文宝典》这是一本写论文很好的书籍,有着详细的格式介绍。-"dissertation book" This is a very good paper written books, the detailed format is introduced.
- 2023-05-16 07:05:03下载
- 积分:1