资源列表
bemd
- 本程序主要通过二维经验模态分解计算二维信号的IMF,使用筛选的过程。它依赖于函数SIFT。(BEMD This program calculates the Bidimensional EMD of a 2-d signal using the process of sifting. It is dependent on the function SIFT.)
SVM_Short-term-Load-Forecasting
- 电力系统短期负荷预测,改进支持向量机,优化算法,智能算法(Power system short-term load forecasting, improved support vector machine, optimization algorithm, intelligent algorithm)
Polar_BP_code
- 极化码BP译码算法,三种改进的BP译码算法。(Polarization code BP decoding algorithm, three improved BP decoding algorithms.)
FDTD超材料
- 用超材料实现平面反射器设计。用PML边界的FDTD程序仿真验证。(The design of a plane reflector is realized with supermaterial. The PML boundary FDTD program is used to simulate and verify.)
vrpGA
- 使用遗传算法求解VRP问题,可更改数据,可用(Solve VRP problem with GA algorithm.)
DM
- 计算单个超表面单元相位,分为x y两个方向,可适应多个参数。(Calculate the single super surface unit phase.)
dbn-master
- 深度置信网络DBN,深度学习,神经网络,分类(deep belief network(DBN), deep learning, neural network, classification)
white_balance
- 自动白平衡是一种重要的偏色校 正技术.提出了一种新的基于灰轴调整的自动白平衡算法.(Automatic white balance is an important color correction technology. A new automatic white balance algorithm based on gray axis adjustment is proposed.)
PCE_Example
- 用于混沌多项式扩展的代码,例子较多,有些比较复杂,深入浅出(Code for the extension of chaotic polynomials)
遗传算法BP网络
- 基于人工神经网络的遗传算法算法融合,利用遗传算法结合BP来达到最优结果(Algorithm fusion of genetic algorithm based on artificial neural network)
改进势场
- 基于Matlab的改进人工势场法实现路径规划与避障(Improved artificial potential field method based on Matlab)
二维空间点线线线距离
- 基于GIS空间分析的简单入门,二维空间内点到线的距离使用的矢量法实现,线与线的距离使用线方程法,先判定是否平行然后计算距离。两个CPP文件,用于VC6.0实现。