资源列表
[数学计算/工程计算] BestFirstSearch_HeapAlgo
说明:1. 此程式執行將從路徑讀取一個文字檔 ( 路徑:C:INPUT.TXT ) 2. 執行結束會產生一個排序後的文字檔 ( 路徑:C:OUTPUT.TXT ) 3. 給定的初始盤面一定有解 本程式採用的演算法策略為Best-first search with branch-and-bound algorithm 1. 使用Max heap 實作Priority queue 2. 使用bound function 估計目前盤面走至答案最少需要幾步 第一部分 所謂 h<zelda> 在 2025-06-28 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] DivideAndConquer_Algo
说明:1. 依照介面提示輸入yes 或 no 2. 每局結束後會印出你心中猜想的兩個數字並計算當次花費的回合數 3. 每局之間可連續 本程式採用的演算法策略為divide-and-conquer algorithm 1. 先將範圍盡量縮小,優先程序為先從小範圍求出一解 2. 盡量以2的次方數取範圍做分割尋找一個數字時,平均最佳的方法必是二分法。 因此如何以最小步數找到第一個解?若搜尋範我採用的方法,就是以最小步數先尋找到一個解,接著再用二分法找出剩餘的一個解。為了讓<zelda> 在 2025-06-28 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] GMRES2008.09.24
说明:广义最小残差法求解矩阵方程。 不同于国外的代码,由本人亲自编写,非常清晰,易于使用。-GMRES to solve the matrix equations,which is easy to comprehend and apply.<yuan> 在 2025-06-28 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] matrix_master
说明:Matrix Master, This program will solve a linear system of equations. To execute program goto URL garyssite.com<my dog> 在 2025-06-28 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] eliminationmethod
说明:线性方程组的数值解法高斯消元法包括列主元消元法和高斯简顿消元法MATLAB环境编程实现线性方程组的解-Numerical Solution of Linear Equations Gaussian elimination method,including the mainelement elimination method and Gauss Jane Dunxiao element method.MATLAB environment,programming solution of linear<sujuanliu> 在 2025-06-28 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] heap_sort
说明:heap sort is the other (and by far the most popular) in-place non-recursive sorting algorithm used in this test. Heap sort is not the fastest possible in all (nor in most) cases, but it s the de-facto sorting algorithm when one wants to make sure tha<sereen> 在 2025-06-28 上传 | 大小:2kb | 下载:0