资源列表

« 1 2 ... .36 .37 .38 .39 .40 26341.42 .43 .44 .45 .46 ... 28521 »

[数据结构常用算法migong

说明:数据结构堆栈的经典应用: /*一:迷宫问题用堆栈的方法: 求迷宫中一条从入口到出口的路径的算法可简单描述如下: 设定当前位置的初值为入口位置: do{ 若当前位置可通, 则{ 将当前位置插入堆栈顶 若该位置是出口位置,则结束 否则切换当前位置的东邻块为新的当前位置 } 否则, 若堆栈不空且栈顶位置尚有其他方向未经探索 则设定新的当前位置为沿顺时针方向转到的栈顶位置的
<向曦> 在 2025-05-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法Matching-parentheses

说明:数据结构中堆栈的应用。。 输入一串字符串(含有小括号) 判断括号是否匹配-Stack data structure. . Enter a string (with brackets) Determine whether the brackets match
<向曦> 在 2025-05-14 上传 | 大小:1kb | 下载:0

[数据结构常用算法kuohaopipei

说明:数据结构中堆栈的应用 输入一串字符串(含有小括号) 判断字符串间的小括号是否匹配(成对出现为匹配)-Application stack data structure Enter a string (with brackets) Judge the string between the parentheses match(Pairs match)
<向曦> 在 2025-05-14 上传 | 大小:1kb | 下载:0

[matlab例程assignment

说明:使用waterfilling 和 equal power进行power allocation-use waterfilling method & equal power to allocate power
<cywu49> 在 2025-05-14 上传 | 大小:1kb | 下载:0

[matlab例程qiziyoudu

说明:七自由度汽车振动仿真模型建立,叙述了采用多刚体系统动力学建立汽车7自由度振动模型的方法,利用该模型对某汽车的平顺性进行研究。结果证明了该建模方法的正确性和数值计算的稳定性,同时也证明了设计结果的可行性。-seven dofs vehicle vibration
<张小天> 在 2025-05-14 上传 | 大小:1kb | 下载:1

[matlab例程cointegration-arbitrage

说明:本程序运用matlab编程进行协整统计套利-cointegration arbitrage
<邹东方> 在 2025-05-14 上传 | 大小:1kb | 下载:0

[数学计算/工程计算FFT_bianhuan

说明:这个程序是计算短时FFT用到的,希望对你有用-This program is used in calculating short-time FFT, and I hope useful to you
<许太强> 在 2025-05-14 上传 | 大小:1kb | 下载:0

[matlab例程WignerVille

说明:这个程序是计算WignerVille用到的,希望对你有用-This program is used in computing WignerVille you
<许太强> 在 2025-05-14 上传 | 大小:1kb | 下载:0

[matlab例程PSO_with_FLANN_Using_ONE_step

说明:系统辨识的matlab仿真,该方法的辨识过程使用了粒子群算法,计算迅速准确。-Matlab simulation of system identification, the identification of the method using particle swarm optimization algorithm to calculate quickly and accurately.
<lizhong> 在 2025-05-14 上传 | 大小:1kb | 下载:0

[matlab例程a-special-input-signal

说明:一个用于系统辨识的特殊输入信号,它由两部分组成,一部分是伪随机二位序列,一部分是随机序列。-A special input signals for system identification, which consists of two parts, part of the pseudo-random sequence of two, as part of a random sequence.
<lizhong> 在 2025-05-14 上传 | 大小:1kb | 下载:0

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

说明:遗传算法实现数据拟合,拟合效果好,相似度达到99 以上-Genetic algorithm for data fitting, the fitting effect of similarity of more than 99
<kevin> 在 2025-05-14 上传 | 大小:1kb | 下载:0

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

说明:最近邻算法,实现。有数据,可以直接运行,并显示效果-Nearest neighbor algorithm.Data can be run directly, and can display
<kevin> 在 2025-05-14 上传 | 大小:1kb | 下载:0
« 1 2 ... .36 .37 .38 .39 .40 26341.42 .43 .44 .45 .46 ... 28521 »

源码中国 www.ymcn.org