-
provide all MATLAB commands and useful, some not more than I used
提供MATLAB的所有操作命令,很有用,有一些我多没用过-provide all MATLAB commands and useful, some not more than I used
- 2023-03-05 08:10:03下载
- 积分:1
-
图像梯度 分水岭 一种比较新的彩色图像梯度描述
图像梯度 分水岭 一种比较新的彩色图像梯度描述
-Image gradient watershed in a relatively new description of the color image gradient
- 2022-05-07 15:30:19下载
- 积分: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
-
如何写好网上书店需求分析报告详细规格的说明
如何写好网上书店需求分析报告详细规格的说明-How to write online bookstore needs analysis report provides a detailed description of specifications
- 2023-02-27 04:55:03下载
- 积分:1
-
c++图书馆管理系统
c++图书馆管理系统-c Library Management System
- 2022-04-23 00:41:05下载
- 积分:1
-
锐捷网络最新笔试题目(2010年的)在福州大学
锐捷网络最新笔试题目(2010年的)在福州大学-Ruijie latest topics written (in 2010) at Fuzhou University
- 2022-04-02 07:33:53下载
- 积分:1
-
Fortran常用算法程序集
Fortran常用算法程序集-徐士良间:第三章所有的源程序,欢迎寻找此书源程序的朋友下载使用 -Fortran algorithm commonly used procedures set- between徐士良: Chapter III of the source of all, welcome to the book to find friends to download the source code to use
- 2023-06-17 09:55:02下载
- 积分:1
-
四川大学计算机图形学2007
四川大学计算机图形学2007-2008试卷-cs.edu.cn
- 2022-03-13 06:59:39下载
- 积分:1
-
Database Application : 查询数据库的最完美技巧 中文版
del6opr.chm: Delphi 6 的帮助文件 中文版
delph...
Database Application : 查询数据库的最完美技巧 中文版
del6opr.chm: Delphi 6 的帮助文件 中文版
delphi6_function.chm Delphi 6 函数介绍 中文版
Essential_Pascal.chm 最完整的Object Pascal语言介绍 中文版
FastReportHelp.chm 拥有魔力的FastReport的帮助文件 中文版
IBlt0101B.Chm InterBase的经典问答资料文件 中文版
MySQLBook.chm MySQL的最详细帮助文件 中文版
ProgrammingWindows_tw.chm 地球上最有名、最受推崇、最多人使用并且从中受益的程式设计用书 当然也是中文版-Database Application : 查询数据库的最完美技巧 中文版
del6opr.chm: Delphi 6 的帮助文件 中文版
delphi6_function.chm Delphi 6 函数介绍 中文版
Essential_Pascal.chm 最完整的Object Pascal语言介绍 中文版
FastReportHelp.chm 拥有魔力的FastReport的帮助文件 中文版
IBlt0101B.Chm InterBase的经典问答资料文件 中文版
MySQLBook.chm MySQL的最详细帮助文件 中文版
ProgrammingWindows_tw.chm 地球上最有名、最受推崇、最多人使用并且从中受益的程式设计用书 当然也是中文版
- 2022-02-15 22:32:55下载
- 积分:1
-
RTF 文件格式
RTF 文件格式-RTF file formats
- 2022-02-04 13:58:41下载
- 积分:1