搜索资源列表
fast_user_pairing
- MU-MIMO中的快速用户配对算法的MATLAB程序。-fast user pairing algorithm in MU-MIMO
greedy_user_pairing
- MU-MIMO中的贪婪算法的MATLAB程序。-Greedy user pairing algorithm in MU-MIMO.
0479-8023(2012)02-0223-08
- 多PKG环境下无双线性对的基于身份AKA协议0479-8023(2012)02-0223-08-Identity-Based Authenticated Key Agreement Protocols without Bilinear Pairing in Multiple PKG Environments
tongjimimo
- 对统计MIMO 雷达提出了一种映 射搜索配对法来实现在不同观测通道中的目标距离延时和多普勒频率估计值的配对-To propose a statistical MIMO radar mapping Radio search pairing method implemented in different target distances observation channel delay and Doppler frequency estimates pairing
fpRmATLAB
- This project reflects pattern recognition techniques that we’ve studied in course. Our main focus throughout the project was feature extraction. System extracts minutiae points selected image and then performs fingerprint matching based on minutiae p
Readxls
- 读取excel内数据后,对应基因位点的FST值作图,并平滑曲线。(load data in excel format, draw panel with pairing FST value and gene position)
GA
- 遗传算法(Genetic Algorithms,简称 GA)是一种基于自然选择原理和自然遗传机 制的搜索(寻优)算法,它是模拟自然界中的生命进化机制,在人工系统中实现特定目 标的优化。遗传算法的实质是通过群体搜索技术,根据适者生存的原则逐代进化,最终 得到最优解或准最优解。它必须做以下操作:初始群体的产生、求每一个体的适应度、 根据适者生存的原则选择优良个体、被选出的优良个体两两配对,通过随机交叉其染色 体的基因并随机变异某些染色体的基因后生成下一代群体,按此方法使群体逐代进化, 直