-
Shortest Path
资源描述Write a program to find the weighted shortest distances from any vertex to a given source vertex in a digraph. If there is more than one minimum path from v to w, a path with the fewest number of edges is chosen. It is guaranteed that all the weights are positive and such a path is unique for any vertex.
- 2022-08-26 06:49:00下载
- 积分:1
-
DFT nature of the research, the pros and transform calculation, the real and ima...
DFT性质的研究,正反变换的计算关系,实虚部的对应关系-DFT nature of the research, the pros and transform calculation, the real and imaginary parts of the correspondence between
- 2022-08-07 11:58:54下载
- 积分:1
-
可以自由定义长度的bits
c++的bit模板只能用常数制定大小,这里重新定义bit使其可以用变量第一定义大小,更方便
- 2022-02-21 14:25:29下载
- 积分:1
-
强大的三角剖分函数库(含调用代码)
//强大的三角剖函数库
//不仅能满足一般Delaunay三角剖分(DT)、约束Delaunay三角剖分(CDT)还能输入
//最小角度或最大面积条件加密三角形(CCDT),并能处理边界内的洞
//本版本对原程序进行了少量修改,经测试可以满足Delaunay TIN、土方计算等开发需要。
//原作者:Jonathan Richard Shewchuk 美国加州大学伯克利分校
//修改人:倪尧 修改日期:2013-7-25 QQ:627957087
- 2023-07-12 05:55:03下载
- 积分:1
-
立体影像对的光束法严密解求外方位元素:已知控制点的左右影像像点坐标和物方空间坐标,解求左右影像的外方位元素。...
立体影像对的光束法严密解求外方位元素:已知控制点的左右影像像点坐标和物方空间坐标,解求左右影像的外方位元素。-three-dimensional images of the bundle closely to Solve exterior orientation elements : known control points around the image pixel coordinates and objects to space coordinates solution for image around the exterior orientation elements.
- 2022-01-26 01:42:32下载
- 积分:1
-
对称算法AES
高级加密标准(Advanced Encryption Standard,AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-07-10 03:25:38下载
- 积分:1
-
computer calendar (including discriminant whether a leap year)
计算机日历程序 (包括判别是否闰年)-computer calendar (including discriminant whether a leap year)
- 2022-02-20 07:35:21下载
- 积分:1
-
遗传算法代码
《optimization using nondominated sorting genetic algorithms》的论文中提出的。该算法在快速找到Pareto前
沿和保持种群多样性方面都有很好的效果,不过在这么多年的应用中也出现了如下的一些问题:
1。非支配排序的时NSGA2主要是对NSGA算法的改进。NSGA是N. Srinivas 和 K. Deb在1995年发表的一篇名为
《Multiobjective function间复杂的很大,为O(MN3)。其中M为目标函数的数量,N为种群规模。
2。不支持精英策略。精英策略在保持好的个体及加速向Pareto前沿收敛方面都有很好的表现。
3。需要自己指定共享参数。该参数将对种群的多样性产生很大的影响。
NSGA2算法将在以下方面进行改进:
1。快速的非支配排序
在NSGA进行非支配排序时,规模为N的种群中的每个个体都要针对M个目标函数
- 2022-02-02 20:48:20下载
- 积分:1
-
对于人脸识别等计算机视觉应用Gabor滤波器
Gabor filter for face recognition or other computer vision applications
- 2022-11-01 07:45:03下载
- 积分:1
-
vc开发的折线分割任意多边形算法,有具体实例
使用折线对任意多边形进行分割(不包括掏空多边形)
- 2022-01-22 06:04:24下载
- 积分:1