资源列表

« 1 2 ... .51 .52 .53 .54 .55 17556.57 .58 .59 .60 .61 ... 28522 »

[数据结构常用算法fenzhijiexianfa

说明:分支界限法是由“分支”和“界限”策略两个部分组成,其中“分支”策略是对问题空间按照广度优先的策略进行搜索;“限界”策略是为了加速搜索速度而采用启发信息剪枝的策略。 使用分支限界法来解决单源最短路径问题时主要利用结点控制关系剪枝,在一般情况下,如果解空间树中以结点Y为根的子树中所含的解优于以结点X为根的子树中所含的解,则结点Y控制了结点X,以被控制的结点X为根的子树可以剪去。算法实现时,使用邻接矩阵表示图,二维数组存储图的邻接矩阵,使用数组记录源到各顶点的距离和路径上的前驱顶点。 -Br
<ss> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[数值算法/人工智能hht

说明:本程序实现损伤监测前期工作中的特征参数提取 对响应信号进行hht 变换 为损伤识别提供输入矩阵-This application implements damage characteristic parameters of monitoring prophase work extraction Response signals to provide for damage identification HHT transform input matrix
<朱程燕> 在 2025-06-23 上传 | 大小:1kb | 下载:1

[matlab例程matlab

说明:排队论,对策论的一些源码,可以运用此源码解决一些问题哦!-Queuing theory, game theory and some of the source, this source can be used to solve some problems Oh!
<师克> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Dp

说明:利用动态规划知识: 从三角形顶部到底部路径和最大-Dynamic programming knowledge: the path from the Ministry of the triangle at the top in the end and the largest
<肖乐> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[matlab例程analyse-of-systems

说明:使用matlab编写的图形用户界面(GUI),用于测试自动控制中连续系统和离散系统的各项性能,比较基础。-Prepared using matlab graphical user interface (GUI), used to test the automatic control of continuous systems and discrete systems of the performance basis for comparison.
<高菲> 在 2025-06-23 上传 | 大小:4kb | 下载:0

[matlab例程qiugen

说明:按照光波导理论书上面编写的。很值得一看啊-In accordance with the waveguide theory books written above. Ah well worth a visit
<邹辉> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[matlab例程ACStsp

说明:以31个城市的旅行商问题为例,通过编程实现蚁群算法的TSP问题求解。-using ant colony algorithm to solve the problem of the TSP
<李海霞> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[matlab例程Huffman

说明:实现哈夫曼编码的matlab程序,可用于图像压缩处理,还可以计算出压缩率。-Matlab program to achieve Huffman coding can be used for image compression, the compression ratio can be calculated.
<高菲> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[matlab例程Four_criterium

说明:Packet provides statistical analyse.
<Lev> 在 2025-06-23 上传 | 大小:15kb | 下载:0

[matlab例程matlab

说明:matlab的学习方法 十分简单 十分有用-matlab very simple way to learn useful
<刘通> 在 2025-06-23 上传 | 大小:6.39mb | 下载:0

[人工智能/神经网络/遗传算法BeiBao

说明:遗传算法解决背包问题,代码功力深厚。 更个王振的东西。很好-Genetic algorithm to solve knapsack problem, the code profound skill.
<李小兵> 在 2025-06-23 上传 | 大小:28kb | 下载:0

[人工智能/神经网络/遗传算法yichuansuanfawodezuiai-

说明:遗传算法解决背包问题,代码功力深厚。 更个王振的东西。很好-Genetic algorithm to solve knapsack problem, the code profound skill.
<李小兵> 在 2025-06-23 上传 | 大小:2kb | 下载:0
« 1 2 ... .51 .52 .53 .54 .55 17556.57 .58 .59 .60 .61 ... 28522 »

源码中国 www.ymcn.org