-
PSO
梯度下降法是最早最简单,也是最为常用的最优化方法。梯度下降法实现简单,当目标函数是凸函数时,梯度下降法的解是全局解。一般情况下,其解不保证是全局最优解,梯度下降法的速度也未必是最快的。梯度下降法的优化思想是用当前位置负梯度方向作为搜索方向,因为该方向为当前位置的最快下降方向,所以也被称为是”最速下降法“。最速下降法越接近目标值,步长越小,前进越慢。(The gradient descent method is the earliest and most simple and most commonly used optimization method. The gradient descent method is simple to realize. When the objective function is a convex function, the solution of the gradient descent method is a global solution. In general, the solution is not guaranteed to be the global optimal solution, and the gradient descent method is not necessarily the fastest. The optimization idea of gradient descent method is to use the current position negative gradient direction as the search direction, because the direction is the fastest descending direction of the current position, so it is also called the steepest descent method. The faster the slowest descent approach is closer to the target, the smaller the step, the slower the progress.)
- 2018-01-29 21:44:10下载
- 积分:1
-
CC
说明: 提取超声回波信号中回波时移的互相关计算。(Extraction echo ultrasonic echo signals of time-lapse cross-correlation calculation.)
- 2009-02-17 11:23:34下载
- 积分:1
-
KML
最新google earth官方KML文档说明,v2.2版本,包含较多更新(Latest google earth KML official documentation, v2.2 version, contains more updates)
- 2014-08-10 16:23:15下载
- 积分:1
-
PCB
这是code使用说明,对大家比较有帮助,新手必备(This is the code for use)
- 2013-12-01 18:22:12下载
- 积分:1
-
Ds_fusion
实现数据融合,证据理论,有详细的文字说明,便于移植使用(realize data fusion,evidential theroy)
- 2011-12-01 16:08:33下载
- 积分:1
-
picture
主要使图像进行灰度化处理,matlab的源代码,视同再进一步的预处理中应用(Gray image)
- 2014-01-05 18:07:47下载
- 积分:1
-
AutoArrangeClass
随机自动分班级排学号软件
一个朋友在中学教书,经常为排班级排学号头痛,于是做了这么一个小软件让朋友用用,反馈感觉上还不错。
本软件适用于小学升初中只有两科成绩,且成绩只有A,B,C三个标号.
说明一下:该随机自动分班级排学号软件,
不仅有有考虑到,成绩的均匀,
还考虑到生源地(即原毕业学校),性别,及班级学生个数的均匀.
一般来说,每个班级的总体都比较均匀
具体的说明,可以运行一下本软件,点一下生成源文件样本,然后参考一下即可。(Random Automatic Class scheduling software school No. A friend of mine to teach in secondary schools, often for the Class Pai Pai Student headache, then to do so, a small software that allows friends to use, and feel pretty good feedback. This software applies to primary and junior high school only two subjects, and the results only A, B, C grade three. Explain: The random Automatic Class No. Pai school software, not only has to take into account, results in uniform, but also taking into account the students (ie the original graduate schools), gender, and class number of the uniform. Generally speaking, each Class are relatively uniform overall specific, you can run like the software, click the source file to generate samples, and then reference click.)
- 2008-07-02 17:47:08下载
- 积分:1
-
CandMatlab
一个典型的MATLAB河VC++的混合编程,对刚刚起步学习的人很有帮助(a typical VC MATLAB River mixed programming, which has just started to learn the helpful)
- 2006-06-08 17:21:53下载
- 积分:1
-
chap11
vc++matlab图像处理与识别分章代码下载11(vc++ matlab image processing and recognition of sub-chapter code 11 download)
- 2009-03-28 09:53:32下载
- 积分:1
-
DSPfir
这是一个综合性的仿真程序。包括:用matlab生成一个FIR滤波器,得到滤波器系数及阶数;再用C语言产生一个混合频率的数字信号,之后将生成的数据样点送入到DSP主程序进行数字滤波,DSP主程序算法用的是循环缓冲区算法,这一部分在CCS上实现。(This is a comprehensive simulation program. Comprising: generating a matlab FIR filter, to obtain the filter coefficients and order then mixed to produce a C-frequency digital signal, and then the resulting data samples into the main program to the DSP for digital filtering, DSP main algorithm using a circular buffer algorithm, this part of the CCS to achieve.)
- 2013-09-15 21:16:30下载
- 积分:1