资源列表
[其他小程序] 4Fib
说明:4阶斐波那契序列如下:f0=f1=f2=0, f3=1,…,fi=fi-1+fi-2+fi-3+fi-4, 利用容量为k=4的循环队列,构造序列的前n+1项(f0, f1 , f2 ,… fn ),要求满足fn ≤200而fn+1 >200 -Fibonacci sequence of order 4 as follows: f0 = f1 = f2 = 0, f3 = 1, ..., fi = fi-1+ fi-2+ fi-3+ fi-4, with size k = 4 of<bjtupro> 在 2025-12-22 上传 | 大小:1kb | 下载:0
[其他小程序] 8Queens
说明:八皇后问题:设8皇后问题的解为 (x1, x2, x3, …,x8), 约束条件为:在8x8的棋盘上,其中任意两个xi 和xj不能位于棋盘的同行、同列及同对角线。要求用一位数组进行存储,输出所有可能的排列-Eight queens problem: the solution set for the 8 queens problem (x1, x2, x3, ..., x8), constraints are: 8x8 chessboard in which any two xi and xj c<bjtupro> 在 2025-12-22 上传 | 大小:1kb | 下载:1
[其他小程序] andian
说明:鞍点问题: 若矩阵A中的某一元素A[i,j]是第i行中的最小值,而又是第j列中的最大值,则称A[i,j]是矩阵A中的一个鞍点。写出一个可以确定鞍点位置的程序-10, saddle point problem: If the matrix A of an element A [i, j] is the minimum value of i-line, but is the first j columns of the maximum, claimed that A [i, j] is the ma<bjtupro> 在 2025-12-22 上传 | 大小:1kb | 下载:0
[其他小程序] xishujuzhenzhuanzhi
说明:11、 稀疏矩阵转置: 输入稀疏矩阵中每个元素的行号、列号、值,建立稀疏矩阵的三元组存储结构,并将此矩阵转置,显示转置前后的三元组结构-11, sparse matrix transpose: Enter the sparse matrix in each element of the line number, column number, value, and the establishment of the triple sparse matrix storage structure, an<bjtupro> 在 2025-12-22 上传 | 大小:1kb | 下载:0
[matlab例程] diffraction
说明:描述光波在传播过程当中发生的衍射现象的源程序-Miaoshu waves occur in the dissemination process of the source of diffraction<garden> 在 2025-12-22 上传 | 大小:1kb | 下载:0
[matlab例程] interference
说明:描述两束光波之间的干涉现象的matlab程序代码-Illustrate the two light beam interference between the matlab code<garden> 在 2025-12-22 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] sy
说明:体会数值算法的稳定性与不稳定性,线性方程组的迭代法,包括Jacobi迭代法和Gauss-Seidel迭代法,SOR迭代-Experience of numerical stability and instability of the algorithm to learn how to avoid instability in the algorithm and numerical stability of the algorithm chosen to experience the stabil<apple> 在 2025-12-22 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] sy
说明:常用的数值积分方法(特别是梯形、Simpson方法、和Romberg算法),编制复合梯形公式,复合Simpson公式,Romberg算法的程序,数值积分方法的逐步精致化过程-Commonly used numerical integration methods (in particular, trapezoidal, Simpson method, and the Romberg algorithm), the preparation of composite trapezoidal rule,<apple> 在 2025-12-22 上传 | 大小:1kb | 下载:0
[书籍源码] insertlistsort
说明:在一个有序的顺序表中插入元素,并保持仍有序!-insertlistfunction<虾> 在 2025-12-22 上传 | 大小:1kb | 下载:0