资源列表
[matlab例程] BayesClasification
说明:This code is for accounting Bayes Clasification<rezi> 在 2025-07-07 上传 | 大小:1kb | 下载:0
[matlab例程] Maximum-likelihood-parameter-estimation
说明:this code is or estimation Maximum likelihood parameter<rezi> 在 2025-07-07 上传 | 大小:1kb | 下载:0
[matlab例程] Neyman-PearsnovaTask
说明:this code is for Neyman-Pearsnova Task<rezi> 在 2025-07-07 上传 | 大小:1kb | 下载:1
[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-07 上传 | 大小: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-07 上传 | 大小: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-07 上传 | 大小:1kb | 下载:0
[数据结构常用算法] FindMin
说明:给定一个N*N 的方形网格,设其左上角为起点,坐标为(1,1),X 轴向右为正,Y 轴向下为正,每个方格边长为1。一辆汽车从起点出发驶向右下角终点,其坐标为(N,N)。 在若干个网格交叉点处,设置了油库,可供汽车在行驶途中加油。汽车在行驶过程中应遵守如下规则: (1)汽车只能沿网格边行驶,装满油后能行驶K 条网格边。出发时汽车已装满油,在起点与终点处不设油库。 (2)当汽车行驶经过一条网格边时,若其X 坐标或Y 坐标减小,则应付费用B,否则免付费用。 (3)汽车在行驶过程中遇油库<李学江> 在 2025-07-07 上传 | 大小:1kb | 下载:0
[STL] sliding
说明:求出sliding window的最大最小值-n array of size n ≤ 106 is given to you. There is a sliding window of size k which is moving from the very left of the array to the very right. You can only see the k numbers in the window. Each time the sliding window moves ri<ben> 在 2025-07-07 上传 | 大小:1kb | 下载:0