CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 控制台(字符窗口)编程 搜索资源 - Calculator 计算器

搜索资源列表

  1. deskcalulator

    0下载:
  2. 包含一个源文件,实现一个简单的计算器功能,如自己再扩充功能,可实现自定义变量,自定义方程等。-contains a source, the realization of a simple calculator functions, such as further expansion of their functions can be realized from the definition of variables, since the definition of equations.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:1.41kb
    • 提供者:夏玉
  1. 计caltor算器

    0下载:
  2. java 编写的计算器程序,能够连加连减,还能够乘除优先-prepared by the calculator program that can reduce even the company, but can also multiply and divide priority
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:3.49kb
    • 提供者:嘻嘻
  1. Caculator_VC

    1下载:
  2. 计算器,本人早期作品,虽然只能在控制台下运行,但绝对经典。编译后可直接使用。-calculator, I early works, though only console running, but certainly classic. After the compiler can be used directly.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:23.94kb
    • 提供者:梁文锋
  1. counter

    0下载:
  2. 一个简单的计算器,可用于熟悉堆栈的操作。-A simple calculator that can be used familiar stack operations.
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:669.07kb
    • 提供者:ouy
  1. counter

    0下载:
  2. 利用VC6.0开发的一个小型的计算器,可以实现简单的计算功能。-VC6.0 developed using a small calculator, you can achieve a simple calculation.
  3. 所属分类:Console

    • 发布日期:2017-04-27
    • 文件大小:246.13kb
    • 提供者:阿贵
  1. Calculator-source-code

    0下载:
  2. 计算器源代码,能实现加法,减法,乘法,除法的运算,还有可视化的图形界面-Calculator source code
  3. 所属分类:Console

    • 发布日期:2017-11-27
    • 文件大小:4.88kb
    • 提供者:徐帅
  1. calculator

    0下载:
  2. 一个简单的计算器,支持基本四则运算,括号,支持运算级-A simple calculator, support the basic four operations, brackets, support the operations level
  3. 所属分类:Console

    • 发布日期:2017-04-06
    • 文件大小:107.6kb
    • 提供者:小熊
  1. calculator

    0下载:
  2. 一个仿windows计算器的简易计算器,只实现加减乘除等运算,其他复杂运算没有实现。-a simple windows calculator
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:53.68kb
    • 提供者:Dirk
  1. Calculator

    0下载:
  2. 用c++编写的计算器程序的内核算法,对于刚刚学习编程的人有很大的帮助-Using c++ computer program was written in the kernel algorithm, for people just learning programming is very helpful
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:344.33kb
    • 提供者:Weiya.Bai
  1. calculator

    0下载:
  2. 计算器,功能要求: <1>用户输入算式文本,确定后程序给出计算结果,支持两个操作数的加减乘除四则运算即可。例如 用户输入“1234+5678”,敲回车键后,屏幕显示“1234+5678=6912”,然后等待用户输入下一个算式文本; 又如用户输入“123/78”,敲回车键后,屏幕显示“123/78=1.577”, 然后等待用户输入下一个算式文本; 乘法符号用“*”表示 <2>操作数最多不超过四位,可以是整数或小数;结果如果是小数,保留到小数点后3位。
  3. 所属分类:Console

    • 发布日期:
    • 文件大小:935byte
    • 提供者:wangliangtao
  1. calculator

    0下载:
  2. 计算器,汇编语言,高手写的哦,很值得看看学习学习-Calculator, assembly language, master written learning to learn, it is worth a look
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:1.02mb
    • 提供者:prince
  1. calculator

    0下载:
  2. 一个支持四则运算的计算器,可以用括号,可以看看循环体的使用。-so happy
  3. 所属分类:Console

    • 发布日期:2017-11-23
    • 文件大小:8.97kb
    • 提供者:silfa
  1. calculator

    0下载:
  2. 计算器-逆波兰式,计算机计算中缀表达式时通常要将中缀转后缀,也就是逆波兰式-The calculator- Reverse Polish Notation, the computer calculation infix expression usually To infix turn suffix, which is the inverse Polish
  3. 所属分类:Console

    • 发布日期:2017-11-21
    • 文件大小:133.58kb
    • 提供者:
  1. calculator

    0下载:
  2. 简易科学计算器,采用控制台编程.支持各种运算符-Scientific calculator, using the console programming support various operators.
  3. 所属分类:Console

    • 发布日期:2017-11-18
    • 文件大小:667.54kb
    • 提供者:Leptune
  1. Calculator

    0下载:
  2. 本人小弱,这是找实习遇到的一道笔试题:简单的计算器程序。回去增加了新功能。现在可以支持四则运算、位运算、自增自减以及括号。提供了函数和测试代码。欢迎使用和帮我debug。-I m not a experienced programmer. This program is from a paper test that I took for IT intern. It s functions include "+,-,*,/, ,&,^,|,~,++,--" and "(" and ")". The
  3. 所属分类:Console

    • 发布日期:2017-11-30
    • 文件大小:1.89kb
    • 提供者:万松
  1. Calculator

    0下载:
  2. 通过运用数据结构,完成了一个比较简单的四则运算计算器,了解数据结构基础的同时也熟悉了一下编程环境-Through the use of the data structure, completed a relatively simple arithmetic calculator, based on understanding of data structures and also a bit familiar programming environment
  3. 所属分类:Console

    • 发布日期:2017-05-16
    • 文件大小:3.46mb
    • 提供者:suyi
  1. calculator

    0下载:
  2. 用c++实现的一个计算器的小程序,用到的数据结构是栈。是川大数据结构的实验,可以实现优先级的运算包括括号.-With c++ achieve a small calculator program stack data structure is used. This is a data structure Sichuan experiments can achieve priority operations include brackets, etc.
  3. 所属分类:Console

    • 发布日期:2017-03-24
    • 文件大小:2.05kb
    • 提供者:Obama
  1. date-calculator

    0下载:
  2. 日历计算器,可以分辨闰年和平年,并且可以计算从某一天到某一天之间的天数-Data calculator an distinguish the leap year and year, and can calculate the number of days one day to one day in the middle
  3. 所属分类:Console

    • 发布日期:2017-06-03
    • 文件大小:14.25mb
    • 提供者:zbl
  1. polynomial-calculator

    0下载:
  2. c++完成的多项式计算器,可以完成加法,减法,乘法,求积分等操作-c++ completed polynomial calculator can be completed addition, subtraction, multiplication, integration and other operations
  3. 所属分类:Console

    • 发布日期:2017-05-03
    • 文件大小:503.12kb
    • 提供者:李念
  1. 栈计算器

    0下载:
  2. 一个简单的计算器,可以实现带括号的表达式运算,具体描述看附件(A simple calculator that can be used to perform expressions with parentheses, and a specific descr iption of the attachment.)
  3. 所属分类:控制台编程

    • 发布日期:2018-01-09
    • 文件大小:32kb
    • 提供者:Songoshun
« 12 3 »
搜珍网 www.dssz.com