资源列表
[matlab例程] cpso-zuhe
说明:基于组合的混沌粒子群算法,有一定的改进意义-Chaotic particle swarm algorithm based on the combination of improvements<guojingtao> 在 2025-11-19 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] genetic-algorithms
说明:遗传算法(Genetic Algorithms,简称 GA)是一种基于自然选择原理和自然遗传机 制的搜索(寻优)算法,它是模拟自然界中的生命进化机制,在人工系统中实现特定目 标的优化。遗传算法的实质是通过群体搜索技术,根据适者生存的原则逐代进化,最终 得到最优解或准最优解。它必须做以下操作:初始群体的产生、求每一个体的适应度、 根据适者生存的原则选择优良个体、被选出的优良个体两两配对,通过随机交叉其染色 体的基因并随机变异某些染色体的基因后生成下一代群体,按此方法使群体逐代进<zuichibi> 在 2025-11-19 上传 | 大小:2kb | 下载:0
[matlab例程] SAW-filter
说明:关于声表面波的滤波器的实现,MATLAB源代码,有关于频域的图。-On the surface acoustic wave filter implementation, MATLAB source code, on the frequency domain map.<yehehuan> 在 2025-11-19 上传 | 大小:2kb | 下载:1
[matlab例程] SISO_robperf1
说明:该程序分析了SISO(单入单出)系统在具有乘行扰动的情况下的标称性能,鲁棒稳定性及鲁棒性能,具有很好的参考价值。-This code analyzes the nominal performance, robust stability and robust performance of a SISO system with a multiplicative perturbation.<LiangHui> 在 2025-11-19 上传 | 大小:2kb | 下载:0
[matlab例程] trace-code
说明:导航轨迹什么代码,实用性很强,matlab 代码-it is practable<寒江雪> 在 2025-11-19 上传 | 大小:2kb | 下载:0
[matlab例程] CSCS
说明:压缩感知的相关代码 压缩感知 压缩感知-Compressed sensing codeCompressed sensing codeCompressed sensing codeCompressed sensing codeCompressed sensing codeCompressed sensing codeCompressed sensing code<wqrwqrewqrew> 在 2025-11-19 上传 | 大小:2kb | 下载:0
[matlab例程] yasuoganzhi
说明:一个很有用的压缩感知代码。几个有用的压缩感知代码。很有用的压缩感知代码-Compressed sensing codeCompressed sensing codeCompressed sensing codeCompressed sensing codeCompressed sensing codeCompressed sensing code<wqrwqrewqrew> 在 2025-11-19 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Criticalpath
说明:本程序实现了用数据结构中的图形知识编写一个求无循环有向帯权图(即通常所说的AOE网)中从起点到终点所有路径,经分析、比较求出长度最大路径,从而求出关键路径。-This code is used to calculate the every path from the starting piont to the ending piont of an AOE Figure,then carry out the maximum path after analysizing and comparin<郭琼> 在 2025-11-19 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Bitree
说明:本程序的功能是:首先在二叉树的头文件中定义了二叉树的创建、插入、删除、三种遍历方式等,在主程序中则调用头文件来对创建的二叉树实现前序、中序、后续遍历,并打印最后遍历的结果。-The function of this program are: first define several operation of the binary treein the header file , including creating , inserting, deleting, and three trave<郭琼> 在 2025-11-19 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Graph
说明:本程序采用数据结构中提到的Prim算法来求给出的一个图的最小生成树,运行程序之后会显示出最小生成树的起点到每个边节点即构成最小生成树的边,并且会显示出每条边的权值。-The program adopt the frequently used Prim algorithm to generate a minimum spanning tree, when you run the program, it will show the edge of the minimum spanning tree<郭琼> 在 2025-11-19 上传 | 大小:2kb | 下载:0