-
基于模糊神经网络建模的 rfid室内定位算法
资源描述将模糊神经网络应用于基于技术的室内定位系统, 提出一种基于模
糊神经网络的室内定位算法, 算法将参考标签数据作为神经网络的训练样本, 建立
“标签接收信号强度与标签读写器间距离” 的映射模型然后利用最小二乘解确
定目标的位置坐标同时,
对比了传统神经网络和网络在建模和定位中的性能
在仿真和硬件平台测试中, 模糊神经网络都要比表现出更优异的性能, 表明基于模糊神
经网络的算法更适合于系统
- 2022-02-04 18:26:31下载
- 积分:1
-
没有界面,用C写的小程序 问题如下:一家软件公司招聘了数十位程序员,分成若干部门。 进行一次考试,对各个部门的所有程序员进行考核。考试结束后评出了每个人的分数。...
没有界面,用C写的小程序 问题如下:一家软件公司招聘了数十位程序员,分成若干部门。 进行一次考试,对各个部门的所有程序员进行考核。考试结束后评出了每个人的分数。现在需要知道,在每个部门内,成绩最好的程序员和成绩最差的程序员分别是谁。输入有N+1行,每一个有若干正整数。第一行只有一个正整数,代表公司的部门数目。剩余的N行,每一行代表了该部门所有程序员的得分。其中每行第一个数字k代表了该部门的程序员个数,该行剩下的有k对数据,每对数据包括一个程序员的姓名(一个字符串)和其得分(一个正整数)。【输出形式】输出有N行,每行有两个串。第一个串该部门得分最高的程序员的姓名,第二个数字是得分最低的程序员的姓名。-no interface, written in C minor procedural issues are as follows : a software company recruited dozens of programmers, divided into several departments. An examination of the various departments for testing all programmers. Examinations in 1886 after the end of each grade. Now need to know, in every sector, but the best programmers and the worst programmers who were. N input is a line, each one a number of positive integers. There is only a first positive integer representing the number of departments. The remaining N firms, each firm on behalf of all the sector"s programmers to the basket. Each Bank figures k a representative of the number of programmers, the bank left the k right d
- 2022-03-10 11:37:16下载
- 积分:1
-
有理式拟合和pade近似的Matlab实现
应用背景将函数f(x)近似的表达为:
叫作函数的pade近似,Matlab中没有直接提供相关函数,
关键技术但是我们可以根据原理,比较容易的写出Matlab代码:
比如需要将f(x)=exp(-2*x)展开成有理多项式,进行pade近似,根据下面提供的padefcn()函数,我们可以轻松的实现
- 2022-05-31 19:48:06下载
- 积分:1
-
NaiveBayes on how to classfiy texts
朴素贝叶斯算法分类源代码,vc6.0编写-NaiveBayes on how to classfiy texts
- 2022-11-18 21:55:03下载
- 积分:1
-
它是代码,我的代码为奥运会编程任务
it is code, my code for olympiad programming task
- 2022-03-02 01:53:54下载
- 积分:1
-
迷宫生成及搜索算法,一些好的算法,分享给大家
迷宫生成及搜索算法,一些好的算法,分享给大家-maze generation and search algorithm, some good algorithm, we share
- 2022-06-19 21:56:39下载
- 积分:1
-
C语言函数帮助文档
适应于初学者,对了解程序设计有很深的帮助,
C语言函数,介绍了程序设计会用得上函数,节省了时间,提高了效率图形库EGE,包含了众多的案例教程,有助于自学和编程
- 2022-02-26 05:19:15下载
- 积分:1
-
Towers of Hanoi
实现汉诺塔的搬移问题,实现了最著名的汉诺塔的搬移问题。-Towers of Hanoi
- 2022-03-18 14:41:07下载
- 积分:1
-
离散余弦变换程序
离散余弦变换程序-discrete cosine transform procedures
- 2022-03-23 01:04:33下载
- 积分:1
-
This file implements a pid controller used to simulator cruise control in a car
This file implements a pid controller used to simulator cruise control in a car
The input is a throtle value between 0 - 100 ( read on P1 )
The output is the car s speed ( P2 - P0 ) -This file implements a pid controller used to simulator cruise control in a car The input is a throtle value between 0- 100 (read on P1) The output is the car s speed (P2- P0)
- 2023-07-17 12:45:03下载
- 积分:1