-
compress_dwt
差分脉冲编码调制(DPCM)是一种高效的数据压缩技术
- 2022-03-05 16:59:21下载
- 积分:1
-
平面三角形单元有限元计算程序,能算各种以三角形单元划分的平面问题
平面三角形单元有限元计算程序,能算各种以三角形单元划分的平面问题
-Plane triangular element finite element program that can count a variety of triangular element into the plane problem
- 2022-01-26 00:09:11下载
- 积分:1
-
GA-rbf神经网络
基于遗传算法的径向基神经网络matlab代码实现
- 2022-06-03 11:57:40下载
- 积分:1
-
C++动态规划的算法例子,找零钱的经典问题编程
C++动态规划的算法例子,找零钱的经典问题编程-C++ Dynamic programming algorithm for example, to find the classic problem of small change programming
- 2023-05-04 21:50:03下载
- 积分:1
-
线性回归分析算法
一元线性回归分析算法-a linear regression analysis algorithm
- 2023-07-20 08:10:03下载
- 积分:1
-
离散数学的二元关系判断(源与再…
离散数学二元关系性质判断器(源码及报告)-Discrete Mathematics dual nature of the relationship judgment (source and the report)
- 2022-03-06 20:46:51下载
- 积分:1
-
清华大学数学实验之线性方程组的数值求解幻灯片与MAT源码
清华大学数学实验之线性方程组的数值求解幻灯片与MAT源码-Tsinghua University, Experimental Math linear equations of the numerical solution of the slide with the MAT-source
- 2022-07-05 05:29:21下载
- 积分:1
-
粒子群优化算法 C 代码
粒子群优化算法的 C 代码
- 2022-07-10 03:12:01下载
- 积分:1
-
a matrix multiplication code in C Language
一个矩阵相乘的c语言代码-a matrix multiplication code in C Language
- 2022-04-19 17:23:06下载
- 积分:1
-
这是一个简单的演示如何评价文本的数学表达式
This a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functions. The code consists of
three simple classes: 1) Calc - which does the main calculations, 2) Stack -
which is used to push and pop intermediate operators and numbers and 3)
Symbol Table. The symbol table is a collection of calc symbols, a type structure
consisting of various elements, including the expression name, function name,
and the final value of the expression The evaluation procedure is done in three
steps: 1) simplify the expression by removing all the elements within () and
storing them in subexpressions within the symbol table. 2) Each of these sub
expressions are then converted to RPN format (Reverse polar notation) and
evaluated 3) Finally, the main expression is converted to RPN and evaluated-This is a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functi
- 2022-02-20 06:26:41下载
- 积分:1