-
中值滤波源码
代码中采用matlab实现中值滤波,通过对三个输入数据进行中值滤波,并对滤波前后数据通过matlab进行成图显示,从而认证输入输出前后的效果,通过对比认证了相关算法的有效性和实用性。
- 2022-06-13 00:55:13下载
- 积分:1
-
一个小巧的蚁群算法演示程序,C语言源码,在TC2.0下调试成功!...
一个小巧的蚁群算法演示程序,C语言源码,在TC2.0下调试成功!-A small demo program ant colony algorithm, C language source code, in TC2.0 debugging success!
- 2022-03-18 12:01:14下载
- 积分:1
-
通过C++对偶单纯形法
#包括“stdafx.h”
- 2022-03-24 21:57:23下载
- 积分:1
-
轮廓检测代码
《【OpenCV入门指南】第三篇Canny边缘检测》中介绍了边缘检测,本篇介绍轮廓检测,轮廓检测的原理通俗的说就是掏空内部点,比如原图中有3*3的矩形点。那么就可以将中间的那一点去掉。在OpenCV中使用轮廓检测是非常方便。直接使用cvFindContours函数就能完成对图像轮廓的检测。下面就来看看这个函数的用法。
- 2022-03-17 05:23:07下载
- 积分:1
-
java(sl275课程习题的求解模块
java(sl275课程习题解module1-module3共7道习题的题目以及程序)-java (sl275 courses Exercise Solution module1- module3 a total of seven topics and the questions of procedure)
- 2023-06-27 00:35:02下载
- 积分:1
-
计算圆周率可一到小数点后任意位,速度还不错
计算圆周率可一到小数点后任意位,速度还不错-One can calculate pi to arbitrary places after the decimal point, speed is also good
- 2023-04-13 21:50:03下载
- 积分:1
-
人工智能A*算法求解八数码
运行环境说明(2013.11.22)
1.操作系统: ubuntu 13.10
2.集成开发环境: geany-1.23.1 + gcc-4.8.1
3.由于linux操作系统与windows操作系统采用不同的编码格式,在windows下查看相关文档或源代码可能会有乱码问题,如需调试运行,请迁移到相关环境。
- 2022-08-18 17:06:11下载
- 积分:1
-
定位算法在传感器网络中的 改进策略
资源描述本文首先在查阅和参考大量国内外相关文献的基础上,介绍了无线传感器网
络节点定位技术的研究背景及意义,综述了国内外研究现状,并详细介绍了无线
传感器网络中一些典型的无需测距定位算法和系统。
传统DV-Hop 算法采用较少的锚节点参与平均跳距计算,未知节点使用此平均
跳距值误差大,为了减小DV-Hop 算法的定位误差,提高待定位节点的定位精度,
本文从以下三方面对其进行改进:针对DV-Hop 定位算法适应节点均匀分布的网络
这一特性,在算法的前期提出了节点的部署策略;针对平均每跳距离在求各种跳
数的节点之间的距离时有着不同程度的影响,在算法的中期提出了距离修正值策
略;针对用三边或多边测量法计算未知节点的坐标精度不高这一问题,在算法的
后期使用了具有交叉因子的粒子群算法这一策略
使用Omnet++和Matlab 仿真工具对提出改进算法的有效性进行验证。实验证
明,与DV-Hop 算法相比,三种改进算法的定位精度都得到了一定程度的提高,特
别是基于交叉因子粒子群定位时效果最佳,能更好地满足实际应用的需求。
关键词:无线传感器网络,节点定位技术,距离向量-跳段,平分四块部署,距离
修正,交叉粒子群优化算法
- 2022-11-10 18:25:04下载
- 积分:1
-
This code is used to find shortest path by using dijkstra algorithm
This code is used to find shortest path by using dijkstra algorithm
- 2023-01-01 01:20:12下载
- 积分:1
-
!
2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonline...
!
2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear
3 ! systems of equations by homotopy methods. There are subroutines for
4 ! fixed point, zero finding, and general homotopy curve tracking problems,
5 ! utilizing both dense and sparse Jacobian matrices, and implementing
6 ! three different algorithms: ODE-based, normal flow, and augmented
7 ! Jacobian. The (driver) subroutines called by the user are given in the
8 ! table below, and are well documented internally. The user need not
9 ! be concerned with any other subroutines in HOMPACK90.
-!
2 ! HOMPACK90 is a suite of FORTRAN 90 subroutines for solving nonlinear
3 ! systems of equations by homotopy methods. There are subroutines for
4 ! fixed point, zero finding, and general homotopy curve tracking problems,
5 ! utilizing both dense and sparse Jacobian matrices, and implementing
6 ! three different algorithms: ODE-based, normal flow, and augmented
7 ! Jac
- 2022-07-21 06:18:17下载
- 积分:1