-
matlab
课程设计:编写连续函数最佳平方逼近的算法程序(以函数形式)。并用此程序进行数值实验,并提交相应的实验结果数据与报告。
内附详细的课程设计报告与源代码()
- 2020-11-26 23:19:30下载
- 积分:1
-
Zbuild
该程序用于形成节点阻抗矩阵,按程序要求格式输入线路数据linedata,Zbuild(linedata)形成节点阻抗矩阵(The procedures used for the formation of the node impedance matrix format input line data linedata procedural requirements of Zbuild (linedata) node impedance matrix)
- 2021-01-22 16:08:39下载
- 积分:1
-
submissionofassignmentapriorialgorithmimplementat
APRIORI ALGORITHM IMPLEMENTATION
- 2012-01-11 14:58:40下载
- 积分:1
-
Logistic-Regression
使用梯度下降法、随机梯度下降法和牛顿法实现的逻辑回归算法。(Using a gradient descent method, stochastic gradient descent algorithm logistic regression method and Newton' s method to achieve.)
- 2021-01-03 16:48:55下载
- 积分:1
-
insert_and_simulate
插值、拟合与规划问题
插值、拟合与规划问题(Interpolation, fitting with the planning of interpolation, fitting and planning issues)
- 2008-08-04 16:42:39下载
- 积分:1
-
LDL
LDL分解法,用于求解大型的线性方程组。此程序中最多能解100维的,速度还不错(LDL decomposition method for solving large-scale linear equations. This procedure can be up to 100 peacekeepers solutions, speed is not bad.)
- 2020-06-30 07:40:02下载
- 积分:1
-
EECCl
椭圆曲线密码体制中的ECC校验验算法分析和程序实现可直接使用。
(The inspection algorithm analysis and procedures of the elliptic curve cryptosystem ECC can be used directly.)
- 2012-06-07 21:01:20下载
- 积分:1
-
Test Operator
对于交错网格上的WCNS格式进行精度测试(不带时间方向推进,仅测试空间精度)(test the order of accuracy of the WCNS scheme)
- 2020-07-12 18:28:53下载
- 积分:1
-
FFTOcean
基于FFT的海面模拟。能够实现海面的复制,波浪模拟效果较好。(FFT-based simulation of the sea. Be able to achieve replication of the sea, wave simulation better.)
- 2020-07-01 09:40:02下载
- 积分:1
-
MYFEM
有限元求解柏松方程。本文采用FORTRAN语言编制程序。程序中大部分变量采用有名公共区存储方式存储,这样可以减少内存占用量。
IFG:生成有限元网格信息,即元素节点局部编码与总体编码对照表,节点实际坐标,边界节点编码与边界点上的已知值
GKD:生成总刚一维存储对角元的地址,计算总刚一维存储长度
FIXP:设置已知节点函数值
GK(NI,NJ,ADJ,AIJ):单元刚度矩阵计算
GF(NI,N,M,LE,YI,FE):单元列阵的计算
AK(I,J,AIJ):总刚度矩阵元素迭加
QEB:总刚度矩阵和总列阵合成
BDE:边界条件处理
SOLGS:Gauss-Seidel迭代法求解方程组
UDIFF(NI,NFLAG,UDIF,LE,ADJ):标准元素内形状函数导数计算
DIFF:节点上 , 加权平均
(In this program, FEM was used to solve the possion equation. It is implemented through FORTRAN)
- 2009-05-22 17:22:56下载
- 积分:1