搜索资源列表
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.
RgnTst
- 对任何坐标类型多维地区的模板类 一个几年前,我曾写了一个视频挂钩驱动程序排序。在那里,我需要: (其中包括)地区的业务处理,如发现路口,减,加入区域,等 有一个在Win32 API的这些地区的支持。区域功能是用于操作CreateRectRgn,CreateEllipticRgn,EqualRgn,GetRgnBox,OffsetRgn,CombineRgn,等这个API是相当难看,在我看来不舒服。它的实施是隐蔽,你要手柄(HRGN)来使用它。当你需要,例如,要找到一两个区域相交,你必
paixu
- 对n个学生数据进行排序,数据通过文件读取和输出-N data on students to sort the data file read and output
MyICQ
- VC++精仿QQ2008窗体及分类菜单 -VC++ fine imitation the QQ2008 form and sort menu
Windows
- 《Windows程序设计(第5版 珍藏版)》适合任何层次的Windows程序员阅读和参考,是帮助他们梳理和建立Windows知识体系的理想读物。-" Windows Programming (5th Edition Collector' s Edition)" suitable for any level of Windows programmers reading and reference, is to help them sort out and establish
canny
- 主要是实现canny的功能,将所有的那些问题都进行梳理,然后输出图像。-Main function is to achieve canny, all of those issues to sort out, then the output image.
Sort
- 这是一个基于Qt的动态排序小程序,旨在教会你怎么排序,现选择的是插入排序,不过其他接口已经写好。-Dynamic ordering
hacker
- 使用visual c++仿黑客帝国的屏幕保护程序,纯代码实现,使用算法排序,无一张图片。-Using visual c++ imitation Matrix screen saver, pure code, using an algorithm to sort, no picture.
1190
- 电话簿管理系统,实现对电话簿的插入、删除、修改、排序等-Phone book management system to achieve the insertion of the phone book, delete, modify, sort, etc.
erchashu102
- 二叉树排序 采用中序遍历的方式 从小到大排序输出-Binary tree traversal order used in a way to sort the output small to large
heapsort100
- 这个程序实现的是将一串数字通过堆排序方法进行排序,速度快!-This procedure is to realize a bunch of digital methods to sort through the heap sort, fast!
maoppaixu
- 冒泡排序(Bubble Sort),是一种计算机科学领域的较简单的排序算法。 它重复地走访过要排序的数列,一次比较两个元素,如果他们的顺序错误就把他们交换过来。走访数列的工作是重复地进行直到没有再需要交换,也就是说该数列已经排序完成。 这个算法的名字由来是因为越大的元素会经由交换慢慢“浮”到数列的顶端,故名。- a simple bubble sort algorithm