-
wavelet_denoised
利用小波分析对污染信号进行去噪处理以恢复原始信号(Signal by wavelet analysis denoising of pollution to restore the original signal)
- 2011-01-11 22:35:24下载
- 积分:1
-
USE
用于车牌识别技术中图像分割,对比几种微分算子的边缘检测和形态学分割(License plate recognition technology for image segmentation, compared to several differential operator edge detection and morphological segmentation)
- 2013-11-11 09:32:19下载
- 积分:1
-
GP_CD
对所采集到的非线性信号进行数据预处理,消除趋势项,球得其关联维数(Of the collected data pre-processing of nonlinear signals, eliminating the trend, the ball get the correlation dimension)
- 2007-09-27 09:56:52下载
- 积分:1
-
saicheng.m
足球比赛,赛程编制的简易程序,采用简单 的矩阵运算。(the summary procedure of Competition schedule preparation)
- 2010-01-06 10:54:27下载
- 积分:1
-
mohukongzhi
智能控制中的离线模糊计算,用于计算模糊控制表(Intelligent Control of off-line fuzzy calculation,Used to calculate the fuzzy control table)
- 2012-04-04 20:50:34下载
- 积分:1
-
aocMatlab
使用蚁群算法解决最短路径问题的通用的Matlab程序(The shortest path using ant colony algorithm to solve a common problem in Matlab)
- 2011-11-23 16:31:38下载
- 积分:1
-
ngx-markdown-module
Nginx Markdown module
一个nginx模块,可以将网页中的markdown语法自动转义为html,无需引入其他支持库,执行效率高。
使用--add-module编译Tengine可用dso_install动态加载。
设置实例(http块)
location ~ /*.md {
mdfilter on
mdfilter_utf8 on
}
// Use Handler module
location ~ /*.mkd {
mdhandler
mdhandler_output html
}(Nginx Markdown module a nginx module can be a Web page markdown syntax is automatically escaped as html, without introducing additional support libraries, and high efficiency. Use- add-module compiled Tengine available dso_install dynamic loading. Set the instance (http block) location ~ /* md {mdfilter on mdfilter_utf8 on }.// Use Handler module location ~ /* mkd {mdhandler mdhandler_output html }.)
- 2014-02-06 11:50:09下载
- 积分:1
-
Knearest
K近邻方法实现0到9数字的模式识别问题。可扩展性很强,方面实现训练和识别。(K nearest neighbor method to achieve 0 to 9 digit pattern recognition problem. Highly scalable, achieving training and recognition.)
- 2010-06-08 16:41:58下载
- 积分:1
-
Moving_Least_Squares
移动最小二乘MLS是无网格近似的基础,代码为ID,但适用于高维问题(mobile MLS is not the least square grid similar to the basis for the ID code, but applied to the high-dimensional problems)
- 2006-07-15 16:10:11下载
- 积分:1
-
Newton
Newton Interpolation Method
Values yi of the interpolating polynomial at the points xi.
Coordinates of the points of interpolation are stored in
vectors x and y. Horner s method is used to evaluate
a polynomial. Second output parameter a holds coeeficients
of the interpolating polynomial in Newton s form.
- 2010-11-13 09:57:08下载
- 积分:1