资源列表

« 1 2 ... .80 .81 .82 .83 .84 22385.86 .87 .88 .89 .90 ... 28523 »

[数据结构常用算法flower-tree

说明:所谓的带花树算法就是,把整个圈缩成一个点,Edmonds称这个超级点为“花”,就是说,原圈里的所有点都作为外点,然后继续搜索。再之后的过程中,已经被缩的点还可能被嵌套地收缩。 当我们找到一条增广路之后,还要把路上的“花”展开。 总之,带花树的算法思想就是缩点-继续找增广路-找到之后把花展开。 这个算法的思想并不难理解、难的是实现。 -The algorithm is called with trees and flowers, the whole circle shrunk t
<蓝星超> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[数据结构常用算法km

说明:Kuhn-Munkers算法的几种变形应用 1.Kuhn-Munkers算法是求最大权完备匹配,如果要求最小权完备匹配怎么办?方法很简单,只需将所有的边权值取其相反数,求最大权完备匹配,匹配的值再取相反数即可。 2.Kuhn-Munkers算法的运行要求是必须存在一个完备匹配,如果求一个最大权匹配(不一定完备)该如何办?依然很简单,把不存在的边权值赋为0。 3.Kuhn-Munkers算法求得的最大权匹配是边权值和最大,如果我想要边权之积最大,又怎样转化?还是不难办到,每条
<蓝星超> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法MOEA-NSGA-II

说明:NSGA算法是遗传算法在多目标优化上的实现,NSGA-2则是NSGA算法的改进算法,该程序包能实现NSGA-2的多目标优化-NSGA algorithm is a genetic algorithm on a multi-objective optimization, NSGA-2 is the improved algorithm NSGA algorithm, the package can achieve multi-objective optimization NSGA-2
<徐清瑶> 在 2025-11-22 上传 | 大小:383kb | 下载:0

[matlab例程YALMIP

说明:YALMIP工具箱,内含各种函数,可用来求解部分线性规划,非线性规划,及混合规划的matlab工具箱。-YALMIP toolbox, containing a variety of functions that can be used to solve part of the linear programming, nonlinear programming, and mixed planning matlab toolbox.
<王银雪> 在 2025-11-22 上传 | 大小:936kb | 下载:0

[数学计算/工程计算sha.tar

说明:一个不依赖其它任何安全库的SHA1算法的实现,并且有三种调用方式,其中部分源码含有注释,本代码已被我用到金融方面的应用中。-ON划词翻译ON实时翻译 SHA1 algorithm to achieve a does not depend on any other security , and there are three kinds of call mode, part of source code contains the notes, this code has been use
<田元江> 在 2025-11-22 上传 | 大小:3kb | 下载:0

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

说明:针对滚动轴承全寿命周期试验数据,采用滑动平均法对原始信号平滑后求其时域特征图,可用于轴承性能退化评估的研究-Experimental data for the entire life cycle of rolling bearings, using the moving average method to study after the original time-domain signal smoothing seeking the feature map, can be used for b
<徐清瑶> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[数学计算/工程计算rsa.tar

说明:不依赖其它任何加密库实现的RSA算法,顺带还实现了大数之间的计算算法,源码有注释。该源码已被我应用到了金融的应用中。-ON划词翻译ON实时翻译 The RSA algorithm does not rely on any other encryption library, incidentally, also realizes the calculation algorithm of large between the number of source notes. The sourc
<田元江> 在 2025-11-22 上传 | 大小:7kb | 下载:0

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

说明:读取轴承全寿命周期中的每组数据,并对其进行多域特征提取,包括时域和频域特征提取,用于轴承性能退化评估的研究很有用,自己亲手调试成功-Read bearing the full life cycle of each set of data, and extract its multi-domain characteristics, including time domain and frequency domain feature extraction for bearing performanc
<徐清瑶> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[数学计算/工程计算gaijin6

说明:二维变系数分数阶偏微分方程有限差分格式,拥有周期边界条件,和零初始条件-finite difference scheme for two-D fractional PDE
<Ally> 在 2025-11-22 上传 | 大小:5kb | 下载:0

[matlab例程motaifenxi_1

说明:结构的时域结果转成频域结果的有效程序,对于试验数据可以有效处理-The results of the time-domain structure transformed into the frequency domain result of effective procedures for test data can be effectively addressed
<岩儿> 在 2025-11-22 上传 | 大小:1kb | 下载:0

[matlab例程motaifenxi_2

说明:结构的频域结果处理的有效程序,对于试验数据可以有效处理-Effective procedures result in the frequency domain processing structure for the test data can be effectively addressed
<岩儿> 在 2025-11-22 上传 | 大小:2kb | 下载:0

[matlab例程motaifenxi_3

说明:试验数据处理的有效程序,对于模态分析很有效-Valid test data processing program, is very effective for modal analysis
<岩儿> 在 2025-11-22 上传 | 大小:1kb | 下载:0
« 1 2 ... .80 .81 .82 .83 .84 22385.86 .87 .88 .89 .90 ... 28523 »

源码中国 www.ymcn.org