资源列表

« 1 2 ... .18 .19 .20 .21 .22 2523.24 .25 .26 .27 .28 ... 3400 »

[数学计算/工程计算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

[数学计算/工程计算jxpy2

说明:容许应力法计算圆形截面或矩形截面偏心受压构件-Allowable stress method circular or rectangular eccentric compression
<阿布> 在 2025-06-28 上传 | 大小:2kb | 下载:0

[数学计算/工程计算FEMDD

说明:有限元非线性迭代模块,使用FORTRAN程序编程,对于研究非线性问题会有帮助-Finite element nonlinear iteration module
<lidongxue> 在 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

[数学计算/工程计算CR

说明:认知无线电中关于频谱感知的一些小程序,希望对大家有所帮助!-Spectrum sensing in CR,I hope it s useful to some guy!
<邵林> 在 2025-06-28 上传 | 大小:2kb | 下载:0

[数学计算/工程计算4MUAV

说明:对矩阵A约化为双对角线矩阵,然后计算出奇异值完成奇异分解。 -Of the matrix A reduces to two-diagonal matrix, and then calculate the complete singular value decomposition singular.
<段蒙> 在 2025-06-28 上传 | 大小:2kb | 下载:0

[数学计算/工程计算e00forshp

说明:这是一个e00转shp的方法,本人也在找能大批量转换的方法!-
<xiaodi> 在 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

[数学计算/工程计算FFT

说明:256点FFT函数,量化阶输出,用查表方式实现,用凌阳单片机可以进行8khz采样,频谱分析等-256-point FFT function, the quantized step out, be achieved using look-up table, with a single chip can be 8khz Sunplus sampling, spectral analysis
<林云龙> 在 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
« 1 2 ... .18 .19 .20 .21 .22 2523.24 .25 .26 .27 .28 ... 3400 »

源码中国 www.ymcn.org