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

搜索资源列表

  1. Fraction-arithmetic

    0下载:
  2. 分数四则运算简单示例,较为实用,可以小学生分数四则运算出题练习。-Fraction arithmetic simple example, more practical, and can score the questions on the primary school arithmetic practice.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:16130
    • 提供者:
  1. arithmetic-coding

    0下载:
  2. 用MATLAB实现算术编码,并计算其平均码长,熵和编码效率-to realize arithmetic coding ,and calculate its average coding length,entropy and coding effciency
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:960
    • 提供者:张婉如
  1. ImgeTool_-using-Arithmetic-opertaionaSpatial-Filt

    0下载:
  2. MFC Image processing tool using spatial filtering, Arithmetic operation, histogram,etc
  3. 所属分类:Menu control

    • 发布日期:2017-05-31
    • 文件大小:13670665
    • 提供者:Son Hyung-Kwn
  1. Arithmetic-Coding

    0下载:
  2. Brief explanation with respect to Arithmetic coding an application in Data Compression, is given
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-24
    • 文件大小:142887
    • 提供者:Nishant
  1. sift-arithmetic-of-matlab-code

    0下载:
  2. 这是关于sift算法的matlab实现的代码,在模式识别和图像配准时都会用到-this is a matlab code for SIFT arithmetic
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2634909
    • 提供者:xuhui
  1. Arithmetic-encoding

    0下载:
  2. matlab中应用算数编码进行图像压缩,比较在对不同大小的像素组压缩时的性能。-Arithmetic coding for image in matlab Compare the diffence while encode different size of pixels block
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-01
    • 文件大小:5181
    • 提供者:施霆
  1. Arithmetic-expression

    0下载:
  2. 自己写的算术表达式小程序,输入一个算术表达式,会得出一个最终值,供大家参考。-Arithmetic expressions to write their own program, enter an arithmetic expression, will come to a final value, for your reference.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-25
    • 文件大小:8502473
    • 提供者:周洁
  1. arithmetic

    0下载:
  2. 算术编码,作业要求,亲测可用-arithmetic compress code, can use!!!!!!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-11
    • 文件大小:2386900
    • 提供者:孙庚泽
  1. arithmetic

    0下载:
  2. 四则运算,可以实现加减乘除的三元运算,可修改为四元运算-Arithmetic, can realize the add, subtract, multiply and divide the ternary, can be changed for four yuan operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:837
    • 提供者:yue
  1. CPP-Structures-and-arithmetic

    0下载:
  2. C++版高清数据结构和算法,高清电子书,包括C++描述的算法,和上百个程序代码实例应用,都是完全可复制运行-C++ Structures and arithmetic.pdf
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3872838
    • 提供者:张玲
  1. mental-arithmetic

    0下载:
  2. mental arithmetic. very useful for childen.
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:182583
    • 提供者:lemon100500
  1. arithmetic-operation

    0下载:
  2. arithmetic operation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-13
    • 文件大小:2337
    • 提供者:liaoyilin
  1. arithmetic

    0下载:
  2. 通过输入四则运算表达式,得出结果。会考虑表达式存在的各种问题,并给出提示。-The outcome by entering the four arithmetic expression. Will consider the problems of expression exists, and give tips.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3383
    • 提供者:穆清
  1. arithmetic

    0下载:
  2. 四则运算器:一个四则运算字符串进行求值。-Arithmetic device: a string of four operations is evaluated.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:3977
    • 提供者:zzj
  1. Integer.arithmetic.calculation.VC

    0下载:
  2. 整数运算VC计算软件代码Integer arithmetic calculation software code VC -Integer arithmetic calculation software code VC
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:21367
    • 提供者:d
  1. Arithmetic-expressions-computing

    0下载:
  2. 用C语言写的带有加减乘除以及括号的算术表达式计算-Arithmetic expressions computing
  3. 所属分类:Console

    • 发布日期:2017-11-16
    • 文件大小:1634
    • 提供者:zhang
  1. Arithmetic-expressions-are-evaluated

    0下载:
  2. 算术表达式求值是以我们常用的输入算术式的方式输入式子,然后将式子以中缀表达式存储,用栈进行括号匹配最后算出结果,是初学者很好的学习数据结构的例子-The arithmetic expression is evaluated based on our common input arithmetic way input formula, then the expression to infix expression storage with stack the brackets match last
  3. 所属分类:Console

    • 发布日期:2017-11-19
    • 文件大小:1487925
    • 提供者:fuyang
  1. arithmetic-expression-evaluation

    0下载:
  2. 数据结构实验 算术表达式问题 输出前缀表达式和后缀表达式,以及求值运算-The output prefix expression data structure experiments arithmetic expressions and suffix expressions, as well as the evaluation value calculation
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:56352
    • 提供者:刘阳
  1. arithmetic-expression

    0下载:
  2. 输入算数表达式,得出结果。可运算+,-,*,/四则运算,可加(),输入确切数字。-Input arithmetic expression, and outcome. Computing+,-,*,/four operations can be added (), enter the exact number.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:15831
    • 提供者:孟佳乐
  1. adaptive-arithmetic

    0下载:
  2. 一位美国人写的自适应算术编码的C语言版。-Adaptive arithmetic coding!
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:
    • 文件大小:4347
    • 提供者:侯淇彬
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com