CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Arithmetic

搜索资源列表

  1. arthcoder

    0下载:
  2. 实现算术编码的功能,完成对字符的压缩和解压缩,可以实现编码和译码-Arithmetic coding to achieve the functions of characters to complete the compression and decompression, encoding and decoding can be achieved
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:1356
    • 提供者:liu
  1. adaptive_arithmetic

    0下载:
  2. 自适应算术编码 自适应算术编码的解码-Adaptive Arithmetic Coding Adaptive arithmetic coding decoder
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:4697
    • 提供者:王波
  1. juzhipinghua

    0下载:
  2. 均值平滑函数,可以完成图象的算数均值平滑,滤波器大小可以改变-Mean smoothing function, to be completed arithmetic mean smooth images, filter size can be changed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:54546
    • 提供者:linhw
  1. AC_Encoding

    0下载:
  2. 程序为一种二进制算术编码程序,其概率模型为JBIG采用的编码模型,。-Procedures as a binary arithmetic coding procedures, the probability model used for JBIG coding model.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-14
    • 文件大小:2849
    • 提供者:孙红昭
  1. linear

    1下载:
  2. - 1、限幅滤波法(又称程序判断滤波法) 2、中位值滤波法 3、算术平均滤波法 4、递推平均滤波法(又称滑动平均滤波法) 5、中位值平均滤波法(又称防脉冲干扰平均滤波法) 6、限幅平均滤波法 7、一阶滞后滤波法 8、加权递推平均滤波法 9、消抖滤波法 10、限幅消抖滤波法 -- 1, limiting filtering method (also known as filtering method to determine the procedure) 2, the median filteri
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:1668
    • 提供者:張治國
  1. SCMintherealizationoffilteringalgorithm

    0下载:
  2. //在单片机系统中常用的滤波算法 (1)程序判断法(2)中值滤波法 (3)算术平均滤波法 (4)加权平均滤波法(5)滑动平均滤波法 (6)低通滤波法(7)中位值平均滤波 -//In the single-chip microcomputer system used in the filtering algorithm [1] procedures to determine law [2] Median Filter Method [3] arithmetic mean
  3. 所属分类:Document

    • 发布日期:2017-03-21
    • 文件大小:1288
    • 提供者:田亮
  1. arithmetic

    0下载:
  2. 有100个人搬100块砖,男人一次搬4块,女人一次搬2块,小孩四个人搬一块,这100个人一次性 搬完这100块砖,问有多少个男人、女人、小孩? 很简单的程序但是是原创,-arithmetic about a problem
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:865548
    • 提供者:meimeimei
  1. ACmod

    0下载:
  2. This code implements the arithmetic coding algorithm used for text compression. At present it takes an input of fixed length but that can be modified in the code as required.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-12
    • 文件大小:1106
    • 提供者:Priyal
  1. VLSI_Architectures_for_ECC

    0下载:
  2. This thesis devoted to several efficient VLSI architecture design issues in errorcorrecting coding, including finite field arithmetic, (Generalized) Low-Density Parity- Check (LDPC) codes, and Reed-Solomon codes.-This thesis is devoted to sever
  3. 所属分类:行业发展研究

    • 发布日期:2013-10-12
    • 文件大小:1071860
    • 提供者:MicroSam
  1. jisuanjituxiangchuli

    0下载:
  2. 本论文主要介绍图像处理系统软件的算法分析、代码实现。以及实现软件开发的程序开发工具Delphi的简单介绍。软件开发的目的是实现对图像的锐化、扭曲、波浪平滑处理等效果。文章的主要内容为该软件的算法分析过程、代码编写、界面设计和系统实现过程。本论文特别对图象的锐化、图象的扭曲和图象的平滑处理算法进行了系统的分析和比较,如锐化功能的差分法与边缘提取算法的分析、比较,平滑功能的平滑滤波法、中值滤波法、自适应滤波法等算法的分析、比较。然后对确定的这几个功能算法的实现编写了Delphi的算法代码,其中心代码
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-05
    • 文件大小:138442
    • 提供者:朱华
  1. arithmetic-coding

    0下载:
  2. arithmetic coding in C
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:178314
    • 提供者:cy
  1. arithmetic

    0下载:
  2. 堆栈整数四则运算:可输入四则运算表达式,求值。-Integer arithmetic stack: 4 operator can enter the expression is evaluated.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-25
    • 文件大小:2624
    • 提供者:虫儿飞
  1. ImageCoding

    1下载:
  2. 图像压缩编码从本质上来说就是对要处理的图像源数据用一定的规则进行变换和组合,从而达到以尽可能少的代码来表示尽可能多的数据信息的目的.下面是图像压缩编码的源程序(shannon-fano编码)/(算术编码)/(位平面编码)/(预测编码)-Image compression coding is essentially to deal with the image of the source data used to change certain rules and combinations, so
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-21
    • 文件大小:229105
    • 提供者:刘亚宁
  1. dif_spfilt

    0下载:
  2. 应用多种滤波器进行处理:算术均值,几何 均值,谐波均值,逆谐波均值,中值滤波, 中点滤波,最大值、最小值滤波等-To deal with a variety of filter applications: arithmetic mean, geometric mean, harmonic mean, inverse harmonic mean, median filter, the mid-point filtering, maximum, minimum filtering
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:632
    • 提供者:yang
  1. arithmetic

    0下载:
  2. 利用堆栈实现算术表达式的功能,当你输入一个式子时,他自动检验符号的优先级+,-,*,/,(,)-The use of the stack to achieve the function of arithmetic expressions
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1859
    • 提供者:liuyu
  1. ac_revealed

    0下载:
  2. A very good introduction about Arithmetic Coding
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:237737
    • 提供者:Bing Ouyang
  1. arithmetic

    0下载:
  2. 这是xilinx的FPGA实现各种算数运算的全部基于MATLAB的模型文件,包括加减乘除等-This is the xilinx arithmetic FPGA to achieve the full range of MATLAB-based model of documents, including multiplication and division, such as addition and subtraction
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:176418
    • 提供者:xueanxi
  1. ALU8

    0下载:
  2. ALU算术逻辑单元,8位,含源程序以及仿真后的波形图-ALU arithmetic logic unit 8, including source code, as well as post-simulation waveform
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:30037
    • 提供者:赵剑平
  1. arithmetic

    0下载:
  2. 在Verilog环境下实现简单的数学逻辑运算从而更好的了解 VHDL的编程风格-arithmetic
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-16
    • 文件大小:57690
    • 提供者:蓝天
  1. arithmetic-coding

    0下载:
  2. this is a source code for data compression using Arithmatic coding
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-24
    • 文件大小:21676
    • 提供者:kratika
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com