-
参加运动会的n个学校编号为1~n。比赛分成m个男子项目和w个女子项目,项目编号分别为1~m和m+1~m+w。由于各项参加人数差别较大,有些项目取前五名,得分顺序...
参加运动会的n个学校编号为1~n。比赛分成m个男子项目和w个女子项目,项目编号分别为1~m和m+1~m+w。由于各项参加人数差别较大,有些项目取前五名,得分顺序为7,5,3,2,1 还有些项目只取前三名,得分顺序为5,..
-Games take part in school n numbered 1 ~ n. Competition is divided into m men and a woman w projects numbered 1 ~ m and m+ 1 ~ m+ W. Due to the large difference between the number of participants, some projects from the top five scores in order of 7,5,3,2,1 also some of the items, only the top three scores in order of 5, ..
- 2022-04-20 12:50:12下载
- 积分:1
-
在线网络办公系统,内容比较详尽,欢迎下载
在线网络办公系统,内容比较详尽,欢迎下载-Online office system, a more detailed, please download
- 2023-03-31 20:45:03下载
- 积分:1
-
sift algorithm detailed steps lecture information on the sift helpful to underst...
sift算法详细步骤演讲资料,对sift理解很有帮助-sift algorithm detailed steps lecture information on the sift helpful to understand
- 2022-03-19 11:56:24下载
- 积分: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
-
In this paper, wireless sensor network in accordance with the characteristics of...
本文根据无线传感器器网络的特点,建立了单目标成簇优化模型,以全网能量消耗最小化为目标,同时考虑了节点的能量消耗以及链路负载均衡等问题-In this paper, wireless sensor network in accordance with the characteristics of the establishment of a single-objective optimization model of clusters to the whole network into the smallest energy consumption, taking into account the node energy consumption, as well as issues such as link load balancing
- 2022-01-22 07:45:57下载
- 积分:1
-
猜数字,给定六个数列的生成公式,随机地从上述数列中选取一个作为本轮游戏的数列,并从该数列中随机地选取连续地三个元素,请用户猜该数列的下一个元素是什么?...
猜数字,给定六个数列的生成公式,随机地从上述数列中选取一个作为本轮游戏的数列,并从该数列中随机地选取连续地三个元素,请用户猜该数列的下一个元素是什么?-tones, given the series of six generating formula, random from the series were selected as a game of this round of the series, and from the series of randomly selected to three consecutive elements, which users guess the next series is one element of what?
- 2023-04-20 17:10:03下载
- 积分:1
-
详细解说了atmel系列单片机下的80c52
单片机的最小系统设计,以及所需的元件。...
详细解说了atmel系列单片机下的80c52
单片机的最小系统设计,以及所需的元件。-A detailed explanation of the series of microcontroller atmel microcontroller 80c52 under the minimum system design, and the necessary components.
- 2022-09-13 19:05:03下载
- 积分:1
-
将文件分发
将源文件复制到目的地的预定义列表。
映射或 UNC 网络路径。
可选版本检查。
多个项目
非常有用,如果您需要将文件复制到特定的地方定期,没有更多复制-浏览-粘贴、 复制-浏览-粘贴。
使用 ADO API
API 来显示 Windows 文件复制对话框
- 2023-01-25 11:25:04下载
- 积分:1
-
设置网络驱动器映射方式的代码,很方便设置网络驱动器映射方式...
设置网络驱动器映射方式的代码,很方便设置网络驱动器映射方式-set up a network drive mapping code, is a convenient set up a network drive mapping
- 2022-01-26 02:42:08下载
- 积分:1
-
一个数据课程设计开发文档,有代表性。内容丰富
一个数据课程设计开发文档,有代表性。内容丰富-Curriculum design and development of a data documentation, they are representative. Rich in content. .
- 2022-12-06 11:55:03下载
- 积分:1