搜索资源列表
l2007425234648
- 这是一道很基本的程序,一方面希望它对初学遗传算法的兄弟们有用(包含了遗传算法实现的大部分步骤,而且有详细的注释),另一方面旨在抛砖引玉, 在下浅见: 1、遗传算法在进行大规模计算时,数据交换量大,速度确实是一个瓶颈,就如这道程序,在种群规模50,进化代数1000时运行需要40秒左右(cpu:duron 1G),当然,小弟编程能力弱,望各位大侠指教啊,或帮我修改一下这道程序 -This is a very basic procedure, While they want it begi
quicksort
- This code is an MPI version of the sorting algorithm QuickSort in c++. The partitioning step is meda sequantially, but the split and merge steps are made using Send and Recieve methods.
Source
- 一个自己写的Hadoop MapReduce实例源码,网上看到不少网友在学习MapReduce编程,但是除了wordcount范例外实例比较少,故上传自己的一个。包含完整实例源码,编译配置文件,测试数据,可执行jar文件,执行脚本及操作步骤。学习完此例子后,你能掌握MapReduce基础编程,及如何编译Java文件,打包jar文件,编写shell执行脚本等。后续学习还可以参看本人的CSDN博客,如有问题也可以在线为你解答,不过本人也学习Hadoop不足一年,现学现卖而已,也可能力不能及,有些难的
huisufa01beibao
- 算法框架: a.. 问题的解空间:应用回溯法解问题时,首先应明确定义问题的解空间。问题的解空间应到少包含问题的一个(最优)解。 b. 回溯法的基本思想:确定了解空间的组织结构后,回溯法就从开始结点(根结点)出发,以深度优先的方式搜索整个解空间。这个开始结点就成为一个活结点,同时也成为当前的扩展结点。在当前的扩展结点处,搜索向纵深方向移至一个新结点。这个新结点就成为一个新的活结点,并成为当前扩展结点。如果在当前的扩展结点处不能再向纵深方向移动,则当前扩展结点就成为死结点。换句话说,
matlab_algorithms
- 首先总结FDTD算法中的两种典型边界条件的算法特点,然后提出用Matlab语言编程的步骤和应注意的问题,并结合具体例子讲解编程的方法,最后得出用Matlab语言对FDTD算法编程的几点结论-FDTD algorithm is summarized in the first two typical boundary conditions of the algorithm characteristics, and proposed using Matlab programming steps and
grover_min
- 用GROVER搜无序数据库中的任一个数,把该数找出来,即找出该数在数据库中的下标。由于量子并行性计算的特点,精度高,迭代步数少-GROVER search disorderly database in any of a number, the number to find out, that is, to find out the subscr ipt of the number in the database. Due to the characteristics of quantum par
CUDA_Experiment
- CUDA入门实验,Windows操作系统和Linux下的入门程序,有详细步骤介绍,适合初学GPU下编程的开发人员-CUDA entry experiment, the Windows operating system and Linux entry procedures, detailed steps, suitable for novice developers of GPU programming under
Configuration-MPICH2-under-cvf6.5
- Compaq Visual Fortran6.5环境下配置MPICH2,包含了详细步骤。-The Compaq Visual Fortran6.5 environment configuration MPICH2, contains detailed steps.
parallel.tar
- jacobi迭代的串行优化,实现了在一级和二级cache上的优化。优化分为若干步骤。-jacobi iterative serial optimized to achieve the optimization of the primary and secondary cache. Optimization is divided into several steps.
3-d-Fourier
- Fourier 谱方法数值求解动力学方程 组,可得到不同时间步下微观结构的演化-Fourier spectral method numerical solution of kinetic equations Group, evolution can be obtained under different time steps microstructure
Flyback Transformer
- 详细介绍了反激变压器的设计步骤,通俗易懂(The design steps of flyback transformer are introduced in detail, which is easy to understand)