搜索资源列表
CalCulateCodeLine
- 这个是代码统计器,里面的算法是外国人做的,我做的只是对其中进行了修改,比如可以一次性选择多个文件等等,写的更通俗一点,便于大家观看,具有比较强的实用性,值的一下!相信对大家有用的-this is code for statistics, which the algorithm is a foreigner to do, I just do them the right to amend, For example, one-time can select multiple documents, e
北京公交线路选择问题
- 北京公交线路选择问题 功能完全实现的工交算法,但是速度不快
sort-mpi
- * 算法描述: 分段 -> 段内排序 -> 归约结果。 * 1,根进程读取输入,将元素个数广播给各个进程。 * 2,然后各进程计算段长度和段偏移。 * 3,然后根进程选择第一个段,标记站位符。 * 4,跟进程将剩余元素发送给下一进程,下一进程选择段的同时,根进程排序。 * 5,下一进程继续此过程,直到最后一个进程,所有元素都进行排序。 * 6,进程将排序好的元素,按照段偏移归约给根进程。 * 7,根进程输入结果。 *
GA
- 遗传算法通过源代码 选择交叉编译 有较好的收敛性-Genetic selection through cross-compile the source code has a better convergence
AKL
- 使用DCOM和VC++6.0编程实现了AKL并行K选择算法!带有详细的注释!非常详细可直接运行和测试。-Using DCOM and VC++6.0 K parallel programming selection algorithm of the AKL! With detailed notes! Very detailed and the test can be run directly.
LUwithOpenMP
- 用OpenMP实现的LU矩阵分解算法,选择了合适的并行颗粒度,速度快。-LU decomposition with OpenMP
Differential-evolution-algorithm
- 两目标函数差分进化算法带罚函数算例,罚函数写在目标函数包括交叉、竞争、选择等-Differential evolution algorithm
DeJong
- 遗传算法程序测试De Jong函数;选择方法:最优保存、轮盘赌选择、改进最佳保留;动态或静态变异;量子遗传算法测试PFH函数;运用到量子遗传算法的交叉、变异等操作。-De Jong genetic algorithm program test function selection methods: elitist, roulette selection, the best retention improvement dynamic or static variation quantum g
BEZIER
- 一个完成第k小问题的选择算法,可以实现,而且有三个项目-Completion of a small problem of the k selection algorithm can be achieved, and there are three items
Untitled2
- 利用遗传算法的选择、交叉、变异功能来解决一元函数求最优值问题-The use of genetic algorithm selection, crossover and mutation function to solve a problem of the optimal value function uation dollar
duoyuanhanshuyouhua
- 利用遗传算法的选择、交叉、变异功能来解决多元函数求最优值问题-The use of genetic algorithm selection, crossover and mutation function to solve the problem of the optimal value of variable function
duoyuandanfenghanshuyouhua
- 利用遗传算法的选择、交叉、变异功能来解决多元单峰函数求最优值问题-The use of genetic algorithm selection, crossover and mutation function to solve the multi-function uation unimodal optimal value problem
Untitled3
- 利用遗传算法的选择、交叉、变异功能来求解De Jong函数优化问题-The use of genetic algorithm selection, crossover and mutation function to solve the function optimization problem De Jong
cutou
- 无线传感器的分簇算法。多轮选择簇头,簇内多跳-Wireless sensor clustering algorithm. Several rounds of cluster head selection
并行计算导论(原书第2版) 清晰PDF
- 并行计算导论系统介绍涉及并行计算的体系结构、编程范例、算法与应用和标准等。覆盖了并行计算领域的传统问题,并且尽可能地采用与底层平台无关的体系结构和针对抽象模型来设计算法。书中选择MPI(Message Passing Interface)、POSIX线程和OpenMP这三个应用*广泛的编写可移植并行程序的标准作为编程模型,并在不同例子中反映了并行计算的不断变化的应用组合。(ntroduction to Parallel Computing System introduces the archit