-
part2
北工大matlab电子课件,陆续还有好多,很全的,希望大家下个痛快(err)
- 2007-12-28 12:58:38下载
- 积分:1
-
matlabjiaocheng
介绍MATLAB的基础知识,都初学MATLAB软件的人有帮助(Introduce the basics of MATLAB, which will help beginner for matlab.)
- 2009-11-10 09:58:59下载
- 积分:1
-
imMosaic
很不错的一个软件,处理图像拼接的sift算子,可能里面还有那么一点点小错误,但加油可以行的
(There is a small error, but should be able to sift operator)
- 2012-03-30 11:13:20下载
- 积分:1
-
gongji
用于视频水印的攻击实验以及实验结果。通用攻击。(For video watermarking attacks, and experimental results. General attack.)
- 2010-12-07 16:27:10下载
- 积分:1
-
PSO_7d5
Particle swarm optimization in economic dispatch of power systems
- 2013-01-30 13:40:35下载
- 积分:1
-
genetic_algo_EXC_NIM_L2O
Genetic algorithm using EXC, NIM and L2O move for solving TSP Problem
- 2013-02-12 21:14:49下载
- 积分:1
-
featureSelection
利用保留交叉验证(hold-out)的特征选择,有筛选排序的功能,并最终可以输出对应特征下标。(The use of cross-validation reserved (hold-out) feature selection, there is sort of filtering function, and eventually you can output the corresponding feature subscript.)
- 2013-08-11 10:26:17下载
- 积分:1
-
c
说明: 好用的matlab程序,专门针对冲激串的傅立叶变换设计的(welldone,good things to learn matlab)
- 2013-09-25 11:27:31下载
- 积分:1
-
mmn
mmn排队系统仿真源代码,gui界面,实现动画仿真(mmn queuing system simulation source code)
- 2021-04-11 17:28:57下载
- 积分: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