资源列表

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

[人工智能/神经网络/遗传算法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
<> 在 2025-03-15 上传 | 大小: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 dept
<> 在 2025-03-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法MiniSpanTree_PRIM

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

[matlab例程abcde

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

[matlab例程bpcs

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

[matlab例程abcde_complexity

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

[matlab例程hough

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

[matlab例程cislicova1

说明:Example of digital regulation of direct current motor
<Ystrem> 在 2025-03-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法Cpp1

说明:二叉树遍历的经典算法 用于基本二叉树结构的检索与构建-Classical algorithm for binary tree traversal
<方智锋> 在 2025-03-15 上传 | 大小:1kb | 下载:0
« 1 2 ... .04 .05 .06 .07 .08 26109.10 .11 .12 .13 .14 ... 28522 »

源码中国 www.ymcn.org