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

搜索资源列表

  1. CArrayBITMP

    0下载:
  2. 实现了一个Class for storing any standart bitmaps in array,通过对数组运算来处理bmp图像的源代码。-achieved a Class for storing any standart bitma ps in array, the array of operations to handle bmp image of the source code.
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:3.76kb
    • 提供者:wuming
  1. nijuzhen

    0下载:
  2. 自己写的一个类 句阵操作 内容可靠 欢迎大家下载-Write your own array to operate a class sentence reliable welcome you to download content
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2.22kb
    • 提供者:dove
  1. 9_9

    0下载:
  2. 编写返回数组中最大元素数值的模板函数: template <class T> int Max(T Arr[],int n) -Prepared to return the largest element of the array value template function: template <class T> int Max (T Arr [], int n)
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:3.95kb
    • 提供者:weiht
  1. JpegDecoder

    0下载:
  2. JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。-JpegDecoder class is mainly used for the decoding of Jpeg files. Usage is very simple, only need to use GetJPEGBuffer function returns an array of pixels decoded.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:9.33kb
    • 提供者:min
  1. MinMaxFilterFolder

    0下载:
  2. Min/Max filter,最大最小滤波器,说明看英文,只是国外的人写的代码, -Descr iption The filter computes the minima and/or maxima of an array over sliding window with a given size. Multidimensional array is fully supported: running filter in 1D, 2D filter for image process
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:28.67kb
    • 提供者:谢冉
  1. Textural_defect_detection_based_on_label_co-occurr

    1下载:
  2. 基于类别共生矩阵的纹理疵点检测方法 邹超 朱德森 肖力 摘要:根据有规则纹理的特点,提出了基于类别的共生矩阵来描述纹理特征,从而很好地将正常纹理与疵点区分开。分析了传统的灰度共生矩阵在计算纹理特征时计算量大,且分辨能力差的缺点.为了克服灰度共生矩 阵在计算量和分辨能力上的缺点,定义了类别共生矩阵.在类别共生矩阵的算法中,首先学习纹理的一些基本特征以确定类别共生矩阵的一些关键参数。如纹理的概率密度分布、纹理的主方向和周期,以及分类准则等重要参数,然后计算类别共生矩阵并提取白疵点增强、黑疵
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2.97mb
    • 提供者:李峰
  1. jpeg

    0下载:
  2. JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。-JpegDecoder class is mainly used for the decoding of Jpeg files. Very simple to use, just need to use GetJPEGBuffer function returns an array of pixels decoded.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:9.66kb
    • 提供者:ly
  1. classPolygon

    0下载:
  2. C++ class for checking mouse (point) at the polygons (they are given in class (as array), but you can remake it from text files for example)
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-30
    • 文件大小:2.71kb
    • 提供者:Layer
  1. tuxiangjima

    0下载:
  2. JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。在第三篇的实例MagicHouse中就需要使用这个类。-JpegDecoder class is mainly used for the decoding of Jpeg files. Usage is very simple, only need to use GetJPEGBuffer function returns an array of pixels
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:10.11kb
    • 提供者:王高明
  1. FormatConvertor

    0下载:
  2. 图像处理类。用于将数字图像转化为矩阵形式。以一维和二维数组的形式进行储存。-Image processing class. For digital images into a matrix form. The form of a one-dimensional and two-dimensional array to store.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:2.28kb
    • 提供者:祁万林
  1. upload_inCfree_show361points

    0下载:
  2. 初步实现了将激光雷达一次扫描的361个点在二维平面上的相对位置的显示。从txt文件到二维数组然后筛选过滤,最后归一化显示。缺陷在于很粗糙,而且没有用类来写,指针也比较繁琐。请轻拍。-The initial realization of a scanning laser radar 361 points in the relative position of two-dimensional plane of the display. To a two-dimensional array from
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-17
    • 文件大小:168.78kb
    • 提供者:CHEN Ping
  1. 9_9

    0下载:
  2. 编写返回数组中最大元素数值的模板函数:template < class T> int Max(T Arr[],int n)-Prepared to return the largest element of the array value template function: template < class T> int Max (T Arr [], int n)
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:3.99kb
    • 提供者:owthea
  1. CArrayBITMP

    0下载:
  2. 实现了一个Class for storing any standart bitmaps in array,通过对数组运算来处理bmp图像的源代码。-achieved a Class for storing any standart bitma ps in array, the array of operations to handle bmp image of the source code.
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:3.76kb
    • 提供者:yearin
  1. jpg

    0下载:
  2. JpegDecoder类主要用于Jpeg文件的解码。 使用方法十分简单,只需要利用GetJPEGBuffer函数返回解码后的像素数组。在第三篇的实例MagicHouse中就需要使用这个类。-JpegDecoder principal for decoding Jpeg files. The method is very simple to use, only need to use GetJPEGBuffer function returns an array of pixels after
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-25
    • 文件大小:9.72kb
    • 提供者:hu
  1. Vvector

    0下载:
  2. 实现一个数组类模板,功能同std::vector-Achieve an array of class template function with std :: vector
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1.61kb
    • 提供者:eorknub
  1. bayesgauss

    0下载:
  2. BAYESGAUSS贝叶斯分类器对高斯模式。 D = BAYESGAUSS(X,钙、马、P)计算贝叶斯决策 n维的功能模式的行X。 n-by-n-by-W大小的CA是一个数组,其中包含了协方差 的矩阵大小n-by-n,W类的数量。 大小n-by-W 马是一个数组,其列。柯尔- 水洼意味着向量。一个赔偿。矩阵和平均向量必须 为每个类指定,即使一些都是平等的。X是大小 K-by-n,K是模式的数量分类。P是 1-by-W数组,包含发生的概率
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1.56kb
    • 提供者:刘晓丹
  1. Array

    0下载:
  2. 用类实现动态数组的各种操作,获取数组大小,重置数组大小,获取元素,重载[]操作符,追加新元素,删除元素,插入元素,重载=-With class implements a dynamic array of various operations, access to the array size, the size of the array is reset, access to the elements, overloaded [] operator, additional new element
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4.11kb
    • 提供者:ei451297
  1. igkuwzo946

    0下载:
  2. Class for storing any standart bitmaps in array
  3. 所属分类:Picture Viewer

    • 发布日期:2017-12-24
    • 文件大小:3kb
    • 提供者:Tinadnx
  1. ipnxu

    0下载:
  2. Phased array antenna pattern (Chebyshev weights), Optimization class contains several simple sample programs, In the MATLAB image texture feature.
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-30
    • 文件大小:6kb
    • 提供者:yeikingnan
搜珍网 www.dssz.com