资源列表

« 1 2 ... .03 .04 .05 .06 .07 28308.09 .10 .11 .12 .13 ... 28522 »

[数据结构常用算法迷宫问题

说明:用C++语言实现在迷宫中寻找出路。 核心算法伪代码: do{ 如果当前位置为出口: 当前位置进栈; return 1; while(尝试的方向小于4) { 尝试方向号码对应方向的格子; 如果这个格子是没走过的通路: 当前位置进栈; 将地图上的这个位置标记为走过的; 切换试探的方块为新的当前位置; 跳出这层循环; 否则: 方向号码增加1; } 如果当前位置的四周没有路了: 地图上的当前位置标记成走过的; 出栈; }while
<F(zx)> 在 2025-02-23 上传 | 大小:16kb | 下载:0

[matlab例程lyapunov

说明:文件包括非线性方程数值计算时常用的lyapunov程序,以duffing方程为例,进行程序计算,可以稍微修改,计算其他方程。(The file includes the Lyapunov program commonly used in the numerical calculation of nonlinear equations. Taking Duffing equation as an example, the program
<弥侠> 在 2025-02-23 上传 | 大小:2kb | 下载:0

[matlab例程SRR-Tensorbundle

说明:CST MATLAB 联合仿真超材料开口谐振环单元(CST matlab joint simulation of open resonance ring element of super material)
<v v> 在 2025-02-23 上传 | 大小:84kb | 下载:0

[matlab例程Vector Control of PMSM

说明:压缩包为永磁同步电机的矢量控制相关例程,相关研究者可借鉴(The compression package is a vector control routine of PMSM, which can be used for reference by related researchers)
<三五十年> 在 2025-02-23 上传 | 大小:176kb | 下载:0

[matlab例程TOPRBF

说明:基于MATLAB的连续体结构拓扑优化代码,可实际检验(A topology optimization code written in Matlab)
<万物可爱> 在 2025-02-23 上传 | 大小:1kb | 下载:0

[数值算法/人工智能nsga2

说明:多目标优化算法NSGA-II的python实现(Python implementation of NSGA-II)
<贰拾陆> 在 2025-02-23 上传 | 大小:5kb | 下载:0

[matlab例程Guassian_Fitting_Function_curve

说明:此matlab代码利用求解线性方程组的方法,实现了高斯二维曲面拟合(附数学原理PDF文档)(This matlab code use the method of solving linear equations to achieve gaussian two-dimensional surface fitting)
<枫0> 在 2025-02-23 上传 | 大小:443kb | 下载:0

[matlab例程单脉冲相位和差测角MATLAB

说明:运用于单脉冲体制下的雷达信号,通过计算和差进行测角(angle difference measurements under monopulse signals)
<红旗下的0> 在 2025-02-23 上传 | 大小:1kb | 下载:0

[matlab例程Matlab

说明:完成给定的两幅图像中差异之处寻找。显示出两幅图中哪里经过了篡改(Find the difference between the two images. Shows where the two images have been tampered with)
<IN-Xth> 在 2025-02-23 上传 | 大小:895kb | 下载:0

[数学计算/工程计算ABAQUS初学者用户子程序小例子

说明:ABAQUS 初学者小例子,适合初学者学习参考使用。(ABAQUS for beginners)
<TTY111> 在 2025-02-23 上传 | 大小:7.02mb | 下载:0

[matlab例程AnalyseNMEAGGA

说明:可以分析NMEA0183格式中的GGA数据的静态精度(rms)(Can analyze the static accuracy (rms) of GGA data in NMEA0183 format)
<清风_明月> 在 2025-02-23 上传 | 大小:2kb | 下载:0

[matlab例程code

说明:Simulates n random angles from a von Mises distribution, with preferred direction thetahat and concentration parameter kappa(Simulates n random angles from a von Mises distribution, with preferred direction thetahat an
<杨乐222> 在 2025-02-23 上传 | 大小:1kb | 下载:0
« 1 2 ... .03 .04 .05 .06 .07 28308.09 .10 .11 .12 .13 ... 28522 »

源码中国 www.ymcn.org