搜索资源列表
huffman_f
- huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
typicalChaoticSystem
- 自己整理的几种典型的混沌系统,适合分形和图象加密的朋友使用-several people to sort of a typical chaotic system, for fractal image encryption and the use of a friend
BinarySortTree
- 经典数据结构例子: 二叉排序树的应用-- 排序与检索.-classic example of data structure : binary sort of tree -- Sorting and Searching.
MFCVega
- 《vega实时三维视景仿真技术》的基于MFC的程序源代码,自己整理的,拿去改一改就可以作自己的程序了,刚开始学,费了我好大的劲才搞定的。 -"Guerra, real-time 3D visual simulation technology" based on the MFC source code, sort of, guns can be made to change their procedures, just started school, I spent a l
yueguang
- 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(quick sort)。在这种方法中, n 个元素被分成三段(组):左段l e f t,右段r i g h t和中段m i d d l e。中段仅包含一个元素。左段中各元素都小于等于中段元素,右段中各元素都大于等于中段元素。因此l e f t和r i g h t中的元素可以独立排序,并且不必对l e f t和r i g h t的排序结果进行合并。m i d d l e中的元素被称为支点( p i v o t )。图1 4
000homework
- .EJB2.0查询语言还不支持order by ,所以新增加的文章无法列在最前面(解决方法:在article辅助类中实现java.lang.Comparable接口,取出的时候排序一下java.util.Collections.sort(list) 2005-6-13) 3.模糊查询LIKE后面的参数不能动态匹配 2005-6-12 4.在第一次发布的时候,初始化数据以后打开首页可能会出现空白现象,而有时候又是好的。如果初始化以后,用测试的客户端列出某分类下的文章一遍,打开
Clothy
- This the sample application that accompanies the May 99 Game Developer magazine. It is meant as a demonstration of a method for 3D cloth simulation in OpenGL. Cloth simulation is a very complex process. This column and demo just scratches
curve465
- help to sort out the image from the picture to do the snake-help to sort out the image from the picture t o do the snake
lizisanshe
- 一个离子散射 有点像是星系爆炸的效果~用的是GDI-an ion scattering Sort of like a galaxy effect of the explosion-using a GDI
ST_pub
- This a research (and didactic) oriented toolbox to explore the PROSAC algorithm. The functions are reasonably well documented and there is a directory containing examples to estimate lines and homographies in presence of outliers. However a previous
sort
- 分类问题是利用已知类别的样品(训练集)来构造分类器,其训练集样品是已知类别的,所以又称为有监督学习。
Alpha
- Alphat透明合成系统源代码 Alphat透明合成系统 > 系统包括sort/nosort两部分
图形图像编程篇(示例包)
- 图形图像编程篇(很多示例程序,good)-Programming in Graphics & Images (Sort of examples ,good)
sortdemo
- 实现排序过程的动态演示,包含冒泡、插入、快速、选择排序-Sorting process to achieve a dynamic presentation, including the bubble, insert, rapid, and choose Sort
mapX
- MAPX编写的对地图的操作,可以对图层进行排序,并且可以清除图层,是一个方便的mapx小工具-MAPX prepared to operate on the map, you can sort of layers and layers can be clear, is a convenient gadget MapX
csourcecode
- 排序 canny边缘检测算子的c源代码 -Sort canny edge detection operator c source code
b
- 把18,2,20,34,12用氣泡排序的方法油小至大排出 用Include的方式 -18,2,20,34,12 put to use bubble sort method of oil discharged in ascending manner using Include
Sort
- 有关排序的所有算法,冒泡法,选择法,递归-sort
sort
- matlab的图像搜索排序系统,适合做 毕业设计参考,很有价值哦,计算机视觉,图像水印,图像处理,人脸识别-this is the system of the sort of image sort,which can help you with your graduation ,and computer vision,opencv,image process,face detection
array-sort
- 基于vb的数组排列的简易小程序,可以对一组数据比如学生成绩进行排序-Vb array arrangement simple applet, you can sort a set of data such as student achievement