搜索资源列表

  1. Science_Calculator

    0下载:
  2. 用C++实现的计算器的源程序,可以做科学计算,很小巧实用。-C realized calculators of the source, can be done in scientific computing, a very compact practical.
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:71144
    • 提供者:梁超
  1. 03031146

    0下载:
  2. 项目名称:科学计算器 姓名:刘博 学号:03031147 班级:能动35 完成时间:2004-11-29 指导教师:罗建军 一.项目背景: 1.背景简介 我们在学习生活中,常会遇到一些繁杂的数值运算,尤其是遇到正弦、余弦、对数等手算困难的运算时,这时候我们就必须用到科学计算器,所以我便着手开发了这个计算
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:158656
    • 提供者:a
  1. Science_Calculator

    0下载:
  2. 用C++实现的计算器的源程序,可以做科学计算,很小巧实用。-C realized calculators of the source, can be done in scientific computing, a very compact practical.
  3. 所属分类:中间件编程

    • 发布日期:2024-05-04
    • 文件大小:70656
    • 提供者:梁超
  1. 03031146

    0下载:
  2. 项目名称:科学计算器 姓名:刘博 学号:03031147 班级:能动35 完成时间:2004-11-29 指导教师:罗建军 一.项目背景: 1.背景简介 我们在学习生活中,常会遇到一些繁杂的数值运算,尤其是遇到正弦、余弦、对数等手算困难的运算时,这时候我们就必须用到科学计算器,所以我便着手开发了这个计算
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:158720
    • 提供者:
  1. calculator

    0下载:
  2. 1.实现科学计算器功能,对出错的输入计算式能进行识别 2.可以使用+,-,*,/,(,),&,|,~,sin,cos,tan,pow,log,exp,asin,acos,atan,sqrt以及0~9,pi的数字构成运算符; 3.负号的使用具有特殊性,可以使用2--2;也可以使用sin--2(表示sin2); 4.10进制支持小数;支持10、16、8、2进制运算;对于16、8、2进制,仅支持整型输入操作; 5、8、2进制的
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:12288
    • 提供者:程梁
  1. calculator

    0下载:
  2. 用visual c++ 6.0 实现的科学计算器,输入表达式,计算出结果。-Using visual c++ 6.0 to achieve a scientific calculator, enter the expression to calculate the result.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-04
    • 文件大小:3520512
    • 提供者:Jke X
  1. calculator

    0下载:
  2. 用c++实现的利用堆栈完成的科学计算器 希望对大家有用-Using c++ to achieve the completion of a scientific calculator using stack
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:368640
    • 提供者:马玥
  1. calculator

    0下载:
  2. 用C++实现科学计算器设计,能实现对加减乘除及函数的运算功能-Designed to achieve scientific calculator using C
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:6540288
    • 提供者:jack
  1. Calculator

    0下载:
  2. 一款用C++实现的计算器,提供比较齐全的计算功能。还能切换一般计算和科学计算。包括sin.cos.正余弦的计算。-C++, using a calculator, to provide more complete computing. Can switch the general computing and scientific computing. Including sin.cos. Is the cosine of the cal
  3. 所属分类:Windows编程

    • 发布日期:2024-05-04
    • 文件大小:1110016
    • 提供者:天蓝夜
  1. Calculator

    0下载:
  2. 用C#实现的科学计算器,可以实现科学计算器中的大部分功能-Using C# to achieve the scientific calculator, scientific calculator can be achieved in most of the functions
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-04
    • 文件大小:62464
    • 提供者:zhangmin
  1. CPPcounter

    0下载:
  2. 本课程设计用C++实现一个简单计算器。其类似于Windows附件中自带的计算器。这个计算器不仅实现了简单的四则运算功能,还实现了高级的科学计算功能,而且具有简洁大方的图文外观。-The course is designed in C++ to implement a simple calculator. Its similar to the attachment that comes with Windows calculator. T
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:419840
    • 提供者:侯亚斐
  1. calculatorCPP

    0下载:
  2. 用C++编写的一个科学计算器,可以实现四则运算,也可以识别括号。-Written in C++, a scientific calculator, you can achieve the four operations, can also be identified in parentheses.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:Ben
  1. Calculator

    0下载:
  2. 用C#语言实现计算器功能。源代码。可以运行。计算器有普通运算和科学运行的功能。-Calculator function in C# language. Source code. Can run. Calculator ordinary computing and scientific operation of the function.
  3. 所属分类:C#编程

    • 发布日期:2024-05-04
    • 文件大小:379904
    • 提供者:温梓玫
  1. jisuanji

    0下载:
  2. 计算器,用C#实现的科学计算器,可以进行计算-Calculator, using the C# implementation of a scientific calculator, can be calculated
  3. 所属分类:C#编程

    • 发布日期:2024-05-04
    • 文件大小:227328
    • 提供者:肖扬
  1. calculator

    0下载:
  2. 用C#实现的简易计算器,可实现科学计算器,适合新手学习-C# implementation of a simple calculator, scientific calculator, suitable for novice learning
  3. 所属分类:C#编程

    • 发布日期:2024-05-04
    • 文件大小:235520
    • 提供者:苏始星
  1. Calculator

    0下载:
  2. 用C# 4.0实现的多功能科学计算器,有开发、乘方,三角函数,反三角函数等。-C# 4.0 to achieve the multi-function scientific calculator, such as development, exponentiation, trigonometric functions, inverse trigonometric.
  3. 所属分类:C#编程

    • 发布日期:2024-05-04
    • 文件大小:74752
    • 提供者:
  1. JISUANQI

    0下载:
  2. 用C++语言实现的科学计算器的功能,还可自行定义其他相关函数。-The scientific calculator with C++ language, other functions can be defined.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-04
    • 文件大小:4321280
    • 提供者:LIUDACHUN
  1. WindowsFormsApplication3

    0下载:
  2. 用C# 实现科学计算器的功能 有加减乘除 界面很漂亮 -C# the function of caculation
  3. 所属分类:压缩解压

    • 发布日期:2024-05-04
    • 文件大小:250880
    • 提供者:林佳
  1. 科学计算器

    0下载:
  2. 使用C语言写的科学计算器,可以实现四则运算、三角函数运算、指对数运算;优先级正确;能智能屏蔽空格,能识别输入错误和运算错误,能实现继续运算、清空运算结果和有效退出的功能(1234567891011121314151617181920)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-04
    • 文件大小:2048
    • 提供者:xn123456

源码中国 www.ymcn.org