搜索资源列表
op001
- 霍夫曼编码压缩演算法,在霍夫曼编码当中,把各资料视为有重量的叶子,把出现频率较低的整理在一起,构筑出一个叫做「霍夫曼树」的树状构造资料,然后从此霍夫曼树来决定要分配给各资料的位列。 解码时,也是会用到霍夫曼树,我们必须将霍夫曼编码的资料逐个位去读入,然后照这个值去判断要走哪一边的树枝。然后,在走到叶之后,就把这个叶的值输出。接着就再度回到根,一直重覆同样的处理,直到没有资料为止。
LIST4-6
- 壓縮演算法-基本的資料壓縮演算法-Run-Length編碼的解壓縮程式~對應list1-3
dct-image-compression
- 裡面有包含圖片跟jpeg壓縮的主要程序DCT的演算法,會秀出作dct轉換的前後圖片-Contains a picture inside the main program with the jpeg compression algorithm DCT will be showed off pictures before and after conversion for dct
G2P
- 在VTI介质中的射线追踪算法,关于模型正演方面的算法。-Ray-direction velocities in VTI media
inversion
- 王家映关于地球物理资料非线性反演理论的讲座系列,包括11个文档(地球物理反演问题概述,蒙特卡洛法,模拟退火法,遗传算法,人工神经网络,共轭梯度,同伦反演法,量子遗传算法,蚁群算法,粒子群反演算法,模拟原子跃迁反演法)-Wang Ying on the theory of nonlinear inversion of geophysical data lecture series, including 11 documents (geophysical inversion problems out
ACO
- 應用螞蟻最佳化演算法(ACO)求解作戰防禦性武器分配問題,此問題是一重要NP-hard問題-The ant-optimization algorithm (ACO) is used to solve the problem of defensive weapon allocation. It s an important NP-hard problem
GA2
- 應用基因演算法(GA)求解敵方作戰系統指派問題,該程式碼輔皆有註譯以幫助理解,適合初學者使用。-Use the genetic algorithm (GA) to solve the problem of enemy combat system assignment, the code are accompanied by annotations to help understand, suitable for beginners to use.
HS1
- 應用和弦搜索演算法(HS)求解目標-武器指派問題(WTA problem),該程式碼輔皆有註譯以幫助理解,適合初學者使用。-Use the HS algorithm to solve the problem of weapons assignment (WTA problem), the code are accompanied by annotations are translated to help understand, suitable for beginners to use.