CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - 加 减 乘 除

搜索资源列表

  1. jiajianchenchu

    0下载:
  2. 用vc编写的一个实现加,减,乘,除功能的小程序,初学着可以借鉴-vc prepared with a realization, plus or minus, multiplication and function of small programs, beginner to learn from
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.34kb
    • 提供者:犯得上
  1. 天文数的阶乘

    0下载:
  2. 我编写了一个“天文数字计算”程序突破了这一限制,可以把数字的长度扩充到无穷多位。除了能做加、减、乘、除、求模等基本运算外还可以做阶乘、乘方、开平方等运算。 例如:10000! = ?、(2002^2000)%9999 = 9394、2002的平方根的小数点后第10000位是4。 下面这个程序只是我用编写的“天文数字计算”里的一个计算。 因为在程序代码中使用了中文,所以这个程序如果不在中文DOS下运行,可能会出现乱码,但不影响程序的计算结果。 注:因为D
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.47kb
    • 提供者:高天一
  1. JSQ05055413

    0下载:
  2. C#编的一个简单计算器 实现了加、减、乘、除、求根、倒数、小数点、MR、MS、M+、MC等功能
  3. 所属分类:C#编程

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

    0下载:
  2. 复数的++++ ---- **** 加,减,乘,除
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:942byte
    • 提供者:day
  1. 模拟WINDOWS计算器

    0下载:
  2. #制作了一个类似Windows中的计算器。本计算器的基本功能如下: 1实现了计算器的基本功能:加、减、乘、除 2实现开平方根 3实现清除屏幕 4实现了清除内存 5实现了对屏幕数据的复制和粘贴-# produced a similar Windows calculator. The basic functions of the calculator is as follows : a realization of the basic functions of the calculator : ad
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:341.22kb
    • 提供者:
  1. 3_2

    0下载:
  2. 主要实现计算机的一般功能,加,减,乘,除等,幂指数等-the funtion of accout
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:898byte
    • 提供者:王跃
  1. CalCulator

    0下载:
  2. 简易版计算器,可实现加、减、乘、除、开方、取余等简单功能。-Simple version of the calculator, can be add, subtract, multiply, divide, prescr iption, and so take more than a simple function.
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:41.79kb
    • 提供者:zlj
  1. lele

    0下载:
  2. 本代码使用了C++等开发环境,编程了一个可以实现加、减、乘、除等基本功能计算器。还加上图形界面,使得计算器更加完美。-This code uses the C++ and other development environments, programming can be achieved in an add, subtract, multiply, in addition to basic functions such as calculators. Is coupled with a gra
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:712byte
    • 提供者:乐乐
  1. WindowsFormsApplication2

    0下载:
  2. 简易计算器,进行加、减、乘、除、平方和开放运算-Simple calculator, to add, subtract, multiply, divide, square and open computing
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:49.27kb
    • 提供者:李云鹏
  1. C-Calculator

    0下载:
  2. 用C#写的比较基础的windows Form 程序,该计算器实现了基础的数学运算,如加,减,乘,除等任务.主要是通过该程序学习vs.net的   编程环境,以及windows Form程序.主要针对初学者 -Comparison with C# to write the basis of windows Form procedures, the calculator to achieve a foundation for mathematical operations, such
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:3.68kb
    • 提供者:魏黎明
  1. calculator

    0下载:
  2. 实现了按照计算器的基本功能设计用于基本运算的计算器软件,实现实数间的加、减、乘、除,以及取倒数运算(另亦可添加平方、开方等运算)。-Implemented in accordance with the basic functions of calculators designed for basic operations calculator software, to achieve real number between the add, subtract, multiply, divide,
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:36.95kb
    • 提供者:oyzw
  1. FiniteField

    0下载:
  2. 使用C#语言编写的,实现了在有限域上的运算。包括有限域内的加、减、乘、除、等。-Using the C# language on a finite filed. Including addition, subtraction multiplication and division and so on.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:20.58kb
    • 提供者:mliang
  1. CSharp-Skyiv-BigInteger

    0下载:
  2. 一个实现了大数及其加、减、乘、除等各种操作的类-An implementation of the large number of addition, subtraction, multiplication, division and other operations of the class
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:2.61kb
    • 提供者:lvyes
  1. [03]Calculator

    0下载:
  2. 可以实现简易计算器的加、减、乘、除、平方根、倒数等基本功能的计算。采用C#语言编写的windows窗体应用程序。-Simple calculator can add, subtract, multiply, divide, square root, reciprocal and other basic functions of the calculation. Written using C# windows forms application.
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:45.43kb
    • 提供者:D K
  1. Calculator-Sourcecode

    0下载:
  2. 1、实现十进制下的四则运算(加、减、乘、除)和四则混合运算 2、实现十进制转化为二进制或十六进制 3、实现进行一些常用的函数运算(比如sin、cos、tan、cot、sqrt、ln等) 4、实现“(”,“)”符号的表达式的计算-1 decimal, under the four operations ( addition, subtraction, multiplication, addition) and four mixed computing 2, decimal conv
  3. 所属分类:CSharp

    • 发布日期:2017-04-25
    • 文件大小:12.67kb
    • 提供者:陆远
  1. comptometer

    0下载:
  2. 利用C#语言基本实现计算器的简单功能:加、减、乘、除、三角函数等计算。-C# language, the basic realization of the simple functions of the calculator: add, subtract, multiply, in addition, trigonometric calculation.
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:95.25kb
    • 提供者:精灵
  1. dads

    0下载:
  2. 、十进制数的加、减、乘、除、乘方、取模等简单计算。 2、科学计算函数,包括(反)正弦、(反)余弦、(反)正切、(反)余切、开方、指数等函数运算。 3、以角度、弧度两种方式实现上述部分函数 -Decimal plus, minus, multiply, power, modulo a simple calculation. 2, scientific computing functions, including the (anti-) sine (anti-) cosine, (ant
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:180.96kb
    • 提供者:赵子龙
  1. cal

    0下载:
  2. c#编写的简单计算器,加 减 乘 除 退格 清空。-Simple calculator
  3. 所属分类:CSharp

    • 发布日期:2017-11-26
    • 文件大小:60.89kb
    • 提供者:zhengjiaxue
  1. CSharp

    0下载:
  2. 编译环境:Microsoft Visual C++ 6.0 说明: 采用树形结构处理表达式,按优先级运算结果,一个加,减,乘,除或数值为一个节点-Compile environment: Microsoft Visual c++ 6.0 Descr iption: Expression of tree structure processing, according to the priority operations as a result, a plus, minu
  3. 所属分类:CSharp

    • 发布日期:2017-04-24
    • 文件大小:12.7kb
    • 提供者:zjr
  1. WindowsFormsApplication1

    0下载:
  2. 实现简单计算器功能,可以实现加、减乘、除等功能-Implement a simple calculator function, can realize the function such as add, subtract multiply and divide
  3. 所属分类:CSharp

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