CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - Arithmetic

搜索资源列表

  1. 排序算法演示

    0下载:
  2. 各种常用的排序算法的演示程序, 以顺序表作为存储结构~~~~ 欢迎大家指正-A demo for different sort arithmetic,use qlist as store type. welcome ues and question
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:11385
    • 提供者:*
  1. FixMath

    3下载:
  2. 这是我本人编写的一个32位定点小数运算的函数库。对于没有浮点运算器的场合,可以提供进行小数运算的一种途径-This is my prepared in a 32-bit fixed point decimal computing functions. For no floating point unit occasions, it can provide for fractional arithmetic, as a way to
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:215044
    • 提供者:吴雨
  1. 稀疏矩阵运算器加减乘

    1下载:
  2. 以十字链表表示稀疏矩阵,实现两个矩阵的相加,相减,和相乘的运算.-List said with a crossbow sparse matrix, the matrix to achieve two together, subtraction, multiplication and arithmetic.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2414
    • 提供者:罗明会
  1. sf1

    0下载:
  2. 算法函数实例,算法1,存放了书中所有的算法函数程序以及例子中的主函数程序-arithmetic functions example, an algorithm, the book store all the arithmetic functions procedures and examples of procedures for the main function
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1664
    • 提供者:rt
  1. 求向量加减乘运算

    0下载:
  2. 数据结构常用算法——向量的加减乘除算法。希望能给读者带来帮助-algorithm commonly used data structures -- the vector arithmetic algorithm. Hope can help readers
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1340
    • 提供者:
  1. 递归下降法整数运算

    0下载:
  2. 该程序使用了递归下降算法进行算术表达式的计算-The program uses recursive descent algorithm arithmetic expressions for the calculation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3271
    • 提供者:陈如山
  1. PA7

    0下载:
  2. 組合語言的大數加減乘除 適合組語初學者訓練計算機科學的運\算邏輯-language portfolio of large numbers for the arithmetic group language training beginners computer science arithmetic logic
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3443
    • 提供者:李大仝
  1. Calculate000

    0下载:
  2. 可以识别输入的算术表达式并计算机结果,支持+、-、*、/四则运算及嵌套的(),比如4*3+5*((16+8)/2-5)。 利用后缀表达式计算。-can identify imported computer arithmetic expression and the results support ,-,*, / 4 Operational and nested (), such as 3 5 4 * * ((16 8) / 2-5). The use of the suffix formul
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1822
    • 提供者:梁清华
  1. 大数运算类实例

    0下载:
  2. 在计算机科学中有一类分常重要的代码工具是抽象的大数运算类,本工程实现对大数加减乘除的封装及实例-in computer science is often an important sub-category of tools is the code of large numbers Operational abstract category, the majority of projects to achieve the arithmetic package and examples
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:5169
    • 提供者:刘胜国
  1. arithmetic

    0下载:
  2. 研究生算法设计课的作业,C++写的,如果谁有需要拿去吧-arithmetic
  3. 所属分类:Data structs

    • 发布日期:2017-04-23
    • 文件大小:29362
    • 提供者:杨玉明
  1. Arithmetic

    0下载:
  2. 四则运算主要是用字符串形式接收一个带括号的四则运算表达式,然后按照四则运算优先级的算法先括号,后乘方,乘除,加减这样的顺序将这个算式解出。-Arithmetic is mainly used to receive a string of four operations with the expression in parentheses, and then follow the four operations in parentheses first priority of the algori
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:13133
    • 提供者:zhoulu
  1. Arithmetic-evaluation

    0下载:
  2. 1. 问题描述 从键盘上输入中缀算数表达式,包括括号,计算出表达式的值 2,基本要求 (1) 程序能对所输入的表达式做简单的判断,如果表达式有错,能给出适当的提示。 (2) 能处理单目运算符+和-。 3. 工具/准备工作 在开始做课程设计项目前,应回顾或复习相关内容。 需要一台计算机,其中安装有Visual C++6.0,Dev C++等集成开发环境软件 4. 分析与实现 对于中缀表达式,一般运算规则如下: (1) 先乘方,再乘除,最后加减 (2) 同
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:63710
    • 提供者:谭帆
  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. 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. Polynomial-arithmetic

    0下载:
  2. 基于VC6.0编程环境,数据结构为队列,实现多项式运算的C++源码,通过测试,绝对正确无误。-Based on VC6.0 programming environment for the queue data structure, polynomial arithmetic C++ source
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:7731
    • 提供者:龙影
  1. arithmetic-fault-access

    0下载:
  2. 这是数据结构的课程设计——算术表达式求值演示的代码。-This is a course-- arithmetic expression evaluation demonstrates the design of data structure code.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2650
    • 提供者:
  1. Arithmetic-expression-evaluation

    0下载:
  2. 算术表达式求值,可对算术表达式求值过程进行演示,并计算出结果。-Arithmetic expression, arithmetic expression evaluation can demonstrate the process and calculate the results.
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:5509
    • 提供者:林祥坦
  1. Arithmetic-expression-evaluation

    1下载:
  2. [问题描述] 表达式计算是实现程序设计语言的基本问题之一。也是栈的应用的一个典型例子。设计一个程序,演示用算符优先法或转换成后缀表达式方法对算术表达式进行求值的过程。 [基本要求] 以字符序列的形式从终端输入语法正确的、不含变量的整数表达式。利用中缀表达式向后缀表达式转换的方法,实现对算术四则混合运算表达式的求值。-Expression computing is to achieve one of the basic problems of program design langu
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1587
    • 提供者:Vicki Cui
  1. Arithmetic-expression-evaluator

    0下载:
  2. (1) 从键盘或文件读入一个合法的算术表达式,输出正确的结果。 (2) 显示输入序列和栈的变化过程。 (3) 考虑算法的健壮性,当表达式错误时,要给出错误原因的提示。-(1) the keyboard or the file is read into a legitimate arithmetic expressions, output the correct result. (2) changes in the sequence and displays the input pr
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:207988
    • 提供者:木离黎
« 12 3 4 5 6 7 8 9 10 ... 14 »
搜珍网 www.dssz.com