-
雅可比迭代算法
要解决 AX = B 鉴于初始逼近 X(0)。
输入: 方程和未知数的数目 n;条目
A(I,J),1 < = I J < = n 的矩阵 ;条目 B (一),
1 < = I < = n 的非均匀期限 B ;条目
XO(I),1 < = I < = n 的 X(0) ;容忍 TOL ;最大值
N.迭代的次数
输出: 近似解 X(1),...,X(n) 或一条消息
迭代的次数超过了。
- 2022-03-17 20:27:40下载
- 积分:1
-
The source includes a recursive template version and a non
The source includes a recursive template version and a non-recursive template version
- 2023-05-28 10:10:04下载
- 积分:1
-
java用星号输出菱形_buychicken
资源描述
用java在控制台输出一个指定边长的菱形:
输入一个数n:4
*
***
*****
*******
*****
***
*
古典问题:一百元钱买一百只chicken,公chicken五元一只,母chicken三元一只,小chicken一元三只。
- 2023-04-01 06:50:04下载
- 积分:1
-
数学变换和滤波fft程序
kfour 傅里叶级数逼近
kkfft 快速傅里叶变换
kkfwt 快速沃什变换
kkspt 快速三次平滑
klm...
数学变换和滤波fft程序
kfour 傅里叶级数逼近
kkfft 快速傅里叶变换
kkfwt 快速沃什变换
kkspt 快速三次平滑
klman 离散随机系统的卡尔曼滤波
kkabg α-β-γ滤波-Fft math transformation and filtering procedures kfour Fourier series approximation kkfft Fast Fourier Transform Fast Walsh Transform kkfwt rapid kkspt three smoothing klman discrete stochastic system Kalman filter kkabg α-β-γ filter
- 2022-03-18 17:19:36下载
- 积分:1
-
This program evaluates mathematical expressions to output a single number e.g. 1...
This program evaluates mathematical expressions to output a single number e.g. 1+1 will give 2. It can handle brackets indices and modulation(rounding) as well and ordinary operators.
- 2022-03-13 14:25:29下载
- 积分:1
-
linux下的cure聚类算法
是linux下的cure算法,比较完整
#if !defined(lint) && !defined(SABER)
static char rcsid[] = "$Header: /usr/src/local/conn/cluster/RCS/cluster.c,v 1.23 1993/02/03 07:43:07 stolcke Exp $";
#endif /* not lint */
#include
#include
#include
#include "alloc.h"
#include "error.h"
#include "cluster.h"
#define NONE (-2)
#define BUFSIZE 256
#ifndef SCALE
#define SCALE "_SCALE_"
#endif
#ifndef DONTCARE
#define DONTCARE "D/C"
#endif
#ifndef MAXFLOAT
#define MAXFLOAT ((float)3.40282346638528860e+38)
#endif
static FLOAT distance();
static FLOAT root();
static FLOAT cure_distance();
static void merge();
- 2023-07-29 18:30:03下载
- 积分:1
-
一个多功能计算器calc,包含了代数运算、矩阵运算等功能
一个多功能计算器calc,包含了代数运算、矩阵运算等功能-A multi-function calculator calc, contains algebra, matrix operations and other functions
- 2022-07-24 15:01:03下载
- 积分:1
-
热耦合方腔流动,求解带有温度场的平板驱动方腔流动
本程序是用来求解平板驱动方腔流动的,利用涡量——流函数方法,耦合温度场,泊松方程采用迭代求解,空间导数采用中心差分。
- 2022-06-12 22:22:51下载
- 积分:1
-
bo tay voi trang
DSSFDSDFCCCCCCCCCCJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJJ
- 2022-03-07 16:52:54下载
- 积分:1
-
Treeview与数据库的联合使用实例
Treeview与数据库的联合使用实例
delphi中自动填写表单(2008-04-15 13:51:00)转载标签: delphi自动填写表单it
delphi中自动填写表单
今天根据网上的资料调试成功了自动填写网页中表单。目标网站 mopcn
在FORM中增加控件 TWebBrowser
来自:多学吧
- 2023-01-04 16:00:04下载
- 积分:1