搜索资源列表
huayuan
- 这是一个生成圆周的源代码,首先用Bresenham算法生成八分圆坐标,再计算出8个对称点,生成圆周的所有点之后,按y值排序,转换成线段表。-This is a generation of source code circumference, first using Bresenham algorithm generated nearly circular coordinates, and then work out eight symmetry, circumferential generate
BASE-S
- 排序分组算法,虽然简单,值是基于灰度的算子,然后用平均值可使图片清晰;-a sort algorithm is simple, gray value is based on the operator, then the average will clear pictures;
SortCartoon
- VC++2005编写的各种排序的动画示例.对理解并分析比较各种排序算法有很大帮助.-VC 2005 prepared by the various sort of animation example. Analysis of understanding and comparison of different sorting algorithm greatly help.
SortVcDemo
- 图形化演示程序,各种排序算法, 来自Visual C++ 1.0, 修改为 VC6.0 项目,局部代码修改。-SortDemo-- Visual C++ 1.0 , Modified for VC6.0
SortAlgorithm
- VS2010 单文档 实现了三种排序算法的动态演示(冒泡,选择,插入),可以自动演示也可单步演示。-VS2010 single document to achieve a dynamic presentation of three sorting algorithms (bubble, selection, insertion), can also be a single-step automatic demo demo.
hacker
- 使用visual c++仿黑客帝国的屏幕保护程序,纯代码实现,使用算法排序,无一张图片。-Using visual c++ imitation Matrix screen saver, pure code, using an algorithm to sort, no picture.
convex
- 一个根据点云计算显示凸包的算法,根据左旋定理,角度排序,提出非凸包点的算法 -computer points
2.3-7
- 算法上机2.3.7归并,用二分查找.调用归并算法排序 ,移出数组最后一个元素对剩下元素进行二分查找 -merge and binery search
maoppaixu
- 冒泡排序(Bubble Sort),是一种计算机科学领域的较简单的排序算法。 它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。 这个算法的名字由来是因为越大的元素会经由交换慢慢“浮”到数列的顶端,故名。- a simple bubble sort algorithm
AI
- A*算法排序九宫格-A* algorithm for ranking squares