资源列表
SA
- matlab helpful document on genetic alforithm. its implementation on specific systems. can be remodified to suit problems.shows workings of all f available unctions-matlab helpful document on genetic alforithm. its implementation on specific systems.
FiveDirectionPad_Algo
- 此作業需使用Backtracking algorithm 從第一格開始,從1到9依序測試是否可以填入,若本來此格已有數字,則直接往下一格走。若可以填入( if(promising()) )則填入該數字並且往下一格移動繼續填,若此格沒有可填入的數字時,則結束該格的動作,回到上一格去測試剩下的可能結果。若已經填完( if(solution is found) ),則可能解+1,然後回到前面再繼續尋找接下來的可能解。直到全部可能的數字組合都試完之後,程式結束,所有可能解的個數也會被找到。需要印出的
SimulatedAnnealing
- 该算法是模拟退火的一个简单应用,通过求一个函数的最值问题,可以透彻理解模拟退火的原理!-The simulated annealing algorithm is a simple application of a function by seeking the most value problems, simulated annealing can be a thorough understanding of the principles!
clsGeodeticCalculate
- 大地测量计算,包括高斯投影正反算、子午线弧长计算-Geodetic calculation
LU
- LU分解解3对角方程组 fortran子例程-LU decomposition of solutions of 3 pairs of diagonal equations fortran subroutine
PR
- 采用PR状态方程 计算石油烃类 气液平衡-Using PR equation of state petroleum hydrocarbon vapor-liquid equilibrium
imreconstruct
- Morphological image reconstruction inC.
svm1
- 支持向量机是针对多种数据需要分类的问题,通过训练数据特征,然后再在其基础上面进行测试识别。-Support vector machine is needed for a variety of data classification problem, characterized by the training data, then the basis of the above test its recognition.
FFT_IFFT
- 快速付立叶变换FFT和付立叶逆变换IFFT
ALGO2-1
- lgo2-1.c C program for implementing Algorithm 2.1 Algorithm translated to C by: Dr. Norman Fahrer IBM and Macintosh verification by: Daniel Mathews NUMERICAL METHODS: C Programs, (c) John H. Mathews 1995 To accompany the text: NUME
real_numbers
- This app finding real numbers in txt
PDE_Galerkin
- 应用Matlab采用Galerkin法求解偏微分方程-Galerkin method for solving partial differential equations by matlab
