资源列表

[其他小程序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+ f
<bjtupro> 在 2024-10-13 上传 | 大小:1024 | 下载: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 chessboar
<bjtupro> 在 2024-10-13 上传 | 大小:1024 | 下载: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, c
<bjtupro> 在 2024-10-13 上传 | 大小:1024 | 下载: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 spars
<bjtupro> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[其他小程序qksort

说明:这个程序的功能是对顺序表进行快速排序,快速排序时对冒泡排序的改进。-mergesort
<> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[其他小程序Untitled2

说明:实现提取车牌的车牌边框去除,效果较好,可以一试。-Achieve extraction of the license plate fr a me license plate removed, is better.
<吴鹏> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[其他小程序cejingZ

说明:主要是对测井资料进行分析,要对数据数字化之后进行,而且采样间隔一定-log Processing
<dapang> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[其他小程序NextDay

说明:下一天判断,根据输入日期判断下一天。输出下一天的日期-nextday
<alice> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[其他小程序5

说明:一个用来恶作剧的小程序,会新建出很多空白的.txt文件-A small program used to joke, will the new a lot of blank. Txt files
<calmy27> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[其他小程序lms

说明:lms自适应均衡算法,lms算法使用MATLAb实现-lms adaptive equalization algorithm, lms algorithm implementation using MATLAb
<peng> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[其他小程序nroute

说明:算法分析与设计中的单源点最短路径的源代码实现!-Algorithm analysis and design of single-source shortest path of the source code to achieve!
<妮妮> 在 2024-10-13 上传 | 大小:1024 | 下载:0

[其他小程序Simpson

说明:c语言 辛普森求积(计算机数值计算方法)-Simpson quadrature c language (computer numerical methods)
<张卫> 在 2024-10-13 上传 | 大小:1024 | 下载:0

源码中国 www.ymcn.org