资源列表
utility.h
- c++常用的类包,包含c++数据结构主要的算法实现,所有代码以头文件的形式存放,很实用,很方便-the package of the most useful and utility class of c++
Taguchi-genetic_algorithm.rar
- Hybrid Taguchi-genetic algorithm for global numerical optimization ,Hybrid Taguchi-genetic algorithm for global numerical optimization
Setup_JLinkARM_V408i
- 很好的排序算法哦,下吧,真的蛮好,我花了一天写的-It very good!download no hesitate
A_tutorial_on_kd_trees
- 一篇介绍k-d tree的入门文章,对图像对准方面的研究人员是很好的参考!-An introductory article describes kd tree for image alignment of researchers is a good reference!
Blizzard
- 雪花按照列的顺序排列,逐渐出现,中断后出现“here comes the bllizzard”-Snow in accordance with the column order, the gradual emergence of
Dijkstra
- Dijkstra算法的研究对象是赋权有向图(图用加权矩阵表示)的单源最短路径问题。可以求出任意节点到其他所有节点的最短距离。-The research object is the Dijkstra algorithm of weighted directed graph ( graph with weighted matrix) of single source shortest path problem. Can be obtained any node to all other nodes
t1
- 选址问题 给定n个村庄之间的交通图。若村庄i和j之间有路可通,则i和j用边连接,边上的权值Wij表示这条道路的长度。现打算在这n个村庄中选定一个村庄建一所医院。编写如下算法: (1) 求出该医院应建在哪个村庄,才能使距离医院最远的村庄到医院的路程最短。 (2) 求出该医院应建在哪个村庄,能使其它所有村庄到医院的路径总和最短。 -failed to translate
输入三个整数x,y,z,请把这三个数由小到大输出
- p1_1.txt 程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换, 然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小。
容量计算V1.1
- 容量计算V1.1.rar
最优化的一系列算法
- 最优化的一系列算法.rar
生产者--消费者问题例程
- 02.生产者--消费者问题例程.rar
Fibonacci
- 用递归算法实现,输入n后可得第n项斐波拉契数,并求出计算所用时间-Recursive algorithm, the input can be obtained after the first n n Feibolaqi item number, and extracts used in the calculation of time