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

搜索资源列表

  1. suanshu

    0下载:
  2. 一位数组的使用。真正实现对数字的加法减法。不错。-an array of use. Achieve true digital subtraction of the additive. Yes.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1.01kb
    • 提供者:刘剑磊
  1. suanshu

    0下载:
  2. 利用matlab开发平台针对算术编码原理实现了算术编码
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:3.22kb
    • 提供者:吴锦
  1. SUANSHU

    0下载:
  2. 此程序是一个压缩算法,算术编码。运行在turbo c 环境中。
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:1.19kb
    • 提供者:renqiang
  1. suanshu(C)

    0下载:
  2. C语言编写的算术编码程序,资源真的很好,希望有帮助-C language arithmetic coding procedures, resources, really good, hope to help
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:4.61kb
    • 提供者:周红伟
  1. suanshu

    0下载:
  2. 算术编码源代码,开发工具是C++.没有运行程序,有TXT文件.可以复制后运行.-Arithmetic coding source code, development tools is the C++. Do not run the program, there are TXT file. Can be copied after the operation.
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1.05kb
    • 提供者:陈琳
  1. suanshu

    0下载:
  2. 首先,计算出码元符号集中各个码元的累积概率,并存放在F数组里面。 然后,开始循环编码,直至输入序列循环完毕。 最后,将所得的累计概率由小数形式转化成二进制形式。 对解码。首先,计算码元符号集中各个码元的累积概率,并存放在F数组里面。 然后,开始循环解码,此次循环是在码元符号集中,由高概率码元向低概率码元循环,这是由于编码的输出肯定是不大于高概率码元的累积概率的。那么如果我们从高到底循环,所找到的第一个小于编码结果fs的码元即为所译码的码元。 最后,我们可以利用此码
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:1.18kb
    • 提供者:张继红
  1. suanshu

    0下载:
  2. 数据结构上机报告-算术求值,里面有详细的说明和源码,喜欢的同学下载吧-The data structure starts up a report-arithmetic to beg a value, in have expatiation and source code, the classmate liking downloads
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:43.55kb
    • 提供者:王超
  1. SUANSHU

    0下载:
  2. 本文由香农熵理论和统计编码的原理开始,逐步展开对基于算术编码的数据压缩的研究与应用的讨论:从算术编码的原理、产生条件、以及研究算术编码的目的意义等,到具体算术编码方案的分析比较以及其C++语言的实现方案-This Yuka agricultural entropy coding theory and statistical theory began to gradually expand the data based on arithmetic coding compression resear
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:48.82kb
    • 提供者:杜秋国
  1. suanshu

    0下载:
  2. 本程序描述了算数编解码,首先实现了,图像的读取与显示。以及算术编码的实现,与哈夫曼编码相比较,实现了整体的编码-suan shi bian ma zhu yao shi xian le dui zheng ge maliu de bian ma ,bu zhi zhi dui mei ge fu hao de bian jie ma
  3. 所属分类:Data structs

    • 发布日期:2017-05-16
    • 文件大小:3.93mb
    • 提供者:gegelaogong
  1. suanshu

    0下载:
  2. 实现算术编码的MATLAB仿真研究,得到算术码!-Implementation of the MATLAB simulation of arithmetic coding, arithmetic codes are!
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2.85kb
    • 提供者:何德波
  1. suanshu

    0下载:
  2. 算数练习程序,让计算机给出10道简单的算术题,两位整数范围内,学生输入答案后,会自动判定是否正确,输出成绩-Arithmetic exercise program, so that the computer gives 10 simple math problems, within the two integers, the students enter the answer, it will automatically determine whether the correct output
  3. 所属分类:Education soft system

    • 发布日期:2017-04-11
    • 文件大小:550byte
    • 提供者:李美荣
  1. suanshu

    0下载:
  2. 实现简单的加减法运算,随机抽取两个数进行加减法运算,并判断正误-Simple addition and subtraction operations, were randomly selected for subtraction of two numbers, and true or false
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1.62kb
    • 提供者:HB
  1. suanshu-biaodashi-qiuzhi

    0下载:
  2. 算术表达式的求值,实现了加减乘除等基本运算,代码简单易懂,实现算法复杂度小-Arithmetic expressions are evaluated to achieve the basic operations addition, subtraction, etc., is straightforward, small algorithm complexity
  3. 所属分类:Data structs

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

    1下载:
  2. 简单的算术表达式代码,可实现加减乘除的算数计算-Simple arithmetic expression, code, which can realize add, subtract, multiply and divide arithmetic calculation
  3. 所属分类:Algorithm

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

    0下载:
  2. 算术编码源代码,可以编码一个字母序列,字母范围为a,b,c,e,d,- the root code of arithmatic coding ,very simple
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:543byte
    • 提供者:宋波
  1. suanshu

    0下载:
  2. 有1、2、3、4个数字,能组成多少个互不相同且无重复数字的三位数?都是多少? 1.程序分析:可填在百位、十位、个位的数字都是1、2、3、4。组成所有的排列后再去掉不满足条件的排列。 -Have 1, 2, 3, 4 Numbers, how many can form a different from each other and have no the repeat number three digits? How much be? 1. The program analys
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:14.96kb
    • 提供者:liushile
  1. suanshu

    1下载:
  2. 算术编码算法代码,在VC++6.0下开发,算术编码是一种利用非常广的压缩算法-Arithmetic coding algorithm code, developed in VC++6.0, arithmetic coding is a very widely used compression algorithms
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:200.64kb
    • 提供者:李华灿
  1. suanshu

    0下载:
  2. 简单的算数计算器 就是大学里老师总是让做的那种 用vc实现-Simple arithmetic calculator is a university teacher always makes doing the kind used to achieve vc
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:305.71kb
    • 提供者:lucifervsme
  1. Suanshu-Bianma-Jiema

    0下载:
  2. 基于matlab的算术编码设计,里面的程序均得到验证-Arithmetic coding matlab-based design, which the program have been validated
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-05
    • 文件大小:12.81kb
    • 提供者:罗杰
  1. suanshu

    0下载:
  2. 小学生上级做题目,共20题每题科技按上下键操作,最后可以检测正确率。-Pupils do the higher title, a total of 20 questions each question, press the down key IT operations, and finally can detect the correct rate.
  3. 所属分类:Other systems

    • 发布日期:2017-05-30
    • 文件大小:11.63mb
    • 提供者:左晶晶
« 12 »
搜珍网 www.dssz.com