-
无线传感器自组织成簇的基本思想是通过簇首对簇内节点间的相关信息融合及转发机制减少数据的传输量和距离,从而降低通信能量,达到网络节能的目的。...
无线传感器自组织成簇的基本思想是通过簇首对簇内节点间的相关信息融合及转发机制减少数据的传输量和距离,从而降低通信能量,达到网络节能的目的。-Self-organizing wireless sensor clusters through the basic idea is to cluster the first node of the cluster inter-related information fusion and forwarding mechanism to reduce the data transmission capacity and distance, thereby reducing communication energy and achieve energy-saving purpose of the network.
- 2022-02-03 22:37:26下载
- 积分:1
-
嵌入式的C,C++编程教科书,质量不是很好,有需要的下
嵌入式的C,C++编程教科书,质量不是很好,有需要的下-embedded C, C programming textbooks, the quality is not very good, it is necessary under the
- 2023-08-03 14:50:05下载
- 积分: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
-
lumisoft.Net 的英文帮助,imap协议在网上没有可供参考的中文文档,这里的英文文档也可帮住到您...
lumisoft.Net 的英文帮助,imap协议在网上没有可供参考的中文文档,这里的英文文档也可帮住到您-lumisoft.Net in English to help, imap protocol on the Internet there is no reference in Chinese documents, where the English document is also available to help you to live
- 2022-02-05 00:47:19下载
- 积分:1
-
DICOM3.0标准中文版2
DICOM3.0标准中文版2-DICOM3.0 Chinese version 2
- 2022-08-05 14:58:10下载
- 积分:1
-
空气湿度报警器,顾名思义,是用来测量空气中的湿度的仪器,他通过一个湿敏电容和一个频率输出电路对空气湿度进行检测,把湿度变化转变成频率输出。再通过单片机把输入的频...
空气湿度报警器,顾名思义,是用来测量空气中的湿度的仪器,他通过一个湿敏电容和一个频率输出电路对空气湿度进行检测,把湿度变化转变成频率输出。再通过单片机把输入的频率转化为湿度百分值并通过LCD显示出来,使人可以通过显示清楚地看到空气的相对湿度。在单片机编程时可以预先设定一个限定值,当环境湿度达到设定的湿度值时电路报警,同时发光二极管变亮,达到湿度报警的目的。-Air humidity alarm, as the name implies, is used to measure humidity in the air apparatus, he humidity through a capacitor and a frequency output circuit for detection of air humidity, the humidity changes in the frequency of the output into. Through the single-chip frequency of the input into a percentile and humidity through the LCD display, one can clearly see through the display of the relative humidity of air. Single-chip can be programmed in advance to set a limit value, when the environmental humidity to achieve set alarm circuit humidity values, while LED light changes to achieve the purpose of humidity alarm.
- 2022-02-12 05:08:17下载
- 积分:1
-
这个是关于OSIP开发手册的中文版本,英文像俺一样差的好有用哦...
这个是关于OSIP开发手册的中文版本,英文像俺一样差的好有用哦-the mid-teens is on the development of the Chinese version of the manual, in English, as I like a good bad useful oh
- 2022-07-28 08:01:50下载
- 积分:1
-
Details of the VC++. NET integrated development environment, have a basic introd...
详细介绍了VC++.NET集成开发环境,对MFC有了基础性介绍!-Details of the VC++. NET integrated development environment, have a basic introduction to MFC!
- 2022-08-17 09:31:19下载
- 积分:1
-
Signal and System handouts, principle introduced by the very thorough and high r...
信号与系统的讲义,原理介绍的很详细,参考价值高-Signal and System handouts, principle introduced by the very thorough and high reference value
- 2023-01-26 06:10:03下载
- 积分:1
-
ppt课件可用于课件比赛,比较实用的,突出显示ppt的优势
ppt课件可用于课件比赛,比较实用的,突出显示ppt的优势-ppt courseware courseware can be used for games, more practical.
- 2022-02-15 14:47:42下载
- 积分:1