资源列表
[数据结构常用算法] tingchechang
说明:设停车场是一个可以停放n辆汽车的狭长通道,且只有一个大门可供汽车进出。汽车在停车场内按车辆到达时间的先后顺序,依次有北向南排列(大门在最南端,最先到达的第一车停放在车场的最北端),若车场内已停满n辆车,那么后来的车只能在门外的便道上等候,一旦有车开走,则排在便道上的第一辆车即可开入;当停车场内某辆车要离开时,在它之后进入的车辆必须先退出车场为它让路,待该辆车开出大门外,其他车辆再按原次序进入车场,每辆停放在车场的车在它离开停车场时必须按它停留的时间长短交纳费用。-Car parks are lo<jun> 在 2025-11-26 上传 | 大小:2kb | 下载:0
[matlab例程] record
说明:This some code for recording in Matlab.-This is some code for recording in Matlab.<cuongquyen> 在 2025-11-26 上传 | 大小:4kb | 下载:0
[数值算法/人工智能] lzh
说明:使用 RUNGE-KUTTA-FELBERG 的方法去解决y -e^(x)y -2y +y=e^(-x)*(2e^(-x)cos(x)+5sin(x)).这是一道比较经典的数值分析题目。-Use RUNGE-KUTTA-FELBERG solution to y' ' '-e ^ (x) y' '-2y '+ y = e ^ (-x)* (2e ^ (-x) cos (x)+5 sin ( x)). This is a classic comparison o<liuzhenghao> 在 2025-11-26 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] zz
说明:使用Euler-Cauchy method方法去处理2个矩阵。y(x) = eAxy0这个是实际的函数-Euler-Cauchy method used to deal with two matrix. y (x) = eAxy0 this is the actual function<liuzhenghao> 在 2025-11-26 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] qq
说明:A numerical solution of the 2D wave equation utt = β2 (uxx + uyy) is required over the region R in the x, y plane R = {(x, y)| 0 < x < a, 0 < y < b}-A numerical solution of the 2D wave equation utt = β2 (uxx+ uyy) is required over<liuzhenghao> 在 2025-11-26 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] ww
说明:Modify the Matlab Gauss Elimination routine given in lectures so that it (a) performs implicit complete pivoting, and (b) handles m right hand sides at once by performing an LU decomposition of the matrix A first and then doing forward substitu<liuzhenghao> 在 2025-11-26 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] fr
说明:Write a Matlab program which solves the initial value problem y = (xy − y2)/x2, y(1) = 2, by the order four Runge-Kutta method, over the interval [1, 3] using steps of h = 1/128. The exact solution to this problem is given by y(x) = x/<liuzhenghao> 在 2025-11-26 上传 | 大小:1kb | 下载:0