资源列表

« 1 2 ... .57 .58 .59 .60 .61 19362.63 .64 .65 .66 .67 ... 28523 »

[数据结构常用算法ma2

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

[数学计算/工程计算GUANGFUbingwangWITHmppt

说明:MATLAB仿真;带有MPPT功能的光伏并网模型-MATLAB simulation photovoltaic grid model with MPPT function
<胡增见> 在 2025-09-28 上传 | 大小:19kb | 下载:0

[matlab例程WFMC

说明:文章全名为“writing fast matlab code”,全英易懂。高​ 效​ 的M​ a​ t​ l​ a​ b​ 编​ 程​ ,​ 可优化针对大​ 数​ 据​ 量​ 的​ 处​ 理​ 及​ 运​ 算的程序-The full name of the article " writing
<比尔叔> 在 2025-09-28 上传 | 大小:324kb | 下载:0

[压缩解压buaa-cfd

说明:北航cfd大作业 可绘图,输出结果 可用于计算准一维管流-Northern cfd big job to graphics, the output can be used to calculate the quasi-one-dimensional pipe flow
<胡耀> 在 2025-09-28 上传 | 大小:5kb | 下载: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.
<公孙青涯> 在 2025-09-28 上传 | 大小:1kb | 下载:0

[matlab例程OFDM-BER-computation

说明:ofd估计信道性能,计算误比特率,包含信号发射,信道估计,信号接收。在高斯信道,采用qdpsk调制解调。-ofd channel estimation performance, bit error rate calculation, comprising a signal transmitter, channel estimation, signal reception. In the Gaussian channel, using qdpsk modem.
<深小贱> 在 2025-09-28 上传 | 大小:2kb | 下载:0

[数学计算/工程计算SAVE_sanciyangtiao

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

[人工智能/神经网络/遗传算法EMD

说明:整理的网上的EMD 分解的程序,大家共享-online EMD decomposition process, sharing with you
<王新> 在 2025-09-28 上传 | 大小:3kb | 下载:0

[数学计算/工程计算Seven-Filters

说明:收集了七种信号滤波的方法,觉得很不错,大家交流-Collecte seven signal filtering method
<王新> 在 2025-09-28 上传 | 大小:6kb | 下载:0

[matlab例程MMFC_test1

说明:在嵌入式系统上提取语言信号MFCC,是语音识别第一步。-MFCC extraction language signals on embedded systems, speech recognition is the first step.
<蒙文浩> 在 2025-09-28 上传 | 大小:9.01mb | 下载:0

[人工智能/神经网络/遗传算法pso-Describes

说明:叙述了粒子群优化算法的进化学习方式和与其他群集智能算法的异同。-Describes the evolution of learning PSO and swarm intelligence algorithms and the similarities and differences of other algorithms.
<阿呆的兔兔> 在 2025-09-28 上传 | 大小:468kb | 下载:0

[matlab例程ga-jobshop-jsp

说明:遗传算法解决jobshop问题,添加了缺少遗传算法工具箱的相关函数,可直接运行main函数。-Jobshop genetic algorithm to solve the problem, add the missing genetic algorithm toolbox correlation function can be directly run the main function.
<chenzhen> 在 2025-09-28 上传 | 大小:9kb | 下载:0
« 1 2 ... .57 .58 .59 .60 .61 19362.63 .64 .65 .66 .67 ... 28523 »

源码中国 www.ymcn.org