资源列表

« 1 2 ... .70 .71 .72 .73 .74 1275.76 .77 .78 .79 .80 ... 3400 »

[数学计算/工程计算MST

说明:最小生成树prim算法matlab实现,计算出总权值和最优连线。-Minimum spanning tree algorithm matlab prim implemented to calculate the total weight and the optimal connection.
<南达> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Unary-Linear-Regression-Model

说明:最小二乘法拟合一元线性回归函数,并进行显著性和拟合优度检验。-Least squares fit linear regression functions, and for significance and goodness of fit test.
<南达> 在 2025-06-23 上传 | 大小:1kb | 下载:1

[数学计算/工程计算tsp10

说明:穷举法解决tsp问题 但城市数目不超过11个。-Brute-force method to solve the problem but the city tsp of not more than 11.
<南达> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[数学计算/工程计算SP_d

说明:利用Dijkstra算法计算最短有向路小程序-Dijkstra algorithm using the shortest way there is a small program to
<南达> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[数学计算/工程计算CPP

说明:My solution for some spoj problems
<Viet> 在 2025-06-23 上传 | 大小:98kb | 下载:0

[数学计算/工程计算p1

说明:8节点等参单元fortran,有些同学需要的-8-node isoparametric element fortran
<cjx> 在 2025-06-23 上传 | 大小:25kb | 下载:0

[数学计算/工程计算HeapSort

说明:Heapsort is a comparison-based sorting algorithm, and is part of the selection sort family. Although somewhat slower in practice on most machines than a well implemented quicksort, it has the advantage of a more favorable worst-case O(n log n) runtim
<ww> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[数学计算/工程计算least-absolute-linear-matlab

说明:最小一乘拟合直线算法在matlab中的实现。-Least one straight line fitting algorithm in matlab by the implementation.
<滕宇> 在 2025-06-23 上传 | 大小:605kb | 下载:0

[数学计算/工程计算CircularObjects

说明:Find circular Objects into images by Estimation of covariance matrices
<Eder de Souza> 在 2025-06-23 上传 | 大小:4kb | 下载:0

[数学计算/工程计算schmidt_toeplitz

说明:根据施密特正交化过程,编辑的代码,内有中文注释,将多组向量进行正交化 代码2:托普利兹矩阵(差分矩阵)的实现-schmidt orthogonalization. transform the vectors to orthometric vectors
<网络> 在 2025-06-23 上传 | 大小:1kb | 下载:0

[数学计算/工程计算erjienijuzhen

说明:给定的二阶矩阵(2*2),求其逆矩阵 输入大输出一个大小为2*2的距阵,矩阵每一行相邻的的两个数字之间由一个空格隔开小为2*2的距 -Given second-order matrix (2* 2), find the inverse matrix of the input high output of a size of 2* 2 matrix, the matrix adjacent to each line between two numbers separated by a sp
<> 在 2025-06-23 上传 | 大小:7kb | 下载:0

[数学计算/工程计算ju--zhen-xaing--jia

说明:矩阵相加 对于初学者非常有用 Dim irow As Integer Dim icol As Integer Dim iA(3, 2) As Integer Dim iB(3, 2) As Integer Dim iC(3, 2) As Integer Dim rand = New Random(CInt(Date.Now.Ticks And Integer.MaxValue)) For irow = 0 To 3 For icol = 0 To 2
<梁色弱> 在 2025-06-23 上传 | 大小:36kb | 下载:0
« 1 2 ... .70 .71 .72 .73 .74 1275.76 .77 .78 .79 .80 ... 3400 »

源码中国 www.ymcn.org