-
龙贝格算法c源代码 实用性强,考虑方面齐全
龙贝格算法c源代码 实用性强,考虑方面齐全-Romberg c algorithm source code practical, considerations complete
- 2023-05-12 00:05:03下载
- 积分: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
-
TSA趋势检验算法
通过程序,可以对时间序列数据进行趋势检验分析,TSA突变趋势分析程序可以广泛应用于动力学和水文时间序列数据的检验之中。
- 2022-07-02 15:37:11下载
- 积分:1
-
项目实施的堆
函数和过程:
1.Heapify
2.建堆
3.插入
4.提取最大
5.增加的关键
6.初始化
7.打印堆
从文件堆成 8.读取文本)
- 2023-02-08 06:50:03下载
- 积分:1
-
python GMM
python版本的混合高斯实现
- 2022-11-15 19:50:03下载
- 积分:1
-
RBF神经网络PID控制程序
利用径向基神经网络整定的PID控制,调节PID控制器的Kp、Ki、Kd三个参数,输入是方波和1,相应速度快,三个参数变化明显,内涵中文注释。
- 2023-05-19 07:20:03下载
- 积分:1
-
最长前缀匹配和最近邻规则的ip聚类算法
采用C++语言编写的一种新的IP聚类算法。算法结合最长前缀匹配和最近邻规则聚类算法的概念,运用逐步优化的层次聚类的思想,自动并有意义地进行基于数据集中地址属性的无监督聚类。
- 2022-03-24 05:43:54下载
- 积分:1
-
复数(Complex Number)的四则运算
复数(Complex Number)的四则运算-Complex (Complex Number) 4 Operators
- 2022-01-25 22:40:20下载
- 积分:1
-
数值分析或计算方法中的Gauss-Seidel法求解线性方程组的c++程序...
数值分析或计算方法中的Gauss-Seidel法求解线性方程组的c++程序-numerical analysis or calculation method of Gauss- Seidel method for solving linear equations of c procedures
- 2022-11-05 03:50:02下载
- 积分:1
-
traffic_light
应用背景`时间1ns / 1ps/////////////////////////////////////////////////////////////////////////////////// /公司:和;/ / /工程师;/ / / / / / / / / /;//创建日期: ; ;15:48:50 11 / 30 / 2关键技术`时间1ns / 1ps///////////////////////////////////////////////////////////////////////////////// /公司:和;/ /工程师:/ / / ///创建日期: ;15:49:44 11 / 30 / 2015/ /设计名称: ;semaforo/ /模块名称: ;C:/用户/学生/文件/应用/ 7 / semaforo_edgar semaforo_fix V。/ /项目名称: ;semaforo_edgar/ /目标设备;/ /工具版本;/ /描述:&;/ / / // / Verilog测试夹具的ISE模块创建:semaforo/ / / // /依赖关系:/ / / / / / / / / /;/ /修订:/ /修订0.01文件创建/ /附加评论:/ / / / / / / / / /;////////////////////////////////////////////////////////////////////////////////模块semaforo_fix;/ /输入reg RST;reg CLK;/ /输出丝SR1;丝SA1;丝SV1;金属锶;丝SA2;线2;//实例化在测单元(UUT)semaforo UUT(。RST(RST),& nbsp;。时钟(CLK),& nbsp;。SR1(SR1),& nbsp;。SA1(SA1),& nbsp;。SV1(STR),& nbsp;Sr(锶)。,& nbsp;。SA2(SA2),& nbsp;SV2(SV2)。);初步开始/ /初始化输入RST = 0;时钟= 0;为全球复位完成100纳秒/ /等待# 100;和公司;及;及;在这里增加刺激终点和公司
- 2023-07-12 13:35:02下载
- 积分:1