资源列表
linear code
- 感知器和线性神经网络,有助于初次接触人工智能的学生(the codes contain a lot of good data.besides,they are helpful for you get the main thought soon.)
ekf
- 使用EKF算法处理PIX飞控的IMU数据(analysis the pix's log with ekf algorithm)
mma
- 移动渐近线方法的源程序,里面包含两个子程序(Methods of Moving Asymptotes,incloding two programs : mmasub.m and subsolv.m)
Runge_Kutta
- 通过matlab平时,实现龙格库塔算法。(using matlab to solve Runge_Kutta problem)
读bin
- 使用matlab读取bin文件,bin文件是二进制文件,是文件格式binary的缩写。(Reading bin files by using MATLAB)
Model2D
- 基于Runge—Kutta的射线追踪(Runge Kutta raytrace)
9huff
- matlab实现的huff图像压缩程序 可成功运行((matlab implementation of huff image compression program which can be run successfully))
11compare
- matlab实现的小波图像压缩程序 可成功运行((matlab implementation of wave image compression program which can be run successfully))
ofdm1024
- BER CODES FOR BPSK IN MATLAB
tea
- 本代码是TEA加密算法的实现。其中,QQ登录在老版本中就是使用TEA算法实现加密。目前QQ加密已经升级不一定适用。但可以作为研究学习的入门材料。(This code is the implementation of the TEA encryption algorithm. Among them, QQ login in the old version is to use the TEA algorithm to implement encryption. At present, QQ encr
gpml-matlab-v4.1-2017-10-19
- MATLAB code. It was originally demonstrated the main algorithms from Rasmussen and Williams: Gaussian Processes for Machine Learning.(The code provided here originally demonstrated the main algorithms from Rasmussen and Williams: Gaussian Processes f
蚁群算法(路径规划程序)
- 蚁群算法是一种群智能算法,也是启发式算法。基本原理来源于自然界蚂蚁觅食的最短路径原理。蚁群算法根据模拟蚂蚁寻找食物的最短路径行为来设计的仿生算法,因此一般而言,蚁群算法用来解决最短路径问题,并真的在旅行商问题(TSP,一个寻找最短路径的问题)上取得了比较好的成效。目前,也已渐渐应用到其他领域中去,在图着色问题、车辆调度问题、集成电路设计、通讯网络、数据聚类分析等方面都有所应用。(Ant colony algorithm is a population intelligent algorithm,
