资源列表
peisongzhongxinxuanzhi
- 这个案例是免疫遗传算法在物流配送中心选址中的运用,运行环境为matlab2014a-This case is immune genetic algorithm in logistics distribution center location of use, the operating environment for the matlab2014a
sanweilujing
- 利用蚁群算法做的一个三维路径规划,运行环境matlab2014a-Ant colony algorithm to do a three-dimensional path planning, the environment matlab2014a
MPI_MatrixBl
- C++ MPI program code to myltiply matrixs using blocks.
Coalitional_Game
- 联盟博弈频谱感知,包括融合和分裂算法,本科毕设时用的,看下面的英文文献,是对应的文章中仿真的哈,推荐-coalitional games for distributed collaborative spectrum sensing in cognitive radio network
PokerTest
- 随机数检测之扑克检测,较为简单的版本,α值取0.01.-Random number detection of poker detection, a relatively simple version, alpha value 0.01.
lqnubon
- matlab程序,适用于求解螺旋锥齿轮啮合线分析,其中以对数螺旋齿轮分析-Matlab program, suitable for solving analysis of spiral bevel gear meshing line with logarithmic spiral gear is analyzed
hair
- 这是一个基于2发2收,STBC的MIMO仿真模型,在该模型中,不错的-This is a based on hair 2, 2, STBC MIMO simulation model, in this model, good
optical_MIMO
- optical MIMO, optical MIMO VLC
chapter17
- 遗传算法有较强的问题解决能力,这个地方用他解决车间调度问题(Genetic algorithm has a strong problem solving ability, this place uses it to solve the job shop scheduling problem)
奇非线性参数激励n=1完善版
- 运用超越摄动同伦法,求解动力学方程,并进行动力学方程结果的图形化(The transcendental perturbation homotopy method is used to solve the dynamic equation, and the graphical results of the dynamic equation are obtained)
Distributions
- 分布: 二项式分布、指数分布、逻辑函数分布、正态分布、泊松分布(distrubutions: binomial distribution,exponential distribuion,logistic distribution,Normal distribution and poisson distribution)
KalmanFiltering
- 扩展卡尔曼滤波算法C语言实现:实现对二维状态变量的预测及跟踪。包括卡尔曼滤波初始化函数,负责初始化状态变量的值,过程噪声,测量噪声,以及状态转移矩阵。 卡尔曼滤波函数负责对状态变量进行迭代滤波,整个过程包括状态预测,协方差预测,测量预测,计算卡尔曼增益,状态量更新,协方差更新。(To realize the prediction and tracking of two dimensional state variables. It includes the initialization func