资源列表
[数学计算/工程计算] Ordinary-Differential-Equations
说明:求解常微分方程组,用了四种方法,分别是:先前欧拉、向后欧拉、改进欧拉、RK4方法。-Solution of ordinary differential equations, using the four methods are: the previous Euler, Backward Euler, Improved Euler, RK4 method.<赵玉梅> 在 2025-06-10 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] DRAIN-2DX-UIUC
说明:souce code of programe DRAIN-2DX-UIUC<jrwuce> 在 2025-06-10 上传 | 大小:2.19mb | 下载:0
[数学计算/工程计算] astar
说明:Astar algorithm using simple method to code it<Duy Kien NGo> 在 2025-06-10 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] Active-Contours
说明:This programme gives much useful in image processing<sudhee> 在 2025-06-10 上传 | 大小:3.46mb | 下载:0
[数学计算/工程计算] meanshift-kalman
说明:利用meanshift kalman算法实现对视频中运动对象的跟踪。-Meanshift kalman algorithm using video tracking of moving objects.<zhanq> 在 2025-06-10 上传 | 大小:4.24mb | 下载:0
[数学计算/工程计算] DFS
说明:Depth-first search (DFS) is an algorithm for traversing or searching a tree, tree structure, or graph. One starts at the root (selecting some node as the root in the graph case) and explores as far as possible along each branch before backtracking.<a32> 在 2025-06-10 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] BFS
说明:In graph theory, breadth-first search (BFS) is a graph search algorithm that begins at the root node and explores all the neighboring nodes. Then for each of those nearest nodes, it explores their unexplored neighbor nodes, and so on, until it finds<a32> 在 2025-06-10 上传 | 大小:1kb | 下载:0
[数学计算/工程计算] Countingsort
说明:Counting sort (ultra sort or math sort[1]) is a sorting algorithm which (like bucket sort) takes advantage of knowing the range of the numbers in the array to be sorted (array A). It uses this range to create an array C of this length.<a32> 在 2025-06-10 上传 | 大小:1kb | 下载:0