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

搜索资源列表

  1. f2l27091999

    0下载:
  2. FIR2LIFT is a program to factor a wavelet FIR filter pair into lifting steps.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:23.65kb
    • 提供者:邱瑕
  1. tuxiangchuli

    0下载:
  2. 一、 课程设计题目: 用C/C++语言编写灰度图像霍夫曼编码的程序 二、 设计内容及要求: 1、 用C/C++语言完成设计,在计算机上调试程序; 2、 上机课时:8课时; 3、 列出设计结果,并提交课程设计报告。 三、 设计方法与步骤: 1、 统计一幅BMP格式的灰度图像的概率,并显示相应的灰度值和概率; 2、 对这幅图像做霍夫曼编码;并列出编码结果。 3、 计算平均码长和熵值,算出编码效率。 4、 所有的结果都要求显示出来。 -First, the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:747.01kb
    • 提供者:SANMIL
  1. Shannoncoding

    0下载:
  2. shannon编码,其中讲了一些香农编码的步骤,而且有shannon编码的程序-shannon encoding, which made some of the steps Shannon coding, and coding procedures shannon
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:63.46kb
    • 提供者:沈晓光
  1. platereco

    0下载:
  2. 车牌检测,程序简单易懂,识别率高。包括分解步骤和一次执行。-License plate detection, easy-to-understand procedures, a high recognition rate. Including the decomposition steps and the first performance.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-30
    • 文件大小:12.52mb
    • 提供者:子华
  1. SP2troubleshooting

    0下载:
  2. 如果 SP2 装不上,可以参考这些步骤来解决问题。这些步骤可以自动修复系统损坏了的文件。-If SP2 can not install on the computer, please try the troubleshooting steps to fix the problem. They can help repair the corrupted system files.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:1kb
    • 提供者:joan
  1. itu-t81[1]

    0下载:
  2. Implementation of JPEG compression algorithm with JFIF header being appended.This project involves writting code for following steps : Chroma subsampling,partitioning ,level shifting,DCT,quantization,zigzag scanning(involves DC differential coding &
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-23
    • 文件大小:944.5kb
    • 提供者:dwn
  1. 567845245

    0下载:
  2. 基于51单片机电子秤的设计,步骤详细制作明了,可很好的参照-51 MCU-based design of electronic scales, steps detail constructive and clear, can be a good reference
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:190.64kb
    • 提供者:骁哥儿
  1. JAVAzipdemo

    0下载:
  2. java压缩英文名文件很简单,压缩中文名文件要经过很多步骤,很繁琐-Java compression English name file is very simple, compressed files must pass through many Chinese steps, very complicated
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:31.35kb
    • 提供者:马宇光
  1. yasuojieya

    0下载:
  2. 压缩和解压文件,其中头文件中有详细的描述,各个函数的使用按照头文件中英文的描述的步骤可以到达加压解压的目的。-Compress and decompress the file, wherein the header file are described in detail, the use of each function can be reached according to the steps described in the header file of English pressuriz
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:75.26kb
    • 提供者:chen
  1. Bank

    0下载:
  2.  银行家算法又称“资源分配拒绝”法,其基本思想是:系统中的所有进程放入进程集合,在安全状态下系统受到进程的资源请求后,先把资源试探性地分配给它。现在,系统将剩下的可用资源和进程集合中的其它进程还需要的资源数作比较,找出剩余资源能满足最大需求量的进程,从而保证进程运行完毕并归还全部资源。这时,把这个进程从进程金额和中删除,归还其所占用的所有的资源,系统的剩余资源更多。反复执行上述步骤。最后,检查进程集合,若为空则表明本次申请可行,系统处于安全状态,可以真正实施本次分配;否则,只要进程集合非空,系统
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-01
    • 文件大小:1.02mb
    • 提供者:kong
  1. huffman

    0下载:
  2. 由于目前数字通信中一般都使用二进制符号,因此二进制的Huffman编码技术最为普遍,其编码步骤如下: 1、将信源符号按概率从大到小进行排列; 2、给两个概率最小的信源符号各分配一个码元“0”和“1”,然后将这两个信源符号合并成一个新符号,并用这两个最小的概率之和作为新符号的概率,结果得到一个只有(n-1)个信源符号的新信源(假设原来所需编码的符号数为n),称为信源的第一次缩减信源S1; 3、将缩减信源S1的符号仍按概率从大到小的顺序进行排列,重复步骤2,得到只含(n-2)个符号的缩减
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-18
    • 文件大小:1018byte
    • 提供者:小赚
  1. JM86

    0下载:
  2. H.264标准JM86源码,里面包含源码详细运行步骤。-JM86 H.264 standard source code, which contains detailed source running steps.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-18
    • 文件大小:4.83mb
    • 提供者:houfuguo
  1. LBG-chengxu

    0下载:
  2. 这是LBG的matlab程序 写在Word里 里面有相应的程序实现目的 方法步骤 和思路-This is the LBG matlab program written in Word, there are appropriate procedures to achieve the purpose of the method steps and ideas
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-01
    • 文件大小:850.89kb
    • 提供者:汪小
  1. compression-jpeg

    0下载:
  2. This source code implements all the steps of JPEG Compression for a Grey Image without using predefined functions of matlab, means that all the steps are implemented.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:97.97kb
    • 提供者:Aymen
  1. Decompression

    0下载:
  2. This source code implements all the steps of JPEG Decompression for a Grey Image without using predefined functions of matlab, means that all the steps are implemented.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:40.42kb
    • 提供者:Aymen
  1. HTML5_user_reg

    0下载:
  2. HTML5用户注册页面是一套基于jquery-1.8.2.min.js、jquery-ui.min.js和html5shiv.js等插件制作的给网站提供用户注册功能的网页模板,界面干净整洁,步骤注册,带注册验证功能,共分三步完成用户注册。第一步有用户名、密码、邮箱、出生日期、上传头像、个人主页;第二步有语言、 精通几门;第三步电话、国籍、 邮编、备注等表单选项-HTML5 user registration page is set based on jquery-1.8.2.min.js, jq
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-27
    • 文件大小:216.44kb
    • 提供者:黄生
  1. DOA

    3下载:
  2. 信号特征矢量重排法 算法简要说明:该算法是针对相干信号源提出的一种解相干方法,其实现步骤如下: 1.采取N阵元均匀直线标量阵列获取M个相干信号源,假设信号源全部相干(M<N); 2.求阵列接收数据的最大似然协方差矩阵Rx,并进行特征值分解,确定特征矢量的个数,进而得到重排矩阵的维数L; 3.根据特征矢量重排的法则确定重排矩阵Rr; 4.采取MUSIC算法实现信号源数和DOA的估计(进行100次独立实验)。-Feature vector signal rearr
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2016-06-28
    • 文件大小:1kb
    • 提供者:Tony Shao
  1. test

    0下载:
  2. 程序功能:模拟DCT编码解码过程,生成带“块效应”的图像 实验图片:lena.jpg(512*512) 步骤:彩色图像→灰度图像→DCT→量化→反量化→IDCT→重构图像并保存- Program features: Analog DCT encoding and decoding process, generated with the " block effect" image Experimental Image: lena.jpg (512* 512)
  3. 所属分类:Compress-Decompress algrithms

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