资源列表

« 1 2 ... .58 .59 .60 .61 .62 26463.64 .65 .66 .67 .68 ... 28522 »

[数据结构常用算法324

说明:算法实现题3-1 最少硬币问题 问题描述:设有n种不同面值的硬币,各硬币的面值存于数组T[1:n]中。现要用这些面值的硬币来找钱。可以使用的各种面值的硬币个数存于数组Coins[1:n]中。对任意钱数0≤m≤20001,设计一个用最少硬币找钱m的方法。 算法设计:对于给定的1≤n≤10,硬币面值数组T和可以使用的各种面值的硬币个数数组Coins,以及钱数m,0≤m≤20001,计算找钱m的最少硬币数。 数据输入:由文件inp
<杨蔚> 在 2025-02-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法3

说明:3.1 最长公共子序列问题 最长公共子序列(动态规划) 实验数据:input.txt X={A,B,C,B,D,A,B} Y={B,D,C,A,B,A} ——要求给出X、Y的最长公共子序列Z,程序运行结束时,将计算结果输出到文件output.txt中。输出文件中包含问题的答案:找不到公共子序列时给出“null” 。-3.1 the longest common subsequence problems longes
<杨蔚> 在 2025-02-26 上传 | 大小:1kb | 下载:0

[matlab例程playlxg

说明:用matlab编程实现的清华老校歌。属于信号与系统处理技术的问题。-Matlab programming of Tsinghua old school song. Belong to the problem of signal processing technology.
<Jenny> 在 2025-02-26 上传 | 大小:1kb | 下载:0

[数据结构常用算法3

说明:3.1 最长公共子序列问题 最长公共子序列(动态规划) 实验数据:input.txt X={A,B,C,B,D,A,B} Y={B,D,C,A,B,A} ——要求给出X、Y的最长公共子序列Z,程序运行结束时,将计算结果输出到文件output.txt中。输出文件中包含问题的答案:找不到公共子序列时给出“null” 。 -3.1 the longest common subsequence problems lon
<杨蔚> 在 2025-02-26 上传 | 大小:1kb | 下载:0

[matlab例程ddd

说明:基于一维自主神经网络的图像融合,lena图像融合-One-dimensional autonomous neural network-based image fusion, lena image fusion
<jixiaoliang> 在 2025-02-26 上传 | 大小:1kb | 下载:0

[matlab例程LHM_1D]

说明:一个描述左手材料的一维FDTD程序,适合初学者参考。-A descr iption of the one-dimensional FDTD program of the left-handed materials and reference for beginners.
<snipers> 在 2025-02-26 上传 | 大小:1kb | 下载:0

[matlab例程ex3_10

说明: 根据系统的阶跃响应,计算时域性能指标(比如超调量、峰值、调节时间等)。-According to the step response of the system, calculate the time-domain performance indicators (such as overshoot, peak, adjust the time).
<cp> 在 2025-02-26 上传 | 大小:1kb | 下载:0

[matlab例程blead

说明:基于伯德图的超前校正解析设计法根据所需闭环性能计算校正器的传递函数 -Analytical design method based on the Bode diagram of the lead compensator transfer function of the desired closed-loop performance computing Correction
<cp> 在 2025-02-26 上传 | 大小:1kb | 下载:0

[matlab例程Z_N

说明: Z-N法计算控制器参数, 绝对好用 很经典的算法-ZN method to calculate the controller parameters, absolutely easy to use the classic algorithm
<cp> 在 2025-02-26 上传 | 大小:1kb | 下载:0

[matlab例程ex10_28

说明:动画显示的操作和实现;控制器放大系数变化对系统输出响应影响的动画。 -Controller amplification factor changes to the system output response to the impact of animation. Time Delay and PID controller simulation control system using the first order inertia
<cp> 在 2025-02-26 上传 | 大小:1kb | 下载:0

[matlab例程ex3_33

说明:用等倾线法绘制二阶系统的相平面图 二阶系统自己拟定-Line method to draw the second-order system using equal inclination plan second-order system own prepared
<cp> 在 2025-02-26 上传 | 大小:1kb | 下载:0

[matlab例程ex3_34

说明:为了了解系统某一状态时所处的时间,用积分方法从相平面获得时间信息。-In order to understand the time in which a state of the system from the phase plane using the following methods to obtain time information.
<cp> 在 2025-02-26 上传 | 大小:1kb | 下载:0
« 1 2 ... .58 .59 .60 .61 .62 26463.64 .65 .66 .67 .68 ... 28522 »

源码中国 www.ymcn.org