资源列表

« 1 2 ... .19 .20 .21 .22 .23 27424.25 .26 .27 .28 .29 ... 28522 »

[数据结构常用算法ma2

说明:显然求解骑士游历问题的每一步就是马在棋盘上走的一步。在每一步马需要选择一个方向进行游历,这时记住解的每一步需要记住两件事: 1.当前步的行列位置 2.当前步已经试探过哪些方向了,以便回溯回来时能够选择一个新的方向进行试探 所以使用两个数组,数组board记住棋盘的每个位置是在马的第几步到达的,这反映了问题的解,即第几步到哪个位置。数组direction记住在棋盘的某个位置已经试探过的方向,每个位置有八个方向,可按某种顺
<鲁忠俊> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[matlab例程Kalman

说明:仿真生成了两组角速率信号,一组平稳,一组带有阶跃。并利用标准Kalman滤波算法对其进行了降噪处理。-The simulation generates two angular rate signal, a group of stable, a group with a step. And using the standard Kalman filter algorithm was carried out noise reduction.
<公孙青涯> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数学计算/工程计算SAVE_sanciyangtiao

说明:三次样条函数拟合以及将拟合所得的函数保存到word文档中-Cubic spline function fitting to save fitting function into the word document
<王新> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[matlab例程YSPSO

说明:引入收缩因子的粒子群算法,创建完function函数后以代码中格式可以运行.-Introduced shrinkage factor PSO After function function to create code that can be run in the format.
<eric> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法N-huanghou

说明:N皇后回溯算法 课上使用小例子 仅供参考 -N Queens backtracking algorithm using a small example of the class
<shuaidan> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[matlab例程yuyin

说明:基于MFCC的语音信号处理的MATLAB代码,能够提取语音信号的MFCC参数-The speech signal processing based on MFCC MATLAB code, and can extract MFCC parameters of speech signal
<刚子> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[matlab例程aaaaa

说明:某分布式部署的声纳系统共有n个独立节点构成。各节点内部均是物理同构的。各节点必须保持严格的时钟信号同步才能有效协同工作,使系统发挥作用。所有节点经由时钟信号总线连接,由其中一个节点担当主节点,它的时钟电路工作于主模式,向总线输出时钟信号;其余节点均应担当从节点,节点内部时钟电路工作于从模式,仅从总线获取信号,不向总线输出信号。该程序模拟了系统的可靠性和可用性-Distributed deployment of a sonar syste
<sfef> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法BST

说明:Binary Search tree insertion and deletion
<RT> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法infixpostfix.c

说明:infix to postfix conversion code.
<RT> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数据结构常用算法infixprefix.c

说明:Infix to prefix conversion code.
<RT> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[数学计算/工程计算zad3

说明:, but the use remains an area of much debate. The aim of this study was to determine preoperative factors associated with the risk of receiving a red blood cell transfusion in hip fracture patients. Method -, but the use
<kijankap> 在 2024-11-19 上传 | 大小:1kb | 下载:0

[matlab例程mvdr

说明:m​ V​ D​ R​ 波​ 束​ 形​ 成​ m​ a​ t​ l​ a​ b​ 程​ 序-m V D R-wave beam forming m a t l a b process
<yang> 在 2024-11-19 上传 | 大小:1kb | 下载:0
« 1 2 ... .19 .20 .21 .22 .23 27424.25 .26 .27 .28 .29 ... 28522 »

源码中国 www.ymcn.org