搜索资源列表
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
GA_fitting
- 此代码是本人写的用遗传算法拟合MIMO系统TF模型参数,通过例子说明算法的有效性。-This code is written, I fit MIMO systems using genetic algorithms TF model parameters, through the examples of the algorithm.
Auto-program-of-robots
- 基于G代码的工业机器人的自动编程,关于G代码的实现-Automatic programming of industrial robots based on the G-code
BPNETWORK
- 本代码实现了BP神经网络,仿真了整个神经网络的训练过程,是一个高效实用的代码值得下载实用。-允许输入拉丁字符的拼音请键入文字或网站地址,或者上传文档。 取消 Běn dàimǎ shíxiànle BP shénjīng wǎngluò, fǎngzhēnle zhěnggè shénjīng wǎngluò de xùnliàn guòchéng, shì yīgè gāoxiào shíyòng de dàimǎ zhídé xiàzài shíyòng.英语中文(简体)日语Alph
SA
- 模拟退火算法的代码以及使用模拟退火法寻优SVM中的参数c和g(The code of simulated annealing algorithm and the use of simulated annealing to optimize the parameters c and G in SVM)