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

搜索资源列表

  1. LMSJ技术

    0下载:
  2. 使学生掌握凸多面体的Roberts消隐法,掌握三维图形的深度缓存算法消隐技术,了解多边形区域的排序算法和列表优先算法的消隐技术。掌握利用简单光反射模型进行三维图形的明暗处理。了解整体光照模型、光透射模、光线跟踪算法,了解物体间的漫反射-enable students to master the convex polygon Roberts blanking France, grasp the depth of 3D graphics algorithms hidden cache technol
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:3019305
    • 提供者:过街
  1. 颜色矩

    0下载:
  2. 基于颜色矩特征的图像检索:首先RGB颜色空间转换到HSV颜色空间;针对HSV三个分量计算颜色矩作为图像的内容特征;计算查询图像与图像库中每幅图像的相似距离,排序后给出检索结果。-Moment features based on color image retrieval : First RGB color space conversion to HSV color space; Three weight against HSV color calculated moments as images
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:137872
    • 提供者:吴成玉
  1. OpenGLRedBook

    0下载:
  2. OpenGLRedBook(OpenGL红皮书,整理好的)别人的,希望对学习OPenGL的朋友有所帮助-OpenGLRedBook (OpenGL Red Book, sorting out good) others, and I hope to learn OpenGL help of a friend
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:4122538
    • 提供者:周帆
  1. BinarySortTree

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

    • 发布日期:2008-10-13
    • 文件大小:1553
    • 提供者:何作为
  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
    • 文件大小:2489430
    • 提供者:罗成芝
  1. zsort

    0下载:
  2. 一个把给定矩阵(图像)按ZigZag排序的算法,高级程序员编写,非常精炼,可供图像处理编程人员参考。-put to a fixed matrix (Image) by permutation sorting algorithm, senior programmer preparation, very refined image processing program for reference.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:25451
    • 提供者:RF
  1. BindingSource_ex

    0下载:
  2. 以BindingSource的程式,基本的資料匯入、過濾排序資料、重新繫結或找尋某筆資料等功能,如果再修改一下可以成為會員資料管理的一個介面-BindingSource to the program, the basic data entry, filtering sorting information, Guitar re-line or find a T information, and other functions, if changes to become members of a d
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:782145
    • 提供者:郭順彬
  1. JIBSsource

    0下载:
  2. Java image viewer with a full-screen slide show, image sorting, and producing contact sheet/thumbnails. The image viewer is perfect for rotating digital pictures and sorting them into correct directories. Also great for managing downloaded images.
  3. 所属分类:图片显示浏览

    • 发布日期:2008-10-13
    • 文件大小:561497
    • 提供者:廖广军
  1. face123[matlab]

    0下载:
  2. 在本设计中源于将图像看作随机场的实例,同时从信号处理的观点出发,对图像进行统计描述。通过K-L变换降低人脸特征的维数,提取人脸图像的代数特征,并排序。这样,利用代数特征的比较,可从人脸库中识别一幅人脸。-in the design of the images from the airport as with the examples, from the viewpoint of signal processing, right image descr iptive statistics. Thr
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:15864
    • 提供者:hhh
  1. CListCtrl

    2下载:
  2. 关于CListCtrl表头单击消息及排序功能的实现-Click on the CListCtrl header information and sorting functionality implementation
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:8636
    • 提供者:兰斌
  1. sicktoolbox

    0下载:
  2. 提供激光雷达点云数据的读取,滤波及分类功能-LIDAR point cloud data available to read, filter and sorting functions
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-09
    • 文件大小:1481875
    • 提供者:李鹏程
  1. 分治算法

    0下载:
  2. 君主和殖民者们所成功运用的分而治之策略也可以运用到高效率的计算机算法的设计过程中。本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。 本章给出了用来分析分而治之算法复杂性的数学方法,并通过推导最小最大问题和排序问题的复杂性下限来证明分而治-monarchy and colonialists who have successfully used the divid
  3. 所属分类:Special Effects

    • 发布日期:2017-11-11
    • 文件大小:6728
    • 提供者:小芝
  1. havs-0.9

    0下载:
  2. 硬件加速的绘制排序算法HAVS。可用在大规模数据的可视化中。-Hardware-accelerated rendering sorting algorithm HAVS. Can be used in large-scale data visualization.
  3. 所属分类:Graph program

    • 发布日期:2017-04-10
    • 文件大小:2031395
    • 提供者:dodo88
  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
    • 文件大小:5618
    • 提供者:Nevins
  1. Sorting_drawing

    0下载:
  2. Sorting drawing on size. Files of the givenned size are copied From file of the source in file of the purpose. Rest delete. All offers and commentary send on serezhan@list.ru.
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:61350
    • 提供者:SERG
  1. NumericalRecipesC

    0下载:
  2. 包含了当代科学计算过程中涉及的大量内容:求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、偏微分方程数值解、若干编码算法和任意精度计算等-Includes calculation of contemporary science involved substantial elements: seeking a special function values, random numbers, sorting, optimization, fast Fourie
  3. 所属分类:Wavelet

    • 发布日期:2017-06-13
    • 文件大小:20571769
    • 提供者:mtx
  1. blendingteapot

    0下载:
  2. 使用OpenGL实现的透明茶壶,其中中间的茶壶是贴了纹理的,周围的茶壶数目由用户确定,且都是透明的,本程序的重点是:茶壶的深度排序以及绘制的顺序。-The use of OpenGL to achieve a transparent teapot, in which the middle of the teapot is posted texture, surrounded by the number of teapot set by the user, and are transparent,
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-24
    • 文件大小:7972242
    • 提供者:汪归归
  1. Logistic

    0下载:
  2. 用logisitic映射生成混沌密码流,对密码流排序后生成置换地址集合,用这个地址集合对图像像素点进行重新排列,从而达到置乱的目的。 -Chaotic maps generated by logisitic password stream flow sorting of passwords generated after the replacement address of the collection, use this address a collection of image pixe
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:493445
    • 提供者:Tom
  1. Lorenz

    0下载:
  2. 用Lorenz映射生成三维混沌密码流,对密码流排序后生成三个不同的置换地址集合,用这个地址集合对图像RGB三层的像素点分别进行重新排列,从而达到置乱的目的。逆向即可完成图像的恢复。 -Lorenz map is generated using three-dimensional chaotic password flow, flow sorting of passwords generated after the address of a collection of three differ
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1400154
    • 提供者:Tom
  1. 43680548ZBuffer

    0下载:
  2. 基于最新一代通用GPU--Geforce8800,在CUDA平台上开发的并行排序算法,是基于GPU的通用计算的应用程序的一个好的范例。 -Based on the latest generation of general-purpose GPU- Geforce8800, the CUDA platform, developed parallel sorting algorithm is based on general-purpose GPU computing applications
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:83086
    • 提供者:cjf
« 12 3 4 »
搜珍网 www.dssz.com