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

搜索资源列表

  1. GETBMP

    0下载:
  2. 读取bmp文件,生成可插入到C程序中的点阵数组格式.-read bmp file, generate C can be inserted into the procedure for the lattice array format.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:953byte
    • 提供者:马兴录
  1. 2dmusic

    2下载:
  2. 自己写的均匀圆阵,矩形阵的方向图 画法。大家共享!-himself wrote of a uniform circular array, the array of rectangular picture in the direction of France. Share!
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:1.56kb
    • 提供者:朱国军
  1. ImageToBuffer2D

    0下载:
  2. 这是我在刚刚学习VC图像处理时的一个小例子,功能将DIB数据导入到一个二维的Buffer,主要是练习了一下二维动态数组的定义、内存申请和释放,希望能够给初学的朋友带来一些帮助!-This is just learning the VC image processing of a small example, DIB will function to the data into a two-dimensional Buffer. is practicing a bit two-dimensiona
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:109.47kb
    • 提供者:nana
  1. xml

    0下载:
  2. With this tool you can convert strings and files containing XML data to MATLAB struct arrays. Either as one array of structs with all text and tags, or as sub- and subsub-levels of structs for each section enclosed between tags. With xmldata(...
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:27.9kb
    • 提供者:aprist
  1. ArcPartDemo

    0下载:
  2. 计算圆弧上n个等分点的坐标的函数,及使用示例代码,VC环境,属于二维图形基础算法,加有详细的注释。 输入:圆心,起点,终点,半径,旋转方向,点数量n。 输出:圆弧上n个等分点坐标的数组, 说明:输出的起点序号为0,终点序号为n-1 -Calculate arc n are equally a function of the coordinates of points, and use the sample code, VC environment, belonging to
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:44.58kb
    • 提供者:wsadfg
  1. CircleFitByPratt

    0下载:
  2. Input: XY(n,2) is the array of coordinates of n points x(i)=XY(i,1), y(i)=XY(i,2) Output: Par = [a b R] is the fitting circle: center (a,b) and radius R Note: this fit does not use built-in matrix functions (except "mean"), so it can be
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:1.22kb
    • 提供者:田雨
  1. 0514001

    0下载:
  2. 典型的多边形填充算法主要包括扫描线填充算法和轮廓标志域填充算法,适用于矢量多边形文件的填充算 法为扫描线填充算法。论文对原有的多边形扫描线填充算法中的最常用的活性边表和传统扫描线算法进行了分析,结 合活性边表和传统的扫描线填充算法的特点,针对复杂的大数据量的多边形填充时间效率较低的问题,提出了一种改 进的扫描线多边形填充算法一混合填充算法。该算法采用链表和数组结合的数据结构,形成连续的填充轨迹,有效地 提高了时间效率。 -Polygon Filling Algorithm t
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-17
    • 文件大小:147.02kb
    • 提供者:翁經堯
  1. big_array

    0下载:
  2. 图像处理中不免要用到大的数组来存取数据,这里提供了一种指针建立数组的方法-Can not help but use image processing to large arrays to access data, to provide a pointer to an array of methods to establish
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-10
    • 文件大小:820byte
    • 提供者:胡明
  1. ImageProcessingDemo

    0下载:
  2. This program has a resources file that when compiled, becomes part of the EXE file, so no external picture files are needed.It s purpose is to show the ability to process images in VB6 if given an activex control that makes it simple to convert from
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:995.83kb
    • 提供者:Ben321
  1. Final_28Nov

    0下载:
  2. 2D-DCT 压缩图像后,通过QPSK,AWGN信道编码传输后,IDCT解压缩回原始图像,适用于任何图像-Using DCT to compress the orginal image, I use zigzag program, quantization, dct compression, then change the vector to bineary bit to pass through the QPSK channel. And from the binary array, I us
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-15
    • 文件大小:3.85mb
    • 提供者:Jackie
  1. imnoise2

    0下载:
  2. IMNOISE2 Generates an array of random numbers with specified PDF.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:600byte
    • 提供者:luke
  1. Square_Array_PWE

    0下载:
  2. square array of 2 dimensional photonic crystals.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:1.16kb
    • 提供者:hossein
  1. bmpToArray

    0下载:
  2. 可以将16bit的位图转为数组处理。这样可以将图像资源直接放入设备的rom中,免得每次从文件系统读取影响速度。-16bit bitmap can be converted to array processing. This image resources directly into the device rom in, lest the impact each time the speed reading from the file system.
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-10
    • 文件大小:2.16mb
    • 提供者:eddy che
  1. CBmp

    0下载:
  2. 用C++读24位BMP图像,读出RGB三个颜色分量到数组中-Using C++ Reading 24-bit BMP image, read out the three RGB color components to the array
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-08
    • 文件大小:1.47kb
    • 提供者:李靖
  1. Bitmap_converter

    0下载:
  2. This program convert a bitmapped font in source coded array, used in a embedded system
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:4.06kb
    • 提供者:step
  1. linecrosscircle

    0下载:
  2. 直线,交叉和圆形陈列三种情况的波束形成。-line,cross and circle array beamshape
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-02
    • 文件大小:2.93kb
    • 提供者:figo
  1. convolve2

    0下载:
  2. CONVOLVE2可以用于任何CONV2使用,采取同样的参数并返回一个小的公差范围内同样结果。加速计算是通过使用面膜中的奇异值分解,表示为外产品总结一下。这些都可以有效地计算与行和列向量的卷积。 CONV2是用来从事这项运动。 可分面具是一个特殊情况,并受CONVOLVE2处理多达FILTER2一样。许多不属于其他口罩可分低等级(如Gabor函数口罩),并更有效地处理CONVOLVE2。 该功能也将计算出降秩逼近一个给定的面具如果需要的话,将使用此是否会加速计算。一个额外
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-31
    • 文件大小:6.19kb
    • 提供者:namind
  1. bianjiegenzong

    0下载:
  2. 实现边界跟踪算法,输入二值图像,进行边界跟踪,输出边界像素信息,存入一维数组中。-Boundary tracking algorithm to achieve the input binary image, the boundary tracking, output boundary pixel information stored in one-dimensional array.
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-04
    • 文件大小:1.75kb
    • 提供者:张花
  1. Uniform-linear-array-beamforming

    0下载:
  2. 仿真了均匀线性阵的波束形成,对比了不同加权下的波束形成。可以改变来波方向,效果明显。-Simulation of a uniform linear array beamforming, comparison under different weighting beamforming. You can change the direction of the incoming wave, the effect is obvious.
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-08
    • 文件大小:801byte
    • 提供者:刘超
  1. array

    0下载:
  2. 模拟特殊光场的相位,及特殊光场强度分布阵列-Special light field simulation phase, and an array of special optical field intensity distribution
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-04
    • 文件大小:8.01kb
    • 提供者:韩坤
« 12 3 »
搜珍网 www.dssz.com