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

搜索资源列表

  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
    • 文件大小:1446
    • 提供者:夏玉
  1. js

    0下载:
  2. 简单的计算器,能够实现简单的加,减,乘,除等基本运算
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2008-10-13
    • 文件大小:30108
    • 提供者:xiao
  1. console_calc

    0下载:
  2. 简单计算器,支持多种运算符。输入表达式:1+2,然后回车,即可得到结果-simple calculators, and support for multiple operators. Importation of expression : 1 2, and then Enter, the results can be obtained
  3. 所属分类:控制台(字符窗口)编程

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

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

    • 发布日期:2017-04-06
    • 文件大小:685125
    • 提供者: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
    • 文件大小:252035
    • 提供者:阿贵
  1. Ex_2

    0下载:
  2. 能够实现简单的计算器功能,拥有8个简单的计算功能-Caculate
  3. 所属分类:Console

    • 发布日期:2017-05-28
    • 文件大小:11514873
    • 提供者:鞠超
  1. calculator

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

    • 发布日期:2017-04-05
    • 文件大小:110181
    • 提供者:小熊
  1. zdy8complex

    0下载:
  2. 简单计算器,支持加,减,乘,除,乘方,复数运算-Simple calculator, support add, subtract, multiply, divide, involution, complex computing
  3. 所属分类:Console

    • 发布日期:2017-03-30
    • 文件大小:2129
    • 提供者:JasonZ
  1. calculate1

    0下载:
  2. 其属于VC控制台程序,多功能计算器,简单实用 适合初学者-It belongs to the VC console application, multi-function calculator, simple and practical for beginners
  3. 所属分类:Console

    • 发布日期:2017-05-22
    • 文件大小:6742452
    • 提供者:李博
  1. caculator

    0下载:
  2. 用C语言实现了一个简单的计算器的功能,简单的实现了加减乘除,其它功能可以仿照源码继续添加。-A easy caculator!
  3. 所属分类:Console

    • 发布日期:2017-12-03
    • 文件大小:173225
    • 提供者:相国成
  1. jisuan

    0下载:
  2. 简单计算器的C_++实现代码,属于控制台,比较适合初学者-The simple calculator C_++ achieve code belonging to the console, and more suitable for beginners
  3. 所属分类:Console

    • 发布日期:2017-12-07
    • 文件大小:738
    • 提供者:zc
  1. Calc

    0下载:
  2. 实现计算器的计算功能,简单有效。对初学MFC有较大的参考意义-The calculation function calculator, simple and effective. Beginner MFC reference
  3. 所属分类:Console

    • 发布日期:2017-11-15
    • 文件大小:3555269
    • 提供者:晏海平
  1. TXT

    0下载:
  2. 计算器功能,可以实现简单的四则运算。加减乘除。-Calculator function,Four operations can be implemented with simple
  3. 所属分类:Console

    • 发布日期:2017-12-02
    • 文件大小:81562
    • 提供者:zq
  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-29
    • 文件大小:1939
    • 提供者:万松
  1. WindowsFormsApplication1

    0下载:
  2. 用winfrom简单实现计算器的加减乘除法-Simple addition and subtraction multiplication and division to achieve calculator
  3. 所属分类:Console

  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-15
    • 文件大小:3632115
    • 提供者:suyi
  1. CalExa

    0下载:
  2. 用VC6.0自己编的一款小型计算器,实现+,—,*,/功能,程序简单,容易实现,用MFC编程。-With VC6.0 own series of a small calculator, to achieve+,-,*,/function, the program is simple, easy to implement, with MFC programming.
  3. 所属分类:Console

    • 发布日期:2017-05-08
    • 文件大小:1860611
    • 提供者:魏如花
  1. Calculeter

    0下载:
  2. 计算器,简单的计算器,功能一般,正常的计算器-Calculator, a simple calculator, function normally
  3. 所属分类:Console

    • 发布日期:2017-05-15
    • 文件大小:3791561
    • 提供者:
  1. project3

    0下载:
  2. 这段代码运用编写了一个简单的图形化计算器,能够支持简单的运算功能和两种不同的模式-This code is written using a simple graphical calculator that can support simple arithmetic functions and two different modes
  3. 所属分类:Console

    • 发布日期:2017-06-11
    • 文件大小:18603277
    • 提供者:张宙豪
  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
    • 文件大小:32768
    • 提供者:Songoshun
« 12 »
搜珍网 www.dssz.com