资源列表
[数学计算/工程计算] stochastic5
说明:数值求解随机微分方程的程序!源程序编译自Maple 5.0,但可尝试更高版本的Maple!-The MAPLE Stochastic Package by Sasha Cyganowski,A package for solving stochastic differential equations in maple!<HM> 在 2025-11-19 上传 | 大小:9kb | 下载:0
[matlab例程] Lecture_ALVINN
说明:ALVINN in artificial intelligence<falli> 在 2025-11-19 上传 | 大小:3.1mb | 下载:0
[数据结构常用算法] DIJKSTRA
说明:Suppose you want to find the shortest path between two intersections on a map, a starting point and a destination. To accomplish this, you could highlight the streets (tracing the streets with a marker) in a certain order, until you have a route high<synthia> 在 2025-11-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] KRUSKAL
说明: * create a forest F (a set of trees), where each vertex in the graph is a separate tree * create a set S containing all the edges in the graph * while S is nonempty and F is not yet spanning o remove an edge with minimum weight from S o<synthia> 在 2025-11-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] my_BFS
说明: 1. Enqueue the root node. 2. Dequeue a node and examine it. * If the element sought is found in this node, quit the search and return a result. * Otherwise enqueue any successors (the direct child nodes) that have not yet been discovered.<synthia> 在 2025-11-19 上传 | 大小:1kb | 下载:0