-
matlab 高斯—赛德尔迭代法+稳态导热
迭代法:
clear
x1(1)=0;x2(1)=0;x3(1)=0;k=1;
for k=1:100;
x1(k+1)=0.5*(500+x2(k));
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-08-18 19:05:24下载
- 积分:1
-
S先生与P先生谜题
设有两个自然数X、Y,2<=X<=Y<=99,S先生知道这两个数的和S,P先生知道这两个数的积P,他们二人进行...
S先生与P先生谜题
设有两个自然数X、Y,2
- 2022-01-25 16:23:41下载
- 积分:1
-
binary tree traversal
The establishment of tree , insert, delete , sort, first sequence, sequence
after sequence , sequence traversal
- 2022-08-09 22:14:49下载
- 积分:1
-
C语言实践
通过一个简单的实例,实现一个C语言的经典算法,而且这个代码在我们实践中,也会经常用到,并将其进行模板话,这样就可以随时拿来使并可以将其封装成一个固有的库来实现
- 2022-02-05 05:35:21下载
- 积分:1
-
华莱士树型乘法器
华莱士树乘法器实现基于 vhdl 语言,该项目包括试验台 fileCSA (进位加法器保留) 共轭亚油酸 (进行查找一个头的加法器)
- 2022-12-28 19:20:04下载
- 积分:1
-
自动谱分析:可用于丢失/采样/子束光谱分析;矢量自动迭代,可用于建模,故障诊断;...
自动谱分析:可用于丢失/采样/子束光谱分析;矢量自动迭代,可用于建模,故障诊断;-The applications of this additional toolbox are:
- Automatic spectral analysis for Irregular sampling/Missing data, analysis of spectral subbands,
- Vector Autoregressive modeling and Detection [uses ARMASA]
- Reduced statistics ARMAsel: A compact yet accurate ARMA model is obtained based on a given power spectrum. Can be used for generation of colored noise with a prescribed spectrum.
- ARfil algorithm: The analysis of missing data/irregularly sampled signals
- Subband analysis: Accurate analysis of a part of the power spectrum
- Detection: Generally applicable test statistic to determine whether two signals have been generated by the same process or not. Based on the Kullback-Leibler index or Likelihood Ratio.
- Analysis of segments of data, possibly of unequal length.
- 2022-03-04 02:22:26下载
- 积分:1
-
我的项目
我的项目基于 VHDL 语言编程 LANGUAGETHERE 是高中新 AES 算法
- 2022-02-05 02:24:27下载
- 积分:1
-
gmres.m为迭代算法GMRES的实现
gmres.m为迭代算法GMRES的实现-gmres.m for the implementation of the GMRES iterative algorithm
- 2022-03-24 00:08:10下载
- 积分:1
-
二分递归查找最大和最小元素
二分递归查找最大和最小元素-two hours recursive search for the largest and smallest element
- 2023-04-29 23:30:02下载
- 积分:1
-
此为基于图像配准的傅立叶变换源代码,已精心调试过,请放心使用....
此为基于图像配准的傅立叶变换源代码,已精心调试过,请放心使用.-This is the image registration based on the Fourier Transform source code, has been painstakingly debugging, please rest assured that use.
- 2022-03-14 16:33:33下载
- 积分:1