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

搜索资源列表

  1. 数据结构中的计算器

    0下载:
  2. 是一种数据结构的算法,实现一种简单的数据计算功能-is a data structure of the algorithm to achieve a simple function data
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2145
    • 提供者:陈云
  1. 多项式运算

    0下载:
  2. 一元稀疏多项式计算器。实现稀疏多项式的加法和减法。-one yuan sparse polynomial calculator. SPARSE polynomial subtraction and addition.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1489
    • 提供者:cuckoo
  1. 数据结构计算器

    0下载:
  2. 数据结构基本算法设计 用C++实现一个计算器,计算器需具有基本的功能-basic algorithm data structure design to achieve a C calculator, calculator should have the basic functions
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10856
    • 提供者:孙锋志
  1. yiyuanxishuduoxiangshi

    0下载:
  2. 这是一个一元稀疏多项式计算器 能够实现多项式的输出 降幂 还有加法 减法 乘法功能 除此之外还有能够对不同阶数的线性方程组求解 对于无解时会提醒。此程序供大家参考。-This is a one yuan sparse polynomial calculator can realize the output power and down polynomial function besides addition and subtraction method to different order nu
  3. 所属分类:Data structs

    • 发布日期:2017-06-21
    • 文件大小:35922266
    • 提供者:FISH
  1. jisuanqi

    0下载:
  2. 该程序实现了计算器的主要功能,对于初学者理解重载等知识点有很大的帮助。-The program implementation of the main functions of the calculator, for beginners to understand, such as heavy-duty knowledge there is very helpful points.
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:240470
    • 提供者:朱琳可
  1. calculator

    0下载:
  2. 简单的计算器程序,是数据结构的简单应用,实现了计算器的基本功能-A simple calculator program is a simple application of the data structure to achieve the basic functions of the calculator
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:927034
    • 提供者:龙马
  1. SimpleCalcMFC

    0下载:
  2. MFC计算器。用堆栈实现,可以进行含括号的四则运算。-MFC calculator. Implementate With the stack. Can be carried out with the four fundamental operations in parentheses.
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:12205108
    • 提供者:WangLuJun
  1. Unarysimplecalculator

    0下载:
  2. 一元多项式计算器的基本功能定为 (1) 建立多项式 (2) 输出多项式 (3) 两个多项式相加,建立并输出和多项式 (4) 两个多项式相减,建立并输出差多项式 实现提示:可选择带头结点的单向循环链表 或单链表存储多项式,头结点可存放多项式 的参数,如项数等。 除以上功能外,还有乘法和除法的计算和导数计算-Unary polynomial basic functions of the calculator as (1) the estab
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2499
    • 提供者:郑海鹏
  1. polynomial

    0下载:
  2. 此为多项式计算器的实现,实现多项式的加减,求导,求值运算-This is the realization of polynomial calculator to achieve polynomial addition and subtraction, derivation, evaluation operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2269
    • 提供者:aa
  1. jisuanqi

    0下载:
  2. 用数据结构的堆栈实现计算器的各种功能包括数值转换功能-Stack data structure used to achieve various functions including numerical calculator conversion
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1969218
    • 提供者:姜冷
  1. calculator

    0下载:
  2. 一个简单实用的实现计算器的功能代码,便于理解学习C++编程与数据结构与算法。-A simple and practical calculator function code realization, facilitating understanding learning c++ program and data structure and algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1835442
    • 提供者:楚天印
  1. ds-labs

    0下载:
  2. 数据结构基本算法实现。包括栈、二叉树基本运算实现,同时包含整数计算器的完整实现。-The basic algorithm data structure. Including implementation of stack, binary tree basic operations, and a complete implementation of an integer calculator.
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:220699
    • 提供者:黄诚
  1. 1-1

    0下载:
  2. 用C语言编写的复数计算器,实现了加减乘除功能,用结构体存储实部和虚部,适合数据结构初学者-Complex with a calculator written in C, to achieve the Math functions, with the structure store the real and imaginary parts, the data structure suitable for beginners
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1168
    • 提供者:zhangqianru
  1. calculator

    0下载:
  2. 用C语言通过堆栈算法实现的一个简单的计算器.可是实现四则运算。-a calculator
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:31861
    • 提供者:lianxingxing
  1. calculator-algorithm

    0下载:
  2. 数据结构设计程序之计算器的算法实现,很适合初学者学习-Data structure design procedures calculator algorithm, it is suitable for beginners to learn
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:138324
    • 提供者:issachuxleg
  1. computer

    0下载:
  2. 简单计算器的实现 ,此计算器是用java实现,仅供参考-simple computer design and make it true
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1904278
    • 提供者:邓威
  1. jisuanqi

    0下载:
  2. 只要实现科学计算器的功能,用栈写的-Scientific calculator function stack write! ! ! ! ! ! ! ! !
  3. 所属分类:Data structs

    • 发布日期:2017-11-07
    • 文件大小:1406
    • 提供者:王金磊
  1. counter_j

    0下载:
  2. 用C语言编写的计算器,实现计算器的基本功能,希望可以为对C感兴趣的朋友做参考使用!-Calculator using C language, the basic functions of the calculator, friends interested in the C reference!
  3. 所属分类:Data structs

    • 发布日期:2017-11-24
    • 文件大小:181248
    • 提供者:cjm
  1. calculator

    0下载:
  2. 输入一个多项式,计算器通过运算输出结果(其中的实现过程为堆栈来实现)-Enter a polynomial calculator through the operation output (including the implementation process for the stack to achieve)
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:979
    • 提供者:杨星
  1. 计计计算器

    0下载:
  2. 用C++实现小型计算器的功能,包括四则运算,三角函数,对数函数,幂函数的运算(Using C++ to achieve the function of small calculators, including four operations, trigonometric function, logarithmic function, power function calculation)
  3. 所属分类:数据结构

    • 发布日期:2017-12-21
    • 文件大小:4096
    • 提供者:Liangshuang
« 12 3 »
搜珍网 www.dssz.com