登录
首页 » 算法 » 二: 普通计算器的设计说明: 1 普通计算器的主要功能(普通计算与逆波兰计算): 1.1主要功能: 包括 a普通加减乘除运算及带括号的运算 b各类三角与反三角运

二: 普通计算器的设计说明: 1 普通计算器的主要功能(普通计算与逆波兰计算): 1.1主要功能: 包括 a普通加减乘除运算及带括号的运算 b各类三角与反三角运

于 2022-01-23 发布 文件大小:28.27 kB
0 186
下载积分: 2 下载次数: 1

代码说明:

二: 普通计算器的设计说明: 1 普通计算器的主要功能(普通计算与逆波兰计算): 1.1主要功能: 包括 a普通加减乘除运算及带括号的运算 b各类三角与反三角运算(可实现角度与弧度的切换) c逻辑运算, d阶乘与分解质因数等 e各种复杂物理常数的记忆功能 f对运算过程的中间变量及上一次运算结果的储存. G 定积分计算器(只要输入表达式以及上下限就能将积分结果输出) H 可编程计算器(只要输入带变量的表达式后,再输入相应的变量的值就能得到相应的结果) I 二进制及八进制的计算器 j十六进制转化为十进制的功能。 *k (附带各种进制间的转化器)。 L帮助与阶乘等附属功能-Calculator

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • STL文件快速分层方
    提出了一种新的STL文件快速分层方法,其首先建立分层平面坐标的散列表,然后根据三角面片坐标值快速查找散列表,得到与三角面片存在交点的分层平面,然后直接用此分层平面与三角面片求交得到截交线。此方法在分层过程中每个三角面片只被查找一次,且不需对读入的三角面片建立复杂的拓扑结构。本文提到的分层算法得到的结果可很好地应用于基于STL模型的环切数控加工中。
    2022-06-26 13:38:02下载
    积分:1
  • 经典模拟退火,希望能对大家有所帮助
    经典模拟退火算法,希望能对大家有所帮助
    2022-03-19 14:17:31下载
    积分:1
  • leach
    算法基本思想是:以循环的方式随机选择簇头节点,将整个网络的能量负载平均分配到每个传感器节点中,从而达到降低网络能源消耗、提高网络整体生存时间的目的。仿真表明,与一般的平面多跳路由协议和静态分层算法相比,LEACH分簇协议可以将网络生命周期延长15%。
    2022-11-08 15:20:03下载
    积分:1
  • 约瑟夫环,运用了数据结构中的链结构。具体请详细观察源程序...
    约瑟夫环,运用了数据结构中的链结构。具体请详细观察源程序-Joseph Wan, the use of the data structure in the chain structure. Please observe the specific source code
    2022-03-09 12:41:47下载
    积分:1
  • A given voice signal amplification procedures, can enter multiples of amplificat...
    一个给语音信号进行放大的程序,可以输入放大的倍数,输入放大后的语音信号。倍数是指语音的幅度,不是指能量。-A given voice signal amplification procedures, can enter multiples of amplification, the amplified voice input signal. Refers to a multiple of the range of voice, not energy.
    2022-08-17 20:36:34下载
    积分:1
  • mime64是什么:mime64是一rfc1341 MIME base64编码描述为其铺…
    WHAT MIME64 IS: MIME64 is an encoding described in RFC1341 as MIME base64.Its purpose is to encode binary files into ASCII so that they may be passedthrough e-mail gates. In this regard, MIME64 is similar to UUENCODE.Although most binaries these days are transmitted using UUENCODE, Ihave seen a few using MIME64, and I have had requests from friends thatI decode MIME64 files that have fallen into their hands. As long assome MIME64 continues to exist, a package such as this one is usefulto have.
    2022-03-22 13:30:49下载
    积分:1
  • 常用的C程序。主要内容包括多项式的计、复数运、随机数的产生、矩阵运、矩阵特征值与特征向量的计、线性代数方程组的求解、非线性方程与方程组的求解、插值与
    常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
    2022-02-26 02:05:02下载
    积分:1
  • 解线性方程组(多元一次) 水平有限,DOS界面。 其中,输出方程组的未知数用x1,x2,x3...表示, 可以解出多元一次方程。...
    解线性方程组(多元一次) 水平有限,DOS界面。 其中,输出方程组的未知数用x1,x2,x3...表示, 可以解出多元一次方程。 -solution of linear equations (multiple times) is limited, and DOS interface. Within this total, output equations with the unknown x1, x2, x3 ... that the United States can come up with multiple linear equation.
    2022-03-16 12:28:28下载
    积分:1
  • 记不清楚了,应该是贪吃蛇的游戏,大家看看,或许有用!谢谢了!
    记不清楚了,应该是贪吃蛇的游戏,大家看看,或许有用!谢谢了!-Can not remember exactly what, and should be the Snake game, let us look at might be useful! Thank you!
    2022-01-28 21:30:46下载
    积分:1
  • poason方进行网格
    poason method to make mesh
    2022-07-01 06:03:39下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载