资源列表

« 1 2 ... .04 .05 .06 .07 .08 26109.10 .11 .12 .13 .14 ... 28522 »

[数据结构常用算法Joseph

说明:你现在所使用的是以链表为基础编写的约瑟夫环,具体功能为: 编号为1,2,......,n的n个人按照顺时针方向围坐一圈,每个人有且只有一个密码(正整数)。一开始任选一个正整数作为报数上限值,从第一个人开始顺时针方向自1开始报数,报到m时停止报数。报m 的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新报数,如此下去,直到所有人全部出列为止; 如输入整型数据:1 2 3 4 5 6,输出为2 4 3 1 5 6-You are now use the list is th
<> 在 2025-08-26 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法not-recursive-realized

说明:该程序是分段函数: akm(m,n){ n+1 m =0 akm(m-1,1) m!=0,n=0 akm(m-1),(akm(m,n-1)) m!=0,n!=0 实现递归和非递归的算法 非递归算法可能使计算时间减少-The program is piecewise function: Akm (m, n) { N+ 1 m = 0 Akm (m-1, 1) m! = 0, n = 0 Akm (m-1) (akm (m, n-1)) m! = 0, n.=
<> 在 2025-08-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法N-binary-tree-to-traverse

说明:本程序用递归法遍历N叉树。可进行深度和广度遍历。 注: 按“/”键结束输入 如 2 1 3 / 6 / 9 / / / / 输入可得 深度遍历为21369,广度遍历为21369 最打节点个数为100个,且节点类型为字符型-This program using a recursive method to traverse N binary tree. For depth and the breadth traverse.
<> 在 2025-08-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法MiniSpanTree_PRIM

说明:PRIM算法实现最小生成树的建立,并输出到文本文件中-PRIM to establish the minimum spanning tree algorithm, and output to a text file
<范殊文> 在 2025-08-26 上传 | 大小:1kb | 下载:0

[matlab例程clean

说明:本程序是现代谱分析中的clean的matlab程序,经过仿真验证,获得较为准确的结果。-This program is clean modern spectral analysis of the matlab program, through simulation, to obtain more accurate results.
<刘涛> 在 2025-08-26 上传 | 大小:1kb | 下载:0

[matlab例程manand

说明:本程序是现代谱导航分析中的惯性导航误差分析matlab程序,经过仿真验证,获得较为准确的结果。-The navigation program is modern spectral analysis of inertial navigation error analysis matlab program, through simulation, to obtain more accurate results.
<刘涛> 在 2025-08-26 上传 | 大小:1kb | 下载:0

[matlab例程INTERRIAL

说明:本程序是现代谱导航分析中的惯性导航中的姿态角度,东北天等信息的分析的matlab程序,经过仿真验证,获得较为准确的结果。-The navigation program is modern spectral analysis of inertial navigation in the attitude angle, northeast-day analysis of information such as the matlab program, through simulation, to obt
<刘涛> 在 2025-08-26 上传 | 大小:1kb | 下载:0

[matlab例程abcde

说明:Spread Spectrum Watermarking MATLAB
<Mohammed> 在 2025-08-26 上传 | 大小:1kb | 下载:0

[matlab例程bpcs

说明:Spread Spectrum Watermarking MATLAB
<Mohammed> 在 2025-08-26 上传 | 大小:1kb | 下载:0

[matlab例程abcde_complexity

说明:Spread Spectrum Watermarking MATLAB
<Mohammed> 在 2025-08-26 上传 | 大小:1kb | 下载:0

[matlab例程hough

说明:MATLAB代码中hough变换检测直线-Detection Hough transform in MATLAB code line
<热潮> 在 2025-08-26 上传 | 大小:1kb | 下载:0

[matlab例程cislicova1

说明:Example of digital regulation of direct current motor
<Ystrem> 在 2025-08-26 上传 | 大小:1kb | 下载:0
« 1 2 ... .04 .05 .06 .07 .08 26109.10 .11 .12 .13 .14 ... 28522 »

源码中国 www.ymcn.org