CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 浮

搜索资源列表

  1. C++(Circle)

    0下载:
  2. 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:64.87kb
    • 提供者:stzxxxstz
  1. dct_jpeg

    0下载:
  2. jpeg中DCT变换程序。为前向DCT的浮点运算,它要比整数运算更精确。该程序只适用于8×8的块变换。-jpeg DCT transformation procedure. For front to the DCT floating point calculation, it must be more precise than the integer operation. This procedure is only suitable for 8脳8 block transformati
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.26kb
    • 提供者:canny06
  1. waveletspiht

    0下载:
  2. 一个含有各种小波变换以及spiht编码的vc程序,小波变换包括普通的97浮点小波变换,97提升变换,97和53整数变换等
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:163.37kb
    • 提供者:joe
  1. fudian

    0下载:
  2. 将浮点运算用VHDL语言转换为整形运算,很实用啊!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1.63kb
    • 提供者:随军
  1. lineFisherClassify

    0下载:
  2. *Fisher.C *recognition of handwritten numerals with Fishier Linear Classifier */ /* *说明:一个数字16X16像素,每个像素是灰度值, *归一化为-1到1的双精度浮点数
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:4.2kb
    • 提供者:lrx
  1. dsp_optimize

    0下载:
  2. dsp优化精华,通过7个rgb转yuv小程序的优化过程,可以初步了解一下dsp程序优化的精髓,包括浮点转换、定点优化、程序级优化、指令集优化、内存优化、DMA优化、数据拼合终极优化-dsp optimize essence, through turn seven rgb yuv small program optimization process can be a preliminary understanding of the essence of the dsp program optimi
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:2.19kb
    • 提供者:suyang
  1. GPU_Water_Simulation

    3下载:
  2. 在128*128的网格上求解2维波动方程来模拟大范围的水波。用一个像素渲染程序完成对波动方程的时间积分,结果存放于一个浮点数纹理中,.然后将此纹理传给渲染模块。此外使用凹凸贴图来描述水面的细节波纹,这会给稍后的逐像素渲染带来逼真的水面闪烁高光效果.-128* 128 grid on the solution of 2-dimensional wave equation to simulate a wide range of water. With a pixel shader program
  3. 所属分类:Special Effects

    • 发布日期:2014-12-29
    • 文件大小:1.66mb
    • 提供者:ding
  1. paomotuxiangchulixitong

    0下载:
  2. 较了国内外因像处理技术在浮选过程中应用的三个代表性例子;介绍了FP-01浮选泡沫图像处理系统:指出了图像处理技术在浮选过程控制中的应用前景。-Than at home and abroad as a result of processing the application in the flotation process three representative examples introduced FP-01 flotation foam image processing system:
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:202.35kb
    • 提供者:xiliao
  1. Simulink_9

    0下载:
  2. 工业浮选的动态纹理,分类,识别,预测。实现了矿物浮选的在线控制。-a dynamic texture based virtual sensor for the prediction of froth speed in the unsampled period, tested with industrial data.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3.55kb
    • 提供者:飞飞
  1. aa

    0下载:
  2. 基于分水岭变换的浮选泡沫图像分割基于分水岭变换的浮选泡沫图像分割-GOODGOODGOODGOODGOODGOODGOODGOOD
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:338.8kb
    • 提供者:刘潭
  1. 1.3.

    0下载:
  2. 生成一个Rectangle类(长方形),这个类的length和width属性默认取值为1,其成员函数计算长方形的perimeter(周长)和area(面积)。为该类的length和width设置set函数和get函数。set函数应验证length和width均为0.0到20.0之间的浮点数-Generate a Rectangle class (rectangle), the class length and width attribute default value is 1, the mem
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:755byte
    • 提供者:寒山
  1. scale

    0下载:
  2. YUV420视频的缩放,经过高度的优化,其中三次卷积插值(cubic convolution)算法的效果最好,优化程度也最高。其基本思想是通过整型化、查表等方法消除每一帧图像插值运算中的浮点运算和乘除法运算。-scale YUV420 video frames with cubic, bilinear & cubic convolution interpolation algorithms。
  3. 所属分类:Special Effects

    • 发布日期:2017-11-17
    • 文件大小:4.12kb
    • 提供者:王四海
  1. MyEntropy

    0下载:
  2. 计算图像Image的信息熵, 输入:目标RGB图像, 输出:信息熵, 说明:Image应是[0,1]浮点数-Calculate information entropy image Image Input: Target RGB image Output: Information Entropy Descr iption: Image should be [0,1] float
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:582byte
    • 提供者:李华
  1. Modbus_slave

    0下载:
  2. 12C5A60S2浮点数处理子程序可实现MODBUS协议,包含头文件方便调用-12C5A60S2 floating point processing subroutine can realize MODBUS protocol, including header files easily call
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:4.04kb
    • 提供者:ewrkilha
  1. yuv_rescale_c

    0下载:
  2. 视频图像缩放算法验证,包括浮点和定点算法,可实现任意比例的图像缩放-video rescaling arithmetic verification,including floating point and fixed point arithmetic,any scale can be achieved
  3. 所属分类:Special Effects

    • 发布日期:2017-04-30
    • 文件大小:7.61kb
    • 提供者:lcg
  1. floot

    0下载:
  2. 一个计算浮点数的小程序,可以把十六进制浮点数转化为十进制浮点数。-A small program floating-point number, can be converted to a hexadecimal floating-point decimal floating point.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1.78kb
    • 提供者:pan396724
  1. PS

    0下载:
  2. 可以读取输出浮点型、整型、复数型影像,对于遥感专业的所有影像读入输出MATLAB中有很大帮助。采用振幅离差阈值提取PS点(Can read floating-point, integer, and complex type of image, for all remote sensing professional images into the MATLAB will be very helpful)
  3. 所属分类:图形图像处理

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