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

搜索资源列表

  1. calc

    0下载:
  2. 对WINODWS自带的计算器进行增强以及含有四则运算-calc
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:421522
    • 提供者:蓝宇
  1. game

    0下载:
  2. 完成24点游戏的功能,四张牌通过四则运算的出结果是24即可。-a game named twenti-four
  3. 所属分类:Chess Poker games

    • 发布日期:2017-05-10
    • 文件大小:2076203
    • 提供者:Tom
  1. GROUP

    0下载:
  2. winTC写的小学生做题系统,含四则运算,有菜单可选择-winTC question writing system elementary-school children, including four operations, a menu to select
  3. 所属分类:Education soft system

    • 发布日期:2017-03-28
    • 文件大小:7931
    • 提供者:单核
  1. BigInterger

    0下载:
  2. 输入两个整数进行四则运算,前面可以有0,可以是超大数,最大长度可以自己设定-Enter two integer arithmetic, can be preceded by 0, can be large, maximum length can be set for
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4355
    • 提供者:张伟
  1. jisuanqi

    0下载:
  2. 简易计算器,这是我做的第一个VB程序,可以进行简单的的四则运算。-Simple calculator, this is my first VB program to do, can be simply the arithmetic.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-05
    • 文件大小:4641
    • 提供者:小猫
  1. Caculater

    0下载:
  2. 计算器,四则运算,用堆栈实现,加减乘除,自动忽略多余的小数点,实现部分输入错误的修正-caculater
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1865115
    • 提供者:陈元
  1. count24

    0下载:
  2. 这是一个学习COM编程的一个习作。传入四个数, 试图发现这四个数经过四则运算后是否等于24的可能组合-This is one of a learning COM programming assignments. Introduction of four numbers, trying to find this number by four after four operations is equal to 24 possible combinations
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:27092
    • 提供者:zsse
  1. Cal

    0下载:
  2. 一个控制台下的计算器,可以实现两个数的四则运算-A console calculator, you can achieve four fundamental operations of two numbers
  3. 所属分类:Console

    • 发布日期:2017-04-17
    • 文件大小:146106
    • 提供者:asas
  1. Caculator

    0下载:
  2. 一个简单的计算器,可以用来计算各种四则运算,希望对大家有用-A simple calculator can be used to calculate all four operations, we hope to be useful
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:978
    • 提供者:喜之狼
  1. jisuan

    0下载:
  2. 用C++编制的小计算器,四则运算,按位精度可随便设置-a program of micro computer based on C++
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-14
    • 文件大小:4974
    • 提供者:王宝宝
  1. jisuanqi

    0下载:
  2. 可以随时记录历史记录 且输入式子化四则运算 计算器 。-Records at any time if the history and operations formula calculator
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:115776
    • 提供者:何海平
  1. sss

    0下载:
  2. 用c语言写的实现基本的四则运算,操作简单,代码易懂。-Written by c language to achieve the basic arithmetic is simple, the code to understand.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:161939
    • 提供者:郝明刚
  1. ComplexOperations

    0下载:
  2. 运用运算符重载,实现复数的运算。可实现加减乘除四则运算。-The use of operator overloading, to achieve complex arithmetic. Can be realized Math arithmetic.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:827
    • 提供者:安寂
  1. poly

    0下载:
  2. 1.实现多项式的加减乘除四则运算 2.实现文件的输入输出-1. To achieve polynomial addition and subtraction, multiplication and division arithmetic 2. Implement file input and output
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:13019
    • 提供者:honghong
  1. Calc

    0下载:
  2. 四则运算计算器 可以计算整数四则运算,例如:7+5*(3+4) (1)按要求在提供的框架程序源程序的基础上对程序进行修改、补充,并调试通过。 (2)修改主程序结构,使程序可以反复运算,直到选择退出为止。 (3)增加文件的输入输出功能,是计算过的式子和结果可以根据需要设置命令存储到文件中,同时也可以直接从文件中输入四则运算的式子,运算后,结果输出到原文件中。-Arithmetic calculator can calculate the integer arithme
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:32488
    • 提供者:li
  1. shiyanwwu

    0下载:
  2. 则运算式求值,将四则运算式用中缀表达式表示,然后将它转变成后缀表达式,并且计算结果。 2、 基本要求:要求运用二叉树来实现。 -The expression is evaluated, the four expressions that use the infix expression, and then to transform it into a postfix expression, and results. 2, the basic requirements: Requir
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:2960
    • 提供者:wuting
  1. sizeyunsuan

    0下载:
  2. 简单的计算方式,只有四则运算,没有高等级的计算方式-Simple calculation, only the four operations, there is no method for calculating grade
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2297
    • 提供者:马晓羽
  1. Transform

    0下载:
  2. 本程序实现将十进制转换成二进制,并可进行简单的四则运算和二进制的“与”\“或”运算。程序未经严格的测试。-Implementation of the program will convert binary decimal, and simple arithmetic, and binary " and" \ " or" operation. Without the rigorous testing procedures.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:5684
    • 提供者:Nick
  1. Calculator

    0下载:
  2. 用visual C++ 2008写的计算器,支持四则运算,在dos下运行的。调试已成功,可以直接运行。-Using visual C++ 2008 to write the calculator to support four operations, running in dos. Debugging has been successful, can be directly run.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:504028
    • 提供者:李准基
  1. jisuanqi

    0下载:
  2. VC++下的四则运算,尤其是在考虑到double型时的精度丢失问题-VC++ under the four operations, especially when taking into account the precision of loss of double type problem
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:12772
    • 提供者:张俊波
« 1 2 ... 23 24 25 26 27 2829 30 31 32 33 ... 50 »
搜珍网 www.dssz.com