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

搜索资源列表

  1. fushusizeyunsuan

    0下载:
  2. 此程序由C++语言编写而成,主要功能是实现复数之间的加、减、乘、除的运算,分别由数字键1、2、3、4代替。包含设计报告-this procedure prepared by the C language, the major function of the complex, plus or minus, multiplication, addition to the operator, Key figures from the 1, 2, 3 and 4 instead. Includes de
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:12.52kb
    • 提供者:许元雪
  1. homework2_2

    1下载:
  2. 用链表(单向链表或双向链表)实现 多项式之间的运算包括:多项式之间的加、减、乘、除*法等
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:35.14kb
    • 提供者:云从龙
  1. Matrix

    0下载:
  2. 能完成矩阵的基本操作(加,减,乘,除,转置,求逆等)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:9.5kb
    • 提供者:avinor
  1. calculator.zip

    0下载:
  2. 表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、*(乘)、/(除)与^(幂次)。,Expression ca
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:48.38kb
    • 提供者:YHC
  1. arithmeticexpression

    0下载:
  2. 数据结构的长数字算术表达式计算算法,包括加\减\乘\除等-Data structure of the long digital arithmetic expressions calculation algorithm, including the addition and subtraction multiplication and division, etc.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:1.53kb
    • 提供者:陈付龙
  1. longintsizeyunsuan

    0下载:
  2. 课程设计是实践性教学中的一个重要环节,它以某一课程为基础,可以涉及和课程相关的各个方面,是一门独立于课程之外的特殊课程。课程设计是让同学们对所学的课程更全面的学习和应用,理解和掌握课程的相关知识。《数据结构》是一门重要的专业基础课,是计算机理论和应用的核心基础课程。 数据结构课程设计,要求学生在数据结构的逻辑特性和物理表示、数据结构的选择和应用、算法的设计及其实现等方面,加深对课程基本内容的理解。同时,在程序设计方法以及上机操作等基本技能和科学作风方面受到比较系统和严格的训练。 本课
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:262.51kb
    • 提供者:刘桂军
  1. TranslateCalc

    0下载:
  2. 实现数据结构中的数学中序表达式转换为后继表达式. 并且运算出后序表达式的结果. 运算符号包括 + - * / & | ! ( ) 加 减 乘 除 与 或 非-Implementation data structure in the math expression in the sequence is converted to a subsequent expression. And after computing the result of the expression sequen
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:175.59kb
    • 提供者:梁志铭
  1. jisuanqi3

    0下载:
  2. 利用数据结构栈的思想,按照四则运算加、减、乘、除、幂(^)和括号的优先关系和惯例,编写计算器程序-Stack data structure using the ideas, in accordance with the four operations add, subtract, multiply, divide, power (^) and the priority relations between the brackets and practice procedures for the p
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:964byte
    • 提供者:邱越
  1. caculate

    0下载:
  2. 《数据结构》 课设 利用栈计算浮点数的加,减,乘,除,有一定的判错功能-" Data Structure" class-based calculation of floating-point increases in the use of the stack, subtract, multiply, divide, there is a certain sub-error functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2.66kb
    • 提供者:吴尘秋
  1. large

    0下载:
  2. 本程序围绕大整数编程,程序能够实现大整数的加、减、乘、除取余等运算。-This program around the big integer programming, the program can achieve large integer add, subtract, multiply, in addition to taking over other operations.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1.3kb
    • 提供者:陈源
  1. reversed_Polish_notation

    0下载:
  2. 逆波兰算法,用以实现四则混合运算,可以支持加,减,乘,除,括号的优先级判断,得到运算结果。-RPN algorithm to achieve four hybrid operation, to support add, subtract, multiply, divide, to determine the priority of parentheses to get the results of operations.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.79kb
    • 提供者:夏于冲
  1. fushu

    0下载:
  2. 实现复数的四则基本运算。用C语言编写,主要功能有复数的输入与输出;两个复数的加、减、乘、除基本四则运算;-To achieve the four basic operations complex. Using C language
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:1.2kb
    • 提供者:王伟
  1. high

    0下载:
  2. 实现了加、减、乘、除的高精度计算以及其他相关运算符的重载。-Implemented add, subtract, multiply, divide and other related high-precision calculation of overloaded operators.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:2.35kb
    • 提供者:yuxinpei
  1. LargeNumber

    0下载:
  2. 大数运算包括加、减、乘、除四则运算 MFC-Large number
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:27.67kb
    • 提供者:凌珍珍
  1. Calculator

    0下载:
  2. 实现任意精度的加、减、乘、除和开方运算,精度位数可由用户设定,数据结构才用链表结构-Arbitrary-precision add, subtract, multiply, division, and square root of bits of precision can be set by the user, the data structure to a linked list structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:119.27kb
    • 提供者:MrLin
  1. polynomial-with-linked-list

    0下载:
  2. 能够实现任意项有理多项式的加、减、乘、除、求模以及幂运算-Able to achieve any item rational polynomial plus, subtract, multiply, and exponentiation
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:8.81kb
    • 提供者: wu ting
  1. MyPolynominal

    0下载:
  2. C#实现的多项式加、减、乘、除算法,便于初学编程的同学使用。-C# implementation of the polynomial add, subtract, multiply, in addition to the algorithm, easy beginner programming students.
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3.48mb
    • 提供者:马海波
  1. duoxiangshi

    0下载:
  2. 数据结构,输入两个个多项式进行数学运算,如加、减、乘、除,按照数学法则得到相应的结果-Data structure, enter the results of two polynomial mathematical operations such as addition, subtraction, multiplication, division, and in accordance with the laws of mathematics
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:1.71kb
    • 提供者:何茹
  1. Calculator

    0下载:
  2. 这是一个对算术表达式进行求值的控制台程序,程序主要用了数据结构中的栈的方法思想。先把表达式转化为后缀表达式,然后两对后缀表达式求值。程序可以实现对加、减、乘、除、乘方进行运算,还支持括号-This is an arithmetic expression is evaluated console program, the program mainly used the data structure stack method thought. First expression into postfi
  3. 所属分类:Data structs

    • 发布日期:2017-11-16
    • 文件大小:16.84kb
    • 提供者:qiur
  1. polyn

    0下载:
  2. 用链表实现的一元多项式的加、减、乘、除、求值、求导、定积分-Achieve with a polynomial of addition, subtraction, multiplication, division, evaluation, derivation, definite integrals
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:2.77kb
    • 提供者:zx
« 12 »
搜珍网 www.dssz.com