-
Full-Face-Detector
说明: 网上下载的外国的人脸检测程序,不知道有没有,传上来与大家分享(Download the foreign face detection program, do not know not, pass up and share)
- 2011-03-22 09:34:46下载
- 积分: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
-
MATLAB仿真源文件
说明: 实现点云地图ICP算法匹配和EKF定位,通过将十帧点云数据进行拟合生成一张融合地图(ICP algorithm matching and EKF positioning of point cloud map are realized, and a fusion map is generated by fitting ten frames of point cloud data)
- 2021-01-19 16:18:30下载
- 积分:1
-
long
说明: 求最长公共子序列,一个很好的程序。
求最长公共子序列,一个很好的程序。(Seeking the longest common subsequence, a very good program. Seeking the longest common subsequence, a very good program.)
- 2010-04-10 21:20:35下载
- 积分:1
-
Mono
实现单稳触发功能,扩展输入信号为指定时常(a implement of mono,expand the input signal to a given time)
- 2013-12-05 12:45:23下载
- 积分:1
-
2ddp_node
2ddp dynamic mesh for fluent udf
- 2013-12-12 15:26:08下载
- 积分:1
-
Exercise05
5th exercise of computer graphics course
- 2014-11-22 23:55:14下载
- 积分:1
-
MMATTLABinphhA
MATLAB在物理中的应用,在学习物理的同时也能掌握一门计算机机技术,并能熟练应用计算机技术来学习物理与分析物理。 已通过测试。
(MATLAB in physics, to study physics at the same time able to grasp the technology of a computer machine and skilled application of computer technology to study physics and analysis of physics. Has been tested.)
- 2012-07-17 19:55:26下载
- 积分:1
-
boost_19937_wrapper
A useful wrapper over the boost Mersenne Twister random number generator. It is implemented as a singleton such that the same instance can be used throughout a code by requesting the singleton instance. It also can return the host rng for boost functions that requires it. A unary function is also provided for use with std::random_shuffle for example.
- 2014-09-05 02:13:29下载
- 积分:1
-
sushu
素数的判定,miller-rabin,sol-str,leman,fermat等。都可以运行,下完自后自己稍微改改就可以用。(Primes judgment, miller-rabin, sol-str, leman, fermat so on. Can run is finished after their own little changed since it can be used.)
- 2013-07-25 19:21:17下载
- 积分:1