资源列表

« 1 2 ... .66 .67 .68 .69 .70 2771.72 .73 .74 .75 .76 ... 28522 »

[matlab例程0-1programming

说明:0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。另:胡运权所著的《运筹学基础及应用(第三版)》第97页的例3,我用本程序求解得到的结果是:最优解是x*=(1,0, 0, 0, 0),最优值是f(x*)=8,但书求得最优解是x*=(1,0, 1, 0, 0),最优值是f(x*)=4,是不是书中写错
<wan> 在 2025-07-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法PXHS

说明:一个彩票程序排列的原代码! 有兴趣的朋友可以试一试!-a lottery process with the original code! Interested friends can try!
<> 在 2025-07-19 上传 | 大小:2kb | 下载:0

[数据结构常用算法SJHS

说明:一个彩票选号的随即函数值! 其实,很简单,大家看以下!-a lottery Dip the function immediately! In fact, very simple, we look at the following!
<> 在 2025-07-19 上传 | 大小:5kb | 下载:0

[matlab例程acdc

说明:联合对角化方法,用于对多个矩阵同时进行联合对角化,主要用处是盲源分离。-joint diagonalization method for the same time on a number of joint matrix diagonalization, the main use is Blind Source Separation.
<马明> 在 2025-07-19 上传 | 大小:12kb | 下载:0

[matlab例程ica_ng

说明:自己编的,基于自然梯度的盲源分离算法,如果想对自然梯度有所了解,可以参考Amari的经典文章。网络上一搜就行。-own series, based on the natural gradient algorithm blind source separation, if you want to understand the natural gradient. Amari can refer to the classic article. Networks found on a trip.
<马明> 在 2025-07-19 上传 | 大小:1kb | 下载:0

[matlab例程FastICA_25

说明:著名的FastICA 算法,最新版本,修改了以前的Bug.-famous Fast algorithm, the latest version, which amended the previous Bug.
<马明> 在 2025-07-19 上传 | 大小:42kb | 下载:0

[matlab例程muatual_information_ICA

说明:互信息盲源分离,这基于这么一个事实,混合信号的互信息最小时,意味着信号独立。可以参考有关书籍。在google里面,搜索mutual information blind source separation.即可搜到文章。-mutual information Blind Source Separation, such a fact-based, mixed-signal information in the most hours of each other, mean signal indepen
<马明> 在 2025-07-19 上传 | 大小:342kb | 下载:0

[数据结构常用算法2006562133697531

说明:一个数据结构的实验报告的小程序.用c++写的.-a data structure of the small experimental procedures. Using c writes.
<jeff> 在 2025-07-19 上传 | 大小:21kb | 下载:0

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

说明:国外网站上的svm源码,希望对大家有帮助-abroad on the website svm source, and I hope to be helpful
<张欣> 在 2025-07-19 上传 | 大小:26kb | 下载:0

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

说明:关于模糊模式识别的最新研究,很有用的资料。-fuzzy pattern recognition on the latest research and useful information.
<张欣> 在 2025-07-19 上传 | 大小:396kb | 下载:0

[STLModernC++SourceCode-loki-CVS20030313

说明:c++程序设计新思维里面的源码,loki -c++ program design of the new thinking inside the source code loki
<郭少枫> 在 2025-07-19 上传 | 大小:262kb | 下载:0

[压缩解压compress_libwavelet

说明:linux系统下实现数据压缩的小波方法,以能量保持率作为标准进行压缩处理。-under the wavelet data compression methods to maintain the rate of energy as a standard compressed.
<周瑞> 在 2025-07-19 上传 | 大小:8kb | 下载:0
« 1 2 ... .66 .67 .68 .69 .70 2771.72 .73 .74 .75 .76 ... 28522 »

源码中国 www.ymcn.org