CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - Sort

搜索资源列表

  1. huffman_f

    0下载:
  2. huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2.15kb
    • 提供者:真实
  1. typicalChaoticSystem

    0下载:
  2. 自己整理的几种典型的混沌系统,适合分形和图象加密的朋友使用-several people to sort of a typical chaotic system, for fractal image encryption and the use of a friend
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:91.09kb
    • 提供者:妮涵
  1. BinarySortTree

    0下载:
  2. 经典数据结构例子: 二叉排序树的应用-- 排序与检索.-classic example of data structure : binary sort of tree -- Sorting and Searching.
  3. 所属分类:分形几何

    • 发布日期:2008-10-13
    • 文件大小:1.52kb
    • 提供者:何作为
  1. MFCVega

    1下载:
  2. 《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
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:65.61kb
    • 提供者:弱水三千
  1. yueguang

    0下载:
  2. 分而治之方法还可以用于实现另一种完全不同的排序方法,这种排序法称为快速排序(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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:2.37mb
    • 提供者:罗成芝
  1. 000homework

    0下载:
  2. .EJB2.0查询语言还不支持order by ,所以新增加的文章无法列在最前面(解决方法:在article辅助类中实现java.lang.Comparable接口,取出的时候排序一下java.util.Collections.sort(list) 2005-6-13) 3.模糊查询LIKE后面的参数不能动态匹配 2005-6-12 4.在第一次发布的时候,初始化数据以后打开首页可能会出现空白现象,而有时候又是好的。如果初始化以后,用测试的客户端列出某分类下的文章一遍,打开
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:593.3kb
    • 提供者:313993985
  1. Clothy

    0下载:
  2. 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
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:211.48kb
    • 提供者:yxg
  1. curve465

    0下载:
  2. 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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.83kb
    • 提供者:Joe Lee
  1. lizisanshe

    0下载:
  2. 一个离子散射 有点像是星系爆炸的效果~用的是GDI-an ion scattering Sort of like a galaxy effect of the explosion-using a GDI
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:27.48kb
    • 提供者:123uhsdi9
  1. ST_pub

    0下载:
  2. 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
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:409.21kb
    • 提供者:chengYAn
  1. sort

    0下载:
  2. 分类问题是利用已知类别的样品(训练集)来构造分类器,其训练集样品是已知类别的,所以又称为有监督学习。
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:513.4kb
    • 提供者:相同
  1. Alpha

    0下载:
  2. Alphat透明合成系统源代码 Alphat透明合成系统 > 系统包括sort/nosort两部分
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3.63kb
    • 提供者:kevin
  1. 图形图像编程篇(示例包)

    0下载:
  2. 图形图像编程篇(很多示例程序,good)-Programming in Graphics & Images (Sort of examples ,good)
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:4.35mb
    • 提供者:wp
  1. sortdemo

    0下载:
  2. 实现排序过程的动态演示,包含冒泡、插入、快速、选择排序-Sorting process to achieve a dynamic presentation, including the bubble, insert, rapid, and choose Sort
  3. 所属分类:GIS program

    • 发布日期:2017-04-04
    • 文件大小:5.49kb
    • 提供者:Nevins
  1. mapX

    0下载:
  2. MAPX编写的对地图的操作,可以对图层进行排序,并且可以清除图层,是一个方便的mapx小工具-MAPX prepared to operate on the map, you can sort of layers and layers can be clear, is a convenient gadget MapX
  3. 所属分类:GIS program

    • 发布日期:2017-05-04
    • 文件大小:90.78kb
    • 提供者:anhl
  1. csourcecode

    0下载:
  2. 排序 canny边缘检测算子的c源代码 -Sort canny edge detection operator c source code
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-06
    • 文件大小:5.04kb
    • 提供者:nana
  1. b

    0下载:
  2. 把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
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-15
    • 文件大小:6.32kb
    • 提供者:DanielChang
  1. Sort

    0下载:
  2. 有关排序的所有算法,冒泡法,选择法,递归-sort
  3. 所属分类:Graph program

    • 发布日期:2017-04-07
    • 文件大小:950.7kb
    • 提供者:zhuqing
  1. sort

    0下载:
  2. 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
  3. 所属分类:Wavelet

    • 发布日期:2017-05-19
    • 文件大小:5.03mb
    • 提供者:wantongtang
  1. array-sort

    0下载:
  2. 基于vb的数组排列的简易小程序,可以对一组数据比如学生成绩进行排序-Vb array arrangement simple applet, you can sort a set of data such as student achievement
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2.01kb
    • 提供者:qiao602379
« 12 3 4 5 6 »
搜珍网 www.dssz.com