资源列表
[数学计算/工程计算] matrixvectormul
说明:matrixvectormul.c “矩阵向量乘”-matrixvectormul.c " vector by matrix"<zgRen> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] bigintegerbyshuzu
说明:采用纯数组的大数相加法,代码清晰,可用作模板-big integer<金恒> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Crout_Solve
说明:Solve Ax=B with Crout s method<chicloud> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] newton
说明:newton method 用迭代法计算root.数值计算的常用方法之一。-newton method: use iteration to calculate the root of a fuction. It is a common used method.<cranberries> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] MYFEM
说明:有限元求解柏松方程。本文采用FORTRAN语言编制程序。程序中大部分变量采用有名公共区存储方式存储,这样可以减少内存占用量。 IFG:生成有限元网格信息,即元素节点局部编码与总体编码对照表,节点实际坐标,边界节点编码与边界点上的已知值 GKD:生成总刚一维存储对角元的地址,计算总刚一维存储长度 FIXP:设置已知节点函数值 GK(NI,NJ,ADJ,AIJ):单元刚度矩阵计算 GF(NI,N,M,LE,YI,FE):单元列阵的计算 AK(I,J,AIJ):总刚度矩阵元素迭<liang> 在 2025-06-23 上传 | 大小:532kb | 下载:1
[数学计算/工程计算] MatlabProgrames
说明:matlab程序例程,包含解方程,曲线拟合等诸多实例,特别适合初学者-matlab programme examples, including solving equations, curve fitting, etc<xingxing> 在 2025-06-23 上传 | 大小:249kb | 下载:0
[数学计算/工程计算] ditui
说明:用来对一个给定数列求其递推公式。 第一行输入n,表示数列的长度。 第二行输入这个数列。 程序将给出该数列的递推公式。-Used for a given series for the recursive formula. The first line of input n, the length of that series. Enter the second line of this series. Procedures will be given the series of rec<curimit> 在 2025-06-23 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] tieren
说明:VIJOS中铁人三项一题。 本程序使用二维线性规划方法来求解。 二维线性规划,本程序使用了切割半平面的有效算法,比单纯形法在二维上快。 程序对所有数据均秒闪。-Triathlon VIJOS in a title. This procedure using the two-dimensional approach to solving linear programming. Two-dimensional linear programming, the procedure used<curimit> 在 2025-06-23 上传 | 大小:2kb | 下载:1