资源列表
[数学计算/工程计算] Gauss_row
说明:Gauss选列主元消去算法,给出了C++实现Gauss选列主元消去算法的一个例程,对理解Gauss选列主元消去算法有所帮助。-Gauss elimination selected PCA algorithm, given C++ Achieve selected PCA Gauss elimination algorithm, a routine, on the understanding of selected PCA Gauss elimination algorithm help.<幻影> 在 2025-06-07 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] gauss2.c
说明:Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. This makes use of the fact that ar<张琦> 在 2025-06-07 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] integral.c
说明:Using 3 methods to integrate the function f(x) = 1/(1+x*x)<张琦> 在 2025-06-07 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] PlayingCards
说明:/*有一定数量total的扑克牌,现在两个人甲乙用这些扑克牌玩一个游戏,两人轮流从 扑克牌中为放回地拿出几张扑克牌,每次最多拿max张,怎样拿才能保证第一个拿牌 的人获胜,本程序提供了一种方法,程序默认甲是第一个拿牌的人*/-/* There are a certain number of cards total, and now B with these two people playing a poker game, the two take turns playing cards<龚小江> 在 2025-06-07 上传 | 大小:1kb | 下载:0