-
主要总结了近年来智能复合控制系统的研究与发展,介绍了智能复合控制的主要方面的研究成果,探讨了这一领域的研究趋向。...
主要总结了近年来智能复合控制系统的研究与发展,介绍了智能复合控制的主要方面的研究成果,探讨了这一领域的研究趋向。-summarized in the main compound intelligent control systems research and development. introduced a smart composite control the main aspects of research into this area of research trends.
- 2022-02-07 09:52:16下载
- 积分:1
-
- 2022-05-20 08:59:51下载
- 积分:1
-
ISO / IEC 14496
ISO/IEC 14496-9 OLD MPEG4æ ‡å‡†-ISO/IEC 14496-9 standard MPEG4 OLD
- 2022-05-07 08:46:40下载
- 积分:1
-
这是一个很好的设计研究生论文!设计是有一个主要的水果…
这是一个很好的毕业设计论文!主要是设计一个关于水果智能分类的系统!-This is a very good design graduate thesis! Design is a major fruit of intelligent classification system!
- 2022-03-19 00:34:46下载
- 积分:1
-
计算机操作系统实验 小型文件系统模拟实验运行环境C语言
计算机操作系统实验 小型文件系统模拟实验运行环境C语言-Experimental small-scale computer operating system file system simulation environment C language
- 2022-05-16 05:23:39下载
- 积分: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
-
MCS
MCS-51与数码显示器和键盘的接口,一个原理PPT文件-MCS-51 with digital display and keypad interface, a principle of PPT files
- 2022-04-27 00:05:54下载
- 积分:1
-
MAPGIS 软件支持多种GIS 数据交换,且其明码数据格式较全面、清晰,易于读写。本文以MAPGIS 明码数据格式和Oracle 数据库为例,研究通过编程实现...
MAPGIS 软件支持多种GIS 数据交换,且其明码数据格式较全面、清晰,易于读写。本文以MAPGIS 明码数据格式和Oracle 数据库为例,研究通过编程实现ASCII 码格式的空间数据上载Oracle Spatial 数据库的方法, 探讨各类GIS 软件与Oracle Spatial 进行空间数据交换的基本过程。-MAPGIS software supports a variety of data exchange and data format of its codes more comprehensive, clear and easy to read and write. This paper MAPGIS code data format and the Oracle database as an example, the research program through the ASCII format for spatial data available on Oracle Spatial database, to look into different aspects of GIS software with Oracle Spatial space for the basic data exchange process.
- 2022-04-09 12:15:30下载
- 积分:1
-
riff 文件格式
riff 文件格式-riff document format
- 2022-08-21 20:53:42下载
- 积分:1
-
主要是一个3D引擎 对3D开发很有帮助
主要是一个3D引擎 对3D开发很有帮助-Is primarily a 3D engine for the 3D development of helpful
- 2023-01-27 02:50:03下载
- 积分:1