资源列表

« 1 2 ... .61 .62 .63 .64 .65 214866.67 .68 .69 .70 .71 ... 216395 »

[其他小程序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例程PWM

说明:平面波展开法求解二维光子晶体能带结构源程序-Two-dimensional plane wave expansion method to photonic crystal band structure
<garden> 在 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

[matlab例程lattices

说明:可以描述光子周期晶格的matlab程序源代码-Photonic lattice can describe the cycle of the source code matlab
<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

[书籍源码mergesort

说明:这个程序的功能是将两个有序的顺序表进行合并。-mergesort
<> 在 2025-12-22 上传 | 大小:1kb | 下载:0
« 1 2 ... .61 .62 .63 .64 .65 214866.67 .68 .69 .70 .71 ... 216395 »

源码中国 www.ymcn.org