搜索资源列表
Metaparllel
- 串行程序并行化软件 它提供给程序员一个图形化的交互界面,首先由程序员选择并行算法,然后通过配置向导对所选择的并行算法进行定制,生成配置文件,然后参照配置文件自动生成并行程序的框架代码,并将程序员提供的元任务的串行代码嵌入到框架代码中,最后生成并行程序-software programmers to provide an interactive graphical interface, the first programmer to choose from parallel algorithm
数据结构综合1
- 数据结构课程学习过程中的一些算法,例子,相信对大家的学习很有帮助-data structure courses learning process of some algorithm, for example, we believe that the right learning helpful
普利姆最小生成树
- 用普利姆算法实现最小生成树,简单的排序算法。对学习很有帮助-with minimum spanning tree algorithm, a simple algorithm. The study helpful
最近点对问题,分别用蛮力法和分治法进行了求解
- 最近点对问题,分别用蛮力法和分治法进行了求解,算法已经做过优化-Nearest point on the issue, respectively, and with brute force method for solving divide and conquer algorithm optimization has been done
Astarfindpath
- 用A star算法来解决寻路问题,程序简单易实现。给定几种不同的地图进行验证,得到较优的路径-A star algorithm used to solve the routing problem, the procedure is simple and easy to achieve. Given several different maps to verify the path to be better
GA1E1
- 用K均值和遗传算法实现了半监督聚类算法,这是个一个已经发表的论文的源程序-Using K-means and genetic algorithm to achieve a semi-supervised clustering algorithm, this is a paper published source
NeHe_OpenGL_Collision-algorithm
- 碰撞检测经典算法,希望对大家研究碰撞检测有所帮助!-Classical collision detection algorithm, we want to study collision detection help!
Binary-search-algorithm
- 二分查找算法,vc6.0编写,控制台程序-Binary search algorithm, vc6.0 writing, the console program
qsort
- 能够实现数据的快速排序,非常高效,C++语言表述。nlogn复杂度-quick sort algorithm,with C++ language
ant-algorithm
- 蚁群算法求解TSP问题应用实例,在matlab里实现。-The ant colony algorithm for TSP application instance, in Matlab years.
metropolitan-algorithm
- 模拟退火算法求解TSP问题实例,在matlab中的实现。-Simulated annealing algorithm for TSP instances in matlab achieve.
A-algorithm
- 该程序利用人工智能中的A算法实现了对九宫格的搜索,是一种搜索算法的C++程序-the search of sudoku using A algorithm
KMP-Algorithm
- KMP算法的一个简单实现,稍加更改即可应用在其他程序中。-A program of realizing the KMP algorithm, can be easily adopted in any other programs with small modification.
algorithm-CPP
- 数据结构面试常考算法,C++实现 包含数组、字符串、链表、二叉树、排序-Interview data structures algorithm, C++ contain arrays, strings, linked lists, binary trees, sorting
genetic-algorithm-MATLAB_AGA
- 用MATLAB 编写遗传算法是很常用的,在多种情况下可以应用到遗传算法,这是用matlab编写的遗传算法源代码-Genetic algorithms using MATLAB is very common, in many cases can be applied to the genetic algorithm, which is using matlab genetic algorithm source code
QM-algorithm
- 本算法要求输入一最小项和无关项的待化简表达式,通过QM算法处理输出化简后的结果。-The algorithm requires a minimum input items and do not care to be simplified expression through QM simplified algorithm results after processing output.
Euclidean-algorithm
- 实现欧几里算法和扩展欧几里算法,通过读取CPU的定时器,比较算法效率-Achieve Euclidean algorithm and extended Euclidean algorithm, by reading the CPU timers, comparison algorithm efficiency
classical-algorithm-on-C
- C语言基本算法,包括数据结构与基本算法总结。-C language basic algorithms, including summary data structures and basic algorithms.
The-cube-texture-mapping-algorithm
- 运用OpenGL,生成一个正方体的纹理映射,映射的图形为棋盘形式,并且包含有动画功能-Use OpenGL, generate a cube texture mapping, mapping form a checkerboard pattern, and contains animated feature
Routing-algorithm
- 程序向导生成的 VC++ 项目的主项目文件,其中包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。-Application wizard generated VC++ project the main project file version information which contains the document to generate Visual C++, and the use of application wizard
