搜索资源列表
biaodashi
- 1.一个表达式和一个二叉树之间,存在着自然的对应关系。写一个程序,实现基于二叉树表示的算术表达式Expression的操作。 2.假设算术表达式Expression内可以含有变量(a~z)、常量(0~9)和二元运算符(+,-,*,/,^(乘幂))。实现以下操作: ⑴ReadExpr(E)——以字符序列的形式输入语法正确的前缀表达式并构造表达式E。 ⑵WriteExpr(E)——用带括弧的中缀表达式输出表达式E。 ⑶Assign(V,c)——实现对变量Vde赋值(V=c),变量的初
lhzh
- (1)该码功能是将数组后n为一次放在数组前面,不改变其他元素顺序; (2)用二分法求方程的根。-(1) of the code after the function is an array on an array of n for the first time in front of the other elements do not change the order (2) equation for the root of the dichotomy.
汇编求一元二次方程根,考虑虚数
- 精心收集的汇编语言写的求一元二次方程根,包含取值范围检测,实数部分虚数部分
code
- 用C代码写的万能求根公式,很有用的,没有错误。-Universal Root Formula written in C code, useful, no errors.
1
- matlab源程序代码,应用于非线性方程求根等-Roots of nonlinear equations
MicroprocessorFormulaCalculator
- 单片机课的实验作业。功能是实现一个有着简易计算功能的计算机,利用LCD屏互动。可以做加减乘除运算。特别的,给出了四个内置公式:等差数列求和,一元二次方程求根,排列,组合。-Our project is aiming at making a calculator to help the users calculate particular formulae. As long as the user correctly input the values of parameters needed in
music62
- 一维music与求根music的阵元个数对比分析-One-dimensional music and roots music comparative analysis of the number of array elements
music51
- 一维阵列 求根 music 算法-Algorithm for one-dimensional array roots music
music
- music算法相干和非相干2个信号源求根。有增益信噪比,自编求根music算法-music algorithm coherent and incoherent two sources Roots. There SNR gain, self-roots music algorithm
Jacobi-seeking-roots-of-equations
- 雅克比求方程组的根,已经调试成功。只需要输入变量即可。-Jacobi equations seeking roots, debugging has been successful. Only need to enter the variable.
Newton
- 给定初值及容许误差,利用newton迭代法求方程的根。-Given the initial value and the allowable error, find the root of the equation using newton iteration.
xuedie
- 使用牛顿迭代法求下面方程在1.5附近的根:2x^3-4x^2+3x-6=0-Using Newton iterative method in 1.5 the following equations near the root:2x^3-4x^2+3x-6=0
matlab
- 已知轨道根数,用代数法求卫星轨迹,并画含有地球模型的动图-Known orbital number, the algebraic method for satellite trajectory, and painted with the earth model of the dynamic map
matlab
- 利用微分法将轨道根数求卫星位置速度,并画含有地球模型的动图-Using the differential method to track the number of required satellite position, velocity, and painted action figure containing Earth Model
