-
VCMATLAB
关于VC与matlab混合编程的代码,包含众多例子,可以直接使用。(Matlab on the VC and mixed programming code, including many examples can be used directly.)
- 2010-11-16 11:41:50下载
- 积分:1
-
gliml
最新的积分算数方法gliml,已经测试没问题(The latest count integral method gliml, no problem has been tested)
- 2011-09-26 13:03:37下载
- 积分:1
-
S3C2416-manual---Chinese
S3C2416芯片手册-中文不完整版
S3C2416 chip manual - incomplete in Chinese version(S3C2416 chip manual- incomplete in Chinese version)
- 2014-08-28 10:54:27下载
- 积分:1
-
目标跟踪project3
多目标跟踪,数字图像处理,个多目标跟踪的matlab代码,里面附有说明文档。其中背景差分法可以实现实时更新。该代码在检测与跟踪少量目标时效果很好,但是跟踪目标大于8后,效果下降很多(Multi-target tracking)
- 2018-03-08 11:47:08下载
- 积分:1
-
FindAllWin32Process
例子列举所有的进程基类,适合Window编程初学者。(The example gets all the process classes. for the fundamental coder)
- 2015-04-01 20:42:19下载
- 积分:1
-
gmdhdemo
gmdh神经网络的详细程序,demo是主程序源码。(gmdh detailed procedures for neural networks, demo is the main source.)
- 2011-02-01 11:53:24下载
- 积分:1
-
floyd
matlab floyd最短路算法。。。。
- 2010-08-20 21:28:52下载
- 积分:1
-
MATLAB
MATLAB入门,如何运用具体的MATLAB进行算法的实现(Getting Started with MATLAB, how to use specific MATLAB for algorithm implementation)
- 2011-10-25 14:27:57下载
- 积分:1
-
595643723dRecon
基于matlab的三维重建,左右两摄像机各取图片进行匹配(Matlab-based three-dimensional reconstruction of left and right images to match each of two cameras)
- 2011-11-09 20:15:12下载
- 积分: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