搜索资源列表
gmm
- 一个在matlab环境下编写的采用expectation maximization方法计算高斯混合模型的程序。
huffman用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码
- 用c语言扫描一幅bmp256色图像,利用哈夫曼对其进行编码,并做出效率计算等-C language with a bmp256 color image scanner, using Huffman code it, and make efficient computing
Matlabpossion
- 计算数学常用的一种变成软件,本程序解决的是微分方程边值问题-Computational mathematics to become a commonly used software, this program is to solve differential equations boundary value problem
tidu3
- 基于MATLAB的最优控制原理的最优步长发梯度计算-MATLAB-based optimal control theory calculation of the optimal step gradient hair
matlabyiqunsuanfa
- 蚁群算法是一种用来在图中寻找优化路径的机率型算法。是一种求解组合最优化问题的新型通用启发式方法,该方法具有正反馈、分布式计算和富于建设性的贪婪启发式搜索的特点。通过建立适当的数学模型,基于故障过电流的配电网故障定位变为一种非线性全局寻优问题。-Ant colony algorithm is a method used to find optimal path in the graph the probability-based algorithm. Is a combination of opt
mptoolbox_1.1
- matlab下高精度数值计算工具箱,包含各种常用函数-multi-precision toolbox
Matrix
- 自己编写的matlab简单计算,用于计算矩阵的加减乘与求逆,特征行列式等-I have written matlab simple calculation used to calculate the matrix addition and subtraction, multiplication and inversion, characteristic determinant, etc.
moshihsibie-shuju-matlab
- 模式识别与智能计算的matlab实现,全书数据文件,许国根编写的,直接可以导入matlab中使用-Pattern Recognition and Intelligent Computing matlab realize, the book data files, Xu root preparation, can be imported directly using matlab
maximalCliques
- 求最大团的算法,Bron-Kerbosch 算法计算图的最大全连通分量(团clique),matlab实现-Seeking maximum clique algorithm, Bron-Kerbosch algorithm to calculate the maximum fully connected graph component (group clique), matlab achieve
GreedTsp
- 用贪心方法计算TSP路径,用的是matlab-TSP path with the greedy method, using matlab
newton-raphson
- 牛顿-拉夫逊法潮流计算的Matlab实现,此程序只适用于求解节点电压以极坐标形式表示的潮流方程,没有考虑节点优化编号-Newton- Raphson method flow calculation Matlab realize, this procedure applies only to solve the node voltage power flow equations expressed in polar form, without considering the node number
fuzzy-of-Car
- ID控制器和模糊PID控制器在汽车发动机油门控制中的应用,在Matlab环境下实现 计算动词PID的仿真,在Simulink环境下仿真模糊PID控制器,并对比两种PID控制器的仿真结 果,在研究中用GUI窗口实现了计算动词PID控制器的可视化调控。-The application of verb PID controller and fuzzy PID controller in the control of automobile engine throttle, in Matlab e
yrografming
- 数值计算方法的一些题,应用matlab编程,大家快下 不错的-Numerical calculation method of some problem, application of matlab programming, everybody good fast
82928658
- 样本熵MATLAB程序,希望可以共享, 此程序可以计算脑电信号EEG的样本熵的值-Sample entropy of the MATLAB program, the hope can be Shared, the program can calculate the brain electrical signal samples of EEG entropy values
910818
- 近似熵MATLAB的计算程序2,可以通过此程序对脑电信号EEG进行分析-Approximate entropy of MATLAB to calculate the 2, EEG can through this program of EEG signals is analyzed
mkbu12
- 近似熵MATLAB的计算程序,可以通过此程序对脑电信号EEG进行分析-Approximate entropy of MATLAB calculation, can use this procedure to analyze EEG EEG
new-DV-Hop-code
- 改进DV-Hop定位算法 首先设置初始量,布置了一个范围为100×100m2的区域,其上随机分布100个传感器节点,其中有10个信标节点,节点的通信半径为30m。 第二步在正方形区域内产生均匀分布的随机拓扑,随机产生节点坐标并将其中十个选定为信标节点,其余九十个设为未知节点,然后画出节点分布图。 第三步通过最短路径法计算未知节点与每个信标节点的最小跳数。 第四步根据前面记录的其他信标节点的位置信息和相距跳数估算平均每跳的实际距离,用跳数估计距离的方法得出未知节点到信标节点的距离。 第五