-
迭代法的收敛与收敛速度的比较
Private Sub Form_Load() Label1.Caption = "方程的三个割根区间分别为(-3.6,-3.5),(0,0.1),(3.4,3.5)" Label2.Caption = "牛顿法可使用三个割根区间" Label3.Caption = "普通迭代法—格式1只能使用割根区间(-3.6,-3.5)和(3.4,3.5)" Label4.Caption = "普通迭代法—格式2 使用割根区间(0,0.1)"End SubPrivate Sub Command1_Click() Dim x!, y!, k% x = Val(Text1.Text) If Text1.Text = "" Then 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-27 06:50:04下载
- 积分:1
-
动态规则解数字三角问题给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。...
动态规则解数字三角问题给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。-Digital triangle Issue Description : given an OK by the number n of triangular figures shown in the diagram below. Design of a test algorithm, calculated from the top of the triangle to the end of a path, the path through the largest sum of the figures.
- 2022-12-23 12:15:03下载
- 积分:1
-
Yacc & 莱克斯计算器
Una Calculadora hecha en yacc y 系统。
举止 de teoria de la Computacion 2。Utilizacion de gramaticas regulares,utilizando 乐团 sintactico y lexico 段 que se 编译缔约国 maquina
- 2023-04-29 00:20:03下载
- 积分:1
-
数据挖掘经典FP
数据挖掘经典FP-growth算法C源码实现-Data Mining the classical FP-growth algorithm C source code to achieve
- 2022-02-20 03:43:10下载
- 积分:1
-
对偶单纯形发源程序,利用Delphi开发的,使用范围较广
对偶单纯形发源程序,利用Delphi开发的,使用范围较广-Dual simplex-fat source, the use of Delphi development, the use of a wider scope
- 2022-07-22 21:41:48下载
- 积分:1
-
希尔密码
若要更改此许可证标头,请选择在项目属性的许可证标头。若要更改此模板文件,选择工具 |模板并在编辑器中打开此模板。
- 2022-02-27 03:36:57下载
- 积分:1
-
正弦条纹三维重建
应用背景用正弦条纹进行三维重建,相位解包裹部分用格雷码的二值条纹实现,可以实现精度小于1mm的三维重建。第一次上传源码,谢谢大家支持。关键技术关键技术包括正弦条纹的三维重建原理,格雷码二值条纹相位解包裹原理。之所以没直接用C++的相位解包裹算法是因为手头没有相应的代码,只有matlab的。此次上传也是为了下载c++的相位解包裹代码。
- 2022-05-28 20:32:10下载
- 积分:1
-
本程序为三维FDTD方法在Matlab中的实现。
本程序为三维FDTD方法在Matlab中的实现。-This procedure for the three-dimensional FDTD method in the realization of Matlab.
- 2022-01-26 17:24:46下载
- 积分:1
-
FreeFEM is an implementation of the GFEM language dedicated
to the finite elem...
FreeFEM is an implementation of the GFEM language dedicated
to the finite element method. It provides you a way to solve Partial
Differential Equations (PDE) simply. Although you can solve quite complicated
problems can be solved also.
- 2022-12-29 17:00:03下载
- 积分:1
-
外排序初始游程的生成
外排序中分为两步:初始游程的生成和有序文件的合并。请实现算法模拟初始游程的生成。假定系统中只能对规模为p的元素进行排序,现给定m个元素(m>p),对m个元素进行处理,给出所生成的若干个有序的初始游程。
要求:
(1) 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-18 20:55:04下载
- 积分:1