CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 压缩解压 搜索资源 - operator

搜索资源列表

  1. MultinomialOperation

    0下载:
  2. 多项式的加减乘运算,没有除运算,算法很清楚,都可以看懂-polynomial modified by the operator, the operator is no exception, the algorithm is very clear, can understand
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:8.14kb
    • 提供者:陈亮亮
  1. jpeg

    0下载:
  2. the attached utility is a work I ve submitted to the university It shows what a jpeg compression is all about. the function implements the DCT transform, using a matrix operator. note that matlab has a function for the DCT and iDCT transform
  3. 所属分类:压缩解压

    • 发布日期:2014-01-18
    • 文件大小:112.39kb
    • 提供者:风帆
  1. AC

    0下载:
  2. 算术编码的算法实现,算算术编码是信息无损压缩的经典算法,在JPEG等标准中采用。-Arithmetic coding algorithm, arithmetic coding operator information of the classic algorithm for lossless compression, JPEG and other standards in use.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:232.27kb
    • 提供者:robert
  1. cv3

    0下载:
  2. struct Edge { Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:3.37kb
    • 提供者:65400
  1. cv4

    0下载:
  2. Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:743byte
    • 提供者:65400
  1. cv6

    0下载:
  2. Edge(int from, int to, int cost) : from(from), to(to), cost(cost) {} friend bool operator<(const Edge& a, const Edge& b) { if (a.cost != b.cost) { return a.cost > b.cost }
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:2.45kb
    • 提供者:65400
  1. Image

    0下载:
  2. 这是一个关于图像特征提取的程序,本程序主要使用的是Moravec算子进行的提取-This is the one on the image feature extraction process, this procedure is mainly used for the extraction of Moravec operator
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:117.12kb
    • 提供者:童鹏
  1. GausCoor

    0下载:
  2. 高斯投影正反算及邻带换算的成品 可直接经行运算工作-Positive and negative Gauss projection operator and its adjacent zone of the finished product can be directly converted by the line of computing tasks
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:24.24kb
    • 提供者:叶春
  1. fig08_04

    0下载:
  2. 综合演示运算符重载及其应用,突出运算符重载中需要注意的事项及问题-Comprehensive demonstration and application operator overloading, operator overloading in highlighting issues and problems that need attention
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:3.22kb
    • 提供者:huihui
  1. Analysis-of-TCP-chat1

    0下载:
  2. 有数据到来/定义变量/收下数据放到变量里/算长度/做空格/空格与数据连成一起/放到标签框/让它动起来/如果没有关闭/继续送下一个/显示连接/否则显示关闭-With data coming from the/define variables/accept data into the variable/operator length/make space/space and the data are joined together/into the label box/it move it/If y
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:86.67kb
    • 提供者:林丹丹
  1. dental_xray

    0下载:
  2. :数字水印技术作为数字媒体版权保护的有效办法,近年来在国内外引起了人们极大的兴趣。作者采用了DCT离散余弦变换的算-: An effective means of digital watermarking technology as a digital media copyright protection, both at home and abroad in recent years caused a great deal of interest. The author uses the di
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-21
    • 文件大小:362.29kb
    • 提供者:木脑袋
  1. cpp123

    0下载:
  2. 定义一个钟表类,包括三个私有成员,分别为小时、分钟、秒,在此基础上,请重载自增运算符(++)和自减运算符(--)为类的成员函数,使得钟表类的对象能进行基于秒数的时间变化。-Defines a clock class, including three private members, hours, minutes, seconds, respectively, on this basis, overload the auto increment operator (++) and decremen
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:883byte
    • 提供者:Heaven
  1. cs

    1下载:
  2. 基于压缩感知思想的图像分块压缩与重构方法 考虑到大多数图像信号信息分布有差异, 编码端, 在对图像分块的基础上, 融合熵估计 和边缘检测方法计算各图像块的信息含量, 再从两个不同的角度进行分类采样: 依据信息量多少将图像块分为平滑、过渡和纹理3 类, 使用不同的采样率采样 依据信息量的分布特征, 采用不同的采样率分配策略进行采样. 在解码端, 根据不同类型的图像块构造不同的线性算子进行重构, 再运用改 进的迭代阈值算法去除块效应和噪声. 实验证明, 算法在提升图像重构质量的同时缩短了
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-27
    • 文件大小:9.63mb
    • 提供者:Dr_wong
  1. MFC

    1下载:
  2. (1)定义一个抽象基类Shape,同它派生出5个类:圆、正方形、矩形、梯形、三角形。 (2)利用虚函数计算几种图形面积。 (3)演示构造函数、复制构造函数、析构函数的作用和调用顺序 (4)用类模板具体实现。 (5)利用MFC类库在图形用户界面上绘制及修改这些图形,采用对话框输入输出图形的基本属性,或者利用运算符重载输入输出图形的基本属性。 (6)用文件保存图形信息,且能够从文件中读取并作相应处理。 2)创新要求: 采用头文件与源文件分离的方法,多态性的实现多样化-d
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-01-13
    • 文件大小:252kb
    • 提供者:宋骏霖
  1. FastCSMatrix

    0下载:
  2. FastCSMatrix: The operator form of the contraint matrix for the fast compressed sensing problem. Specifically, it returns y = A*x (mode = 1) or y = A *x (mode = 2), where A is an mxn matrix given by A = [Phi - Phi], and Phi = P*H*Q, where P,Q are r
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:668byte
    • 提供者:Hogeony
搜珍网 www.dssz.com