资源列表

« 1 2 ... .19 .20 .21 .22 .23 2124.25 .26 .27 .28 .29 ... 3400 »

[数学计算/工程计算gauss

说明:高斯消去法求解AX=b,利用对增广矩阵进行的初等行变换,将系数矩阵变为上三角矩阵,然后回带,可以得到方程组的解。-Gaussian elimination method for solving AX = b, using the augmented matrix for the elementary row transformation, the coefficient matrix into an upper triangular m
<岳晓鹏> 在 2025-02-21 上传 | 大小:1kb | 下载:0

[数学计算/工程计算jacobi

说明:对于方程组AX=b,当系数矩阵非奇异时,对原方程进行改写,利用公式X^k=BX^(k+1)+g进行迭代求解。-For equations AX = b, when the coefficient matrix is ​ ​ nonsingular, rewriting the original equation, using the formula X ^ k = BX ^ (k+1)+g for iterative
<岳晓鹏> 在 2025-02-21 上传 | 大小:1kb | 下载:0

[数学计算/工程计算gs

说明:高斯-塞德尔迭代方法,于雅可比迭代不同之处是将每次迭代的最新结果,用在当前迭代过程中。-Gauss- Seidel iteration method, the Jacobi iteration is different from the latest results of each iteration, the process used in the current iteration.
<岳晓鹏> 在 2025-02-21 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Gmin

说明:利用Fortran语言编制的填充函数法求解全局最优解-Compiled using the Fortran language filled function method for solving the global optimal solution
<dennis> 在 2025-02-21 上传 | 大小:2kb | 下载:0

[数学计算/工程计算jisuanjihe

说明:计算几何算法分析与设计,计算几何算法分析与设计.pdf-Computational Geometry Algorithm Analysis and Design
<jsh> 在 2025-02-21 上传 | 大小:7.44mb | 下载:0

[数学计算/工程计算chengxusheji

说明:E3 80 8AMATLAB程序设计教程》电子教案-附源代码,挺有用的-Programming Guide
<jsh> 在 2025-02-21 上传 | 大小:233kb | 下载:0

[数学计算/工程计算myEuclid

说明:compute the greatest common divisor of two integers
<andy> 在 2025-02-21 上传 | 大小:1kb | 下载:0

[数学计算/工程计算MyShuffleTest

说明:Suppose we start with N=3 and run the shuffling test four times, resulting in the arrays: [2, 0, 1] [2, 1, 0] [2, 0, 1 ] (This not very likely, but i s possible) Then the resulting count array would
<andy> 在 2025-02-21 上传 | 大小:1kb | 下载:0

[数学计算/工程计算MyFibonacci

说明:The idea is that as Fibonnaci values are computed you store them in the array A. So when another F(n) is to be computed either A[n] is still 0 or else A[n] is already equal to F(n). If A[n] is 0, you have to make the u
<andy> 在 2025-02-21 上传 | 大小:10kb | 下载:0

[数学计算/工程计算MyBinarySearch

说明:For this problem, you will need to create an second array that is smaller than the original whitelist. You need to go through the original whitelist twice: once to determine the number of unique items in the whitelist an
<andy> 在 2025-02-21 上传 | 大小:8kb | 下载:0

[数学计算/工程计算C_Algorithm

说明:用C语言实现的各种算法的程序集合,基本包含了实用的全部基础算法,内容相当全面。-Using C language implementation of the various set of algorithm, the basic foundation that contains all the practical algorithm, the content is very comprehensive.
<liyueming> 在 2025-02-21 上传 | 大小:277kb | 下载:0

[数学计算/工程计算wavelet-analysis

说明:小波分析的应用领域十分广泛,它包括:数学领域的许多学科;信号分析、图像处理;量子力学、理论物理;军事电子对抗与武器的智能化-Application of wavelet analysis is very extensive, including: many disciplines of mathematics fields signal analysis, image processing military intelligence
<风雨无阻> 在 2025-02-21 上传 | 大小:8kb | 下载:0
« 1 2 ... .19 .20 .21 .22 .23 2124.25 .26 .27 .28 .29 ... 3400 »

源码中国 www.ymcn.org