资源列表
[人工智能/神经网络/遗传算法] bp
说明:经典BP算法的源程序,对人工神经网络中的bp有一定的帮助作用-BP algorithm is the classic source of artificial neural networks have certainly bp helpful<zxwzxw123> 在 2025-11-12 上传 | 大小:173kb | 下载:0
[matlab例程] hill
说明:爬山算法 可以解决许多函数优化方面的问题,可以与其他算法,如蚂蚁算法,粒子群算法等融合使用,有其一定的研究意义-Climbing algorithm can solve many function optimization problems, with other algorithms, such as ant algorithms, particle swarm optimization, such as integration of use, has its research signifi<mawei> 在 2025-11-12 上传 | 大小:3kb | 下载:1
[数学计算/工程计算] geometry
说明:C++语言编写的几何学算法模板。包括几何学的10多种基本的操作。例如点生成直线,叉积运算,线段的拐向,任意多边形面积的计算,点的位置判断,线段相交判断,求凸包等等。-C++ Language template geometry algorithm. Including the geometry of more than 10 kinds of basic operation. For example, point to generate a straight line, fork plot co<KiD> 在 2025-11-12 上传 | 大小:2kb | 下载:0
[生物技术] 21112327613
说明:VB写的一个元胞自动机程序,可以设置参数和照相-VB to write a cellular automaton program, you can set parameters and camera<xinxin> 在 2025-11-12 上传 | 大小:1.23mb | 下载:0
[压缩解压] TreeRecovery
说明:树的先序,中序排列,求树的后序排列,自己编码实现的。-Tree first order, in sequence order, and after the sequence tree with their own coding achievable.<once> 在 2025-11-12 上传 | 大小:3kb | 下载:0
[数据结构常用算法] mintreek
说明:图论中最小生成树Kruskal算法 及画图程序 M-函数 格式 [Wt,Pp]=mintreek(n,W):n为图顶点数,W为图的带权邻接矩阵,不构成边的两顶点之间的权用inf表示。显示最小生成树的边及顶点, Wt为最小生成树的权,Pp(:,1:2)为最小生成树边的两顶点,Pp(:,3)为最小生成树的边权,Pp(:,4)为最小生成树边的序号 附图,红色连线为最小生成树的图 例如 n=6 w=inf*ones(6) w(1,[2,3,4])=[6,1,5] w(2,[3,5<lluo> 在 2025-11-12 上传 | 大小:1kb | 下载:0