-
粒子群算法xin
粒子群算法,用于对物流供应进行最优化的一种数学模型,本例中是设计了十个销售点的模型(Particle swarm algorithm for optimizing the logistics supply a mathematical model, in this case is the design of the 10 model point of sale)
- 2020-07-05 19:38:59下载
- 积分:1
-
MonteCarlo
蒙特卡罗法的MATLAB源程序、MATLAB例程。(MATLAB source code of the Monte Carlo method, MATLAB routines.)
- 2009-03-30 19:39:50下载
- 积分:1
-
Matlab.Ebooks
MATLAB入门及金融经济学方面的应用,五本电子书。国外权威译本。(MATLAB entry and the application of financial economics, five e-books. Authoritative foreign translation.)
- 2012-06-06 13:41:14下载
- 积分:1
-
MatLab---MathematicEngineering
matlab在工程数学中的应用,适合初学者学习(matlab application of mathematics in engineering, suitable for beginners to learn)
- 2013-10-12 10:32:08下载
- 积分:1
-
1
利用MATLAB来实现函数f(t)向右移三和向左移动三的波形
向右移
3
和向左移
3
的波形
(Three waveform move to the right and to the left to the right and to the left of the waveform using MATLAB to achieve the function f (t))
- 2013-05-17 10:56:09下载
- 积分:1
-
MATLAB
tent映射不同参数下的遍历轨迹三维绘图函数(Tent mapping three dimensional drawing functions under different parameters)
- 2020-12-09 16:19:19下载
- 积分:1
-
dspmatlab
用matlab的GUI做的一个数字信号处理系统,选择输入信号波形及频率,进行滤波、频域分析等等。(Using matlab to do the GUI of a digital signal processing system, select the input signal waveform and frequency for filtering, frequency domain analysis and so on.)
- 2008-08-15 19:23:03下载
- 积分:1
-
Matlab-wusunbianjiema
在Matlab环境下实现的无损编解码,代码简单易懂(In the lossless codec implementation under the environment of Matlab, the code is simple to understand)
- 2013-03-29 16:19:53下载
- 积分:1
-
knn1
K最邻近密度估计技术是一种分类方法,不是聚类方法。
不是最优方法,实践中比较流行。
通俗但不一定易懂的规则是:
1.计算待分类数据和不同类中每一个数据的距离(欧氏或马氏)。
2.选出最小的前K数据个距离,这里用到选择排序法。
3.对比这前K个距离,找出K个数据中包含最多的是那个类的数据,即为待分类数据所在的类。(K nearest neighbor density estimation is a classification method, not a clustering method.
It is not the best method, but it is popular in practice.
Popular but not necessarily understandable rule is:
1. calculate the distance between the data to be classified and the data in each other (Euclidean or Markov).
2. select the minimum distance from the previous K data, where the choice sorting method is used.
3. compare the previous K distances to find out which K data contains the most data of that class, that is, the class to which the data to be classified is located.)
- 2017-08-09 21:06:38下载
- 积分:1
-
FIR
FIR低通滤波器的编程实现,针对的是一维信号处理(The FIR low pass filter for programming is one dimensional signal processing)
- 2014-12-23 09:21:08下载
- 积分:1