资源列表
[matlab例程] SYSTireTestsys
说明:一汽车整车模型,包括各个部分以及路面激励模型,用于轮胎的测试。-One completed automobile car model, whch includs each part ,road surface encourage models and test for the tire<林安> 在 2025-06-20 上传 | 大小:2kb | 下载:0
[数据结构常用算法] kruskal最小生成树实现
说明:在boost基础上实现 对图的最小生成树实现,通过此算法可以找到此图中连接所有点的最小生成树。-the boost on the basis of the plan to achieve the minimum spanning tree, the algorithm can find this map connect all the points the minimum spanning tree.<> 在 2025-06-20 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] pso_2D
说明:一种新的优化算法-粒子群算法,优化函数,速度较快,希望大家可以借鉴.-a new optimization algorithm-PSO algorithm optimization function, faster hope we can learn from.<大侠> 在 2025-06-20 上传 | 大小:2kb | 下载:0
[数据结构常用算法] minheap vs minleftisttree
说明:这是一个用C++编写的代码,实现了最小堆和最小左偏树在插入删除元素性能方面进行比较. -This is a preparation of the C code, the smallest and youngest sculpture tree in the left side inserted delete elements performance comparisons.<王伟> 在 2025-06-20 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] modfiyga
说明:改进的遗传算法源程序,结合遗传算法的全局寻优能力和POWELL的局部优化,是寻优速度加快-improved genetic algorithm source, combining genetic algorithm optimization of the overall situation and the local optimization POWELL, optimizing speed<沈建国> 在 2025-06-20 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] 改进遗传算法-郭涛算法做最优化问题很管用
说明:改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看 那位大侠能改进一下,产生比这跟好的数。-improved genetic algo<龚文引> 在 2025-06-20 上传 | 大小:2kb | 下载:0