搜索资源列表
Tenprograms
- 数值计算方法相关的十个程序.包括对分法、迭代法、牛顿法、割线法、高斯消元法、雅克比迭代法程序、幂法、线性拟合态、-numerical calculation method related to the 10 procedures. Including the right method, iterative method, Newton's method, secant, PGE, Jacques procedures than the iterative method, power, l
rePowMtd
- 用幂法求矩阵的最大特证值-power law with the greatest demand matrix special permit values
ComplexCalculator
- 一个用Java制作的实现“复数”各种操作的计算器。包括 加减乘除根模 自然对数 实幂指数 虚幂指数 正弦 余弦 正切。 主要是各种算法和类的设计。 可以供初学面向对象程序设计和Java的同学参考。-A use of Java to achieve the production of
ComplexCalculator
- 使用NetBean开发的java简易复数计算器,支持复数的加法、减法、乘法、除法、根、模、自然对数、实幂指数、虚幂指数、正弦、余弦、正切的运算。设计了自己的复数类-NetBeans development of the use of the plural simple java calculator, support plural addition, subtraction, multiplication, division, roots, mold, natural logarithm, it
ExprEval
- Java编写的表达式计算器, 即可以像我们书写表达式那样直接输入计算表达式, 程序自动进行运算, 支持加减乘除幂运算以及判断表达式如A?B C, 程序包含完整的Document和测试运行环境-Java calculator prepared expressions that can be done as we write the expression directly into the calculation expression, the program automatically compu
java_function_plotter
- 常见函数绘图 正余弦,幂指对,分段函数,傅立叶-java function plotter
java
- 此文档包含有AOP,Annotation,xml读写,一般文件读写,各种属性文件读写, 安全控制基础,还有Reflect功能的测试。 还有在math中,自己写一个数的n次幂算式 各种框架的核心基础基本都在这里边,当然只是一个简单基础类的探讨,更 深的技术,需要在具体环境下在扩展设计-This document contains the AOP, Annotation, xml reading and writing, reading and writing paper
shuzhi
- java实现数值分析的幂法,在大学编程中有一定作用-java to achieve a power of numerical analysis method
calculate
- 大学时写的js计算器程序 能进行简单加减乘除,和科学运算:(开根号,次幂,log……)-Js college calculator program written in simple addition and subtraction to multiplication and division, and scientific computing: (roots and the power, log ... ...)
jisuanqi
- 设计的计算器应用程序可以完成加法、减法、乘法、除法和开方,次幂运算。且有小数点、正负号、清空、清除以及一定的错误处理等功能。用鼠标单击相应的数字键和运算符号键,然后单击“=”号按钮,窗口上方的文本框将会显示计算出来的结果,要将文本编辑框清空,可单击清空按钮。-Calculator application designed to be completed addition, subtraction, multiplication, division and square root, sub-pow
caulter
- 数学运算包括加、减、乘、除等 复杂的拓展数学运算的实现 包括阶乘、相反数、三角函数、反三角函数、指数函数、对数函数、幂函数、开方、倒数等。其中三角、反三角函数包括用弧度计算和用角度计算。 achieve development Including factorial, on the contrary the number of trigonometric functions, inverse trigonometric functions, exponential functio
caculater
- 用java实现的计算器,通过堆栈实现了带括号的4则混合运算,以及三角函数,幂运算等多功能计算器,里面是带源码的jar包-caculater
matrixCalculate
- 用幂法反幂法计算实际工程计算中的大规模矩阵特征值-Inverse power law with the power method to calculate the actual engineering calculation of large-scale matrix eigenvalue
Adapter
- 适配器模式,完整代码,运行结果截图 题目: 有一个类(adaptee)实现了数学中的幂次运算,方法中需要传入两个参数,一个是基数base,另外一个是幂次exp。现在客户端需要一个求得一个数的平方的函数接口(target),传入一个数,得到它的平方值。为了复用已经存在的类adaptee,适用Adapter来适配adaptee,adapter实现了target接口。 -Adapter mode, the complete code, the results capture Title: A
tzx
- 科学计算器,可以试想四则运算,三角函数,幂运算等功能。-Scientific calculator, support for arithmetic, trigonometric functions, exponentiation functions
24-game
- 用以解决“添加括号、加、减、乘、除使得结果为某个指定数字(当然,特别的能求解24点问题)”的问题。 若允许幂运算(即:解决“添加括号、加、减、乘、除、乘方,使得结果为某个指定数字”的问题),请用带"^"的按钮。 求全部解指的是把所有结果都找出来。 “乱序”求解指的是求出四个数字的顺序不考虑时的解法。-tool for 24 point game
cement
- 解一次方程法求自然数幂和公式的各项系数,自己设置k值后重编译-Method for solving equations and formulas of natural numbers power of the coefficient
Scjg
- 变量n 的值为10。从键盘输入一个字符,当输入的字符为’!’时,计算 n!;当字符为’p’时,计算3 的n 次幂。循环输入字符,当输入’q’时,退出程序。-Variable n has a value of 10. Enter a character from the keyboard when the input character is ! , The calculation n! when the character is p , the calculation of the
compute
- 编写一个能够计算中缀表达式的程序,其中关于中缀表达式有如下的要求: 1)表达式中只处理二元运算符 2)表达式中出现的运算符为:+、-、*、/、^(幂运算)、(),其中幂运算符的优先级别比*和/的高,但是其结合性为右结合-Write a program to calculate the infix expression, the infix expression has the following requirements: 1) only two yuan operator ex
CheckFermat
- 测试费马大定理的正确性。可输入三个参数和幂指数的值。-Test the validity of Fermat s last theorem. You can enter three values of the parameters and exponent.
