资源列表
GA-BP
- 算法基本要素: 1.染色体编码方法 2.适应度函数 3.遗传操作—-(选择、交叉、变异) 4.运行参数—(参数:群体大小M、遗传代数G、交叉概率Pc和变异概率Pm)(Basic elements of algorithm: 1. chromosome coding method 2. fitness function 3. - the genetic operation (selection, crossover and mutation) 4. operating pa
problem
- 背景 例如,包装为26盎司的Morton牌碘化盐所用条码下的数字是: 0 24600 01003 0 下面是一种计算校验位的方法:首先把第一位、第三位、第五位、第七位、第九位和第十一位数字相加。然后把第二位、第四位、第六位、第八位和第十位数字相加。接着把第一次加法结果乘以3后再加上第二次加法的结果。随后,再把上述结果减去1。减法后的结果除以10取余数。最后,用9减去上一步骤中得到的余数。现在以Morton碘盐为例,第一组数字的加法是0+4+0+0+0+3=7,而第二组数字的加法是2+6+0
yiqunsuanfa
- 利用蚁群算法实现优化旅行商问题,一定可以运行(The use of ant colony algorithm to optimize the traveling salesman problem, will be able to run)
HM-15.0-dev
- HM-15.0 HEVC平台,主要用于高清视频的压缩编码 联合开发(HM-15.0 HEVC platform, mainly used for high definition video compression coding joint development)
align_figure
- Yonggyu Han, S.Korea
Iloop
- 实现了电流滞环控制,开关频率不定,实现了及时跟踪(The hysteresis current control is realized, and the switching frequency is indefinite, so that the tracking is realized in time)
PSO
- 运用的粒子群算法解决TSP问题,迭代次数1000次,效果较好(The use of particle swarm algorithm to solve the TSP problem, the number of iterations 1000 times better)
DSP
- laboratorios DSP terminados, algunos temas por resolver
scipy-1.0.0-cp27-none-win32.whl
- for python2.7 用于计算机深度学习,被sklearn依赖(For computer deep learning, is sklearn dependent)
PA=LU
- 矩阵的PA=LU分解,科学计算(数值分析),矩阵维数可以自由选择(Matrix PA=LU decomposition, scientific computing (numerical analysis), the matrix dimension can be freely selected)
Dial generation tool
- alibaba va 40 ten cuop
STL
- 源码之前了无秘密,你将看到vector的实现、list的实现、heap的实现、deque的实现、Red Black tree的实现、hash table的实现、set/map的实现;你将看到各种算法(排序、查找、排列组合、数据移动与复制技术)的实现;你甚至能够看到底层的memory pook和高阶抽象的traits机制的实现。(Before the secret source code, you will see the vector implementation, list implement