搜索资源列表
dpso_ccpzgf
- 二维二进制离散粒子群求解agent联盟问题的源代码,按c键迭代开始执行-two-dimensional discrete binary PSO Union agent for the source code, according to c Key iteration started
encrypt_de
- This code is a cipher which takes in a plaintext or ciphertext string and encrypts / decrypts according to a user defined key value. -This code is a cipher which takes in a plaint ext or ciphertext string and encrypts / decrypt 's according to
Substituter.java
- 代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系,不断用A中的字母去替换B中的字母,搜索不成功时就回退,在这里回朔是一个关键。 -generation into a
youxi
- 人工智能学习理论性太强,关键还不知道学了干什么用,怎么去用。这里对经典的九宫问题,用形象的实例进行演示。里面是源代码-Artificial Intelligence Learning Theory too, learn the key do not know what to use, how to use. Nine-palace here on the classic problem, with the image of demonstration examples. There is sou
Theprogram
- 摘要:介绍了一种在C 语言应用程序中调用MATLAB 资源设计模糊控制应用程序的方法。即利用Matlab Fuzzy Logic 工 具箱中的独立C 代码模糊推理引擎函数库,在C 语言应用程序中,调用Matlab Fuzzy Logic 工具箱建立的模糊推理系统数 据文件( 3 . fis) , 从而得到能独立运行的C 语言模糊控制应用程序。 关键词:MATLAB 模糊逻辑工具箱 独立C 代码模糊推理引擎 模糊控制应用程序 中图分类号: TP273 : TP391 文献标识码:
20091010173227917antisearch
- 一个反碰撞算法源码,分析了算法的关键问题,确定了算法策略,进行了算法设计-An anti-collision algorithm source code, analyzes the key issues of the algorithm to determine the algorithm strategy, the algorithm design
particle-filtering
- 粒子滤波算法进行视频跟踪,算法的核心代码是用C++编的,希望对大家有帮助。-particle filtering for video tracking, the key code is written by C++, hope it is useful.
Neuron-model-code
- 模拟人类实际神经网络的数学方法问世以来,人们已慢慢习惯了把这种人工神经网络直接称为神经网络。神经网络在系统辨识、模式识别、智能控制等领域有着广泛而吸引人的前景,特别在智能控制中,人们对神经网络的自学习功能尤其感兴趣,并且把神经网络这一重要特点看作是解决自动控制中控制器适应能力这个难题的关键钥匙之一。 -Since the actual neural network simulation of human mathematical methods available, it has grad
CNN
- 整理的有关卷积神经网络的介绍,算法原理,和一些关键代码(The introduction of convolutional neural network, algorithm principle, and some key code)