资源列表

« 1 2 ... .76 .77 .78 .79 .80 25381.82 .83 .84 .85 .86 ... 28522 »

[数学计算/工程计算linear-equation

说明:使用LUP方法实现一阶线性方程组的求解过程,原理详见算法导论第28章。-LUP method implementation using the first-order process for solving linear equations, principles detailed in Chapter 28 Introduction to Algorithms.
<wangzhen> 在 2025-07-12 上传 | 大小:1kb | 下载:0

[matlab例程keshe1ode4

说明:四阶龙格—库塔算法。自己在课程设计中就是用的这个算法。对于初学者有一定的帮助-Fourth order Runge- Kutta method. Own course design is to use this algorithm. Be helpful for beginners
<liyunfeng> 在 2025-07-12 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法kmeas-chengxu

说明:数据挖掘中经典算法。k-means算法程序。-Classical data mining algorithms. k-means algorithm program.
<黄宁> 在 2025-07-12 上传 | 大小:1kb | 下载:0

[matlab例程BayesClasification

说明:This code is for accounting Bayes Clasification
<rezi> 在 2025-07-12 上传 | 大小:1kb | 下载:0

[matlab例程Maximum-likelihood-parameter-estimation

说明:this code is or estimation Maximum likelihood parameter
<rezi> 在 2025-07-12 上传 | 大小:1kb | 下载:0

[matlab例程Neyman-PearsnovaTask

说明:this code is for Neyman-Pearsnova Task
<rezi> 在 2025-07-12 上传 | 大小:1kb | 下载:1

[matlab例程Gauss.m

说明:Method Gaussian Elimination with pivoting for Linear System
<Mhdh> 在 2025-07-12 上传 | 大小:1kb | 下载:0

[matlab例程Gauss_pivot.m

说明: Method Gaussian Elimination without pivoting for Linear Systems Solve Ax = b using Gaussian elimination without pivoting Inputs : A is the n-by-n coefficient matrix b is the n-by-k right hand side matrix Outputs : x is the n-by-k
<Mhdh> 在 2025-07-12 上传 | 大小:1kb | 下载:0

[matlab例程LU.m

说明:Lower upper factorized for gauss elimination
<Mhdh> 在 2025-07-12 上传 | 大小:1kb | 下载:0

[matlab例程LU_factor.m

说明: Method with Gaussian Elimination without Pivoting LU factorization of matrix A using Gaussian-elimination without pivoting Inputs : A --> n x n matrix Outputs : L (lower triangular) && U (upper triangular) - Method with Gaussi
<Mhdh> 在 2025-07-12 上传 | 大小:1kb | 下载:0

[matlab例程lu_pivot.m

说明: Method with Gaussian Elimination with Pivoting function [L,U,P] = lu_pivot(A) - Method with Gaussian Elimination with Pivoting function [L,U,P] = lu_pivot(A)
<Mhdh> 在 2025-07-12 上传 | 大小:1kb | 下载:0

[数据结构常用算法FindMin

说明:给定一个N*N 的方形网格,设其左上角为起点,坐标为(1,1),X 轴向右为正,Y 轴向下为正,每个方格边长为1。一辆汽车从起点出发驶向右下角终点,其坐标为(N,N)。 在若干个网格交叉点处,设置了油库,可供汽车在行驶途中加油。汽车在行驶过程中应遵守如下规则: (1)汽车只能沿网格边行驶,装满油后能行驶K 条网格边。出发时汽车已装满油,在起点与终点处不设油库。 (2)当汽车行驶经过一条网格边时,若其X 坐标或Y 坐标减小,则应付费用B,否则免付费用。 (3)汽车在行驶过程中遇油库
<李学江> 在 2025-07-12 上传 | 大小:1kb | 下载:0
« 1 2 ... .76 .77 .78 .79 .80 25381.82 .83 .84 .85 .86 ... 28522 »

源码中国 www.ymcn.org