搜索资源列表
LMSJ技术
- 使学生掌握凸多面体的Roberts消隐法,掌握三维图形的深度缓存算法消隐技术,了解多边形区域的排序算法和列表优先算法的消隐技术。掌握利用简单光反射模型进行三维图形的明暗处理。了解整体光照模型、光透射模、光线跟踪算法,了解物体间的漫反射-enable students to master the convex polygon Roberts blanking France, grasp the depth of 3D graphics algorithms hidden cache technol
颜色矩
- 基于颜色矩特征的图像检索:首先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
OpenGLRedBook
- OpenGLRedBook(OpenGL红皮书,整理好的)别人的,希望对学习OPenGL的朋友有所帮助-OpenGLRedBook (OpenGL Red Book, sorting out good) others, and I hope to learn OpenGL help of a friend
BinarySortTree
- 经典数据结构例子: 二叉排序树的应用-- 排序与检索.-classic example of data structure : binary sort of tree -- Sorting and Searching.
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
zsort
- 一个把给定矩阵(图像)按ZigZag排序的算法,高级程序员编写,非常精炼,可供图像处理编程人员参考。-put to a fixed matrix (Image) by permutation sorting algorithm, senior programmer preparation, very refined image processing program for reference.
BindingSource_ex
- 以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
JIBSsource
- 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.
face123[matlab]
- 在本设计中源于将图像看作随机场的实例,同时从信号处理的观点出发,对图像进行统计描述。通过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
CListCtrl
- 关于CListCtrl表头单击消息及排序功能的实现-Click on the CListCtrl header information and sorting functionality implementation
sicktoolbox
- 提供激光雷达点云数据的读取,滤波及分类功能-LIDAR point cloud data available to read, filter and sorting functions
分治算法
- 君主和殖民者们所成功运用的分而治之策略也可以运用到高效率的计算机算法的设计过程中。本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。 本章给出了用来分析分而治之算法复杂性的数学方法,并通过推导最小最大问题和排序问题的复杂性下限来证明分而治-monarchy and colonialists who have successfully used the divid
havs-0.9
- 硬件加速的绘制排序算法HAVS。可用在大规模数据的可视化中。-Hardware-accelerated rendering sorting algorithm HAVS. Can be used in large-scale data visualization.
sortdemo
- 实现排序过程的动态演示,包含冒泡、插入、快速、选择排序-Sorting process to achieve a dynamic presentation, including the bubble, insert, rapid, and choose Sort
Sorting_drawing
- 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.
NumericalRecipesC
- 包含了当代科学计算过程中涉及的大量内容:求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、偏微分方程数值解、若干编码算法和任意精度计算等-Includes calculation of contemporary science involved substantial elements: seeking a special function values, random numbers, sorting, optimization, fast Fourie
blendingteapot
- 使用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,
Logistic
- 用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
Lorenz
- 用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
43680548ZBuffer
- 基于最新一代通用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