计算器程序。 能够显示计算优先级的二叉树。 可以任意加括号。 可进行+_*/%运算,及sin,cos,tan,cot,^,ln,e^,a^运算。 运行于TC2.0。要求正确配置图形驱动程序。
上传时间: 2013-12-29
上传用户:tzl1975
Input The input consists of two lines. The first line contains two integers n and k which are the lengths of the array and the sliding window. There are n integers in the second line. Output There are two lines in the output. The first line gives the minimum values in the window at each position, from left to right, respectively. The second line gives the maximum values. Sample Input 8 3 1 3 -1 -3 5 3 6 7 Sample Output -1 -3 -3 -3 3 3 3 3 5 5 6 7
上传时间: 2014-12-21
上传用户:hongmo
以二叉链表为存储结构,分别写出求二叉树结点和叶子总数的算法
上传时间: 2014-01-07
上传用户:c12228
用最小二乘法拟合曲线y=a0+a1*x+a2*x^2+a3*x^3+...+an*x^n 的vc源码
上传时间: 2015-10-27
上传用户:ryb
本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和 。 本算法用指数平滑法预测数据
上传时间: 2013-12-27
上传用户:lijinchuan
一个DELPHI做的通过数据库来对树的操作 包括创建 添加 删除 用到递归运算
上传时间: 2015-10-27
上传用户:gmh1314
利用熵(entropy)及多變量GM(h.N)模型的觀念,探討灰色理論於權重之分析
上传时间: 2015-10-27
上传用户:thinode
树的遍历及最小生成树问题解决 采用最新Java编程技术
上传时间: 2014-01-08
上传用户:hasan2015
两次素数筛选算法源程序!先筛选sprt(n)内的素数,再选n内的素数,些算法更快~主要用VC实现
上传时间: 2015-10-28
上传用户:lanwei
设给定n 个变量1 x , 2 x ,…, n x 。将这些变量依序作底和各层幂,可得n重幂如下 n x x x x 3 2 1 这里将上述n 重幂看作是不确定的,当在其中加入适当的括号后,才能成为一个确定的 n 重幂。不同的加括号方式导致不同的n 重幂。例如,当n=4 时,全部4重幂有5个。
标签: 变量
上传时间: 2015-10-28
上传用户:1101055045