搜索资源列表
TripleDes算法de实现
- 之前,我在一个项目开发过程中,涉及到了TripleDes的算法,在实现过程中,我也参考了论坛现有的关于3DES的代码,发现大部分的代码在算法的实现上不够严谨,或者小有偏差,特别是对3DES的两种模式:ECB,CBC都罕有涉及。此版本提供的TripleDes可以实现3DES在两种模式下的2key/3key的加、解密。在速度优化和内存控制上都做了优化。
Deinterlace120src
- 视频后处理算法deinterlace的实现,封装为directshow Filter的形式,对于视频显示质量有很好的提高.-Deinterlace video post-processing algorithms to achieve directshow Filter package for the form of video display quality for a very good improvement.
AntSim1_1
- 蚂蚁算法的一个场景演示,里面可以设置不同的场景还有抑素的挥发设置等。-An ant algorithm demo scene, which can set up different scenes there are the volatile settings, such as endostatin.
Test
- de算法的普通模式和演进模式,很好的代买-Normal mode de algorithm and evolution models, good to buy the
DE
- 差分演花算法,基本程序。差分演化算法是一种快 速的演化算法, 它采用实数编码, 并利用个体间的差分信息 来指导新产生个体的搜索.-Differential speech spend algorithm, the basic procedures. Differential evolution algorithm is a fast evolutionary algorithm, which uses real-coded differential between the individual i
De-noising
- 一种利用小波变换的算法,实现对图像的去噪。-A method of wavelet transform algorithm, to achieve image denoising.
TDOA-location-paper
- 哈尔滨工程大学word格式论文,基于差分演进算法的TDOA定位技术。提出了三种新的定位算法:基于TDOA的Chan-GA算法、Chan-DE算法和Chan-IDE算法。并在相同的仿真环境下进行比较,仿真结果表明,在保证种群数量的情况下,所提的算法性能稳定,能找到逼近全局最优点的解,相对于Chan算法精度更高,相对于以前的算法在保证收敛性能的前提下有更快的收敛速度。-Harbin Engineering University, word format papers, based on differ
DE
- 差分进化算法是遗传算法的一种,该段代码实现该算法功能,简单易懂-Differential evolution algorithm is a genetic algorithm, the function of the code implementing the algorithm is simple and easy to understand
DE-demo
- 微分进化算法是一种非常重要的参数寻有选择算法,可以有效的选择一些控制算法参数。-The differential evolution algorithm to search the global optimal solution of the stochastic optimization algorithm is an analog of the natural biological evolution. Because the differential evolution
DE
- 使用差分进化算法对系统函数进行优化,使得系统指标最小(The differential evolution algorithm is used to optimize the system function, which makes the system index minimum)
DE
- 差分进化算法,利用这个文档对差分进化算法进行简单的学习,并且实现简单的创新与改进。(Differential evolution algorithm, using this document for differential evolution algorithm for simple learning, and to achieve a simple innovation and improvement.)
DE
- 差分进化算法matlab代码,有详细说明,可更改(differential evolution algorithm code with substantial explanation, which is changeable)
混合CS算法的DE算法
- 混合CS(布谷鸟搜索)算法的DE(差分进化)算法(DE (differential evolution) algorithm for hybrid CS (cuckoo search) algorithm)
DE
- 实现差分进化算法程序,比较简单,希望有所帮助(Differential evolution algorithm program)
DE
- 差分进化算法(Differential Evolution, DE)是一种基于群体差异的启发式随机搜索算法,该算法是由R.Storn和K.Price为求解Chebyshev多项式而提出的。DE算法也属于智能优化算法,与前面的启发式算法,如ABC,PSO等(DE optimization algorithm)
DE
- 改进的de算法,可以调用外部函数,对变量可以有所约束(improved DE algorithm The external function can be called, which can be restricted to the variable)
QKP2
- 使用DE算法求解二次背包问题,采用了动态排序的方法(DE algorithm is used to solve the two knapsack problem. Dynamic sorting method is adopted.)
QKP1
- 基于DE算法利用静态排序算法求解二次背包问题(DE algorithm based on static sorting algorithm to solve two knapsack problem.)
QKP
- 用遗传算法DE算法求解数值优化问题,实现了一个函数(Solving numerical optimization problems with DE algorithm)
DE-ANN
- 本程序用差分进化算法来优化神经网络,克服局部最优,使得全局最优,亲测可用(This program uses differential evolution algorithm to optimize neural network, overcome local optimum, make global optimum and pro-test available.)