银行家算法,操作系统中最经典的算法之一银行家算法,操作系统中最经典的算法之一,银行家算法,操作系统中最经典的算法之一,银行家算法,操作系统中最经典的算法之一,,
上传时间: 2014-08-29
上传用户:SimonQQ
算法导论中文版,算法学习的经典教材,系统的介绍了各类算法
标签: 算法
上传时间: 2016-07-23
上传用户:wxhwjf
1.有三根杆子A,B,C。A杆上有若干碟子 2.每次移动一块碟子,小的只能叠在大的上面 3.把所有碟子从A杆全部移到C杆上 经过研究发现,汉诺塔的破解很简单,就是按照移动规则向一个方向移动金片: 如3阶汉诺塔的移动:A→C,A→B,C→B,A→C,B→A,B→C,A→C 此外,汉诺塔问题也是程序设计中的经典递归问题
上传时间: 2016-07-25
上传用户:gxrui1991
图像的智能算法,包括神经算法、动态K均值、欧士距离、卷积、几何距离等演示。
上传时间: 2016-07-26
上传用户:fhzm5658
关于分算的智能算法演示,包括样品训练、模板匹配算法,二值Bayes分类,概率Bayes分类,最小风险Bayes分类,Fisher算法,奖惩算法,增量校正算法,LMSE算法,势函数算法,神经网络算法(包括训练,比较及识别)等。
上传时间: 2014-11-26
上传用户:stewart·
快速排序算法,二分排序算法的完全实现 时间复杂度只有log(N)
上传时间: 2013-12-25
上传用户:zhengzg
md5加密算法, md5加密算法,md5加密算法
上传时间: 2014-01-09
上传用户:lacsx
此代码是LDPC码进行BP算法的重要参考代码,价值很高!并且可以进行BP的改进算法min-sum BP算法的改进工作!参考的价值不错
上传时间: 2014-01-09
上传用户:bibirnovis
此代码是LDPC码进行BP算法的重要参考代码,价值很高!并且可以进行BP的改进算法min-sum BP算法的改进工作!参考的价值不错!!信道的源码!
上传时间: 2014-01-10
上传用户:luopoguixiong
非常好的优化算法的书,详细介绍了蚁群算法和粒子群算法以及相关的matlab工具箱,讲了理论和应用给出了工具箱的下载地址。 Swarm intelligence is an innovative computational way to solve hard problems. In particular, particle swarm optimization, also commonly known as PSO, mimics the behavior of a swarm of insects or a school of fish. If one of the particle discovers a good path to food the rest of the swarm will be able to follow instantly even if they are far away in the swarm. Swarm behavior is modeled by particles in multidimensional space that have two characteristics: a position and a velocity. These particles wander around the hyperspace and remember the best position that they have discovered. They communicate good positions to each other and adjust their own position and velocity based on these good positions.
标签: 优化算法
上传时间: 2014-01-26
上传用户:zgu489