OpenCV is the most popular and advanced code library for Computer Vision related applications today, spanning from many very basic tasks (capture and ...
分类:
系统相关 时间:
2015-03-29 13:37:17
阅读次数:
186
STL 源码剖析
最近打算好好看看STL源码实现...
各种定义找不到头都大了.
首先你需要一个帮手,ctags不行我们就用global(什么东西自己搞定,这么不介绍了).
在STL库的路径下 bits/stringfwd.h你能找到一下定义
你会发现我们常用的标准库类string实质上是basic_string
class string的定义有20...
分类:
其他好文 时间:
2015-03-29 12:15:36
阅读次数:
265
1 render传递多值router.get('/', function(req, res, next) { res.render('index', { homeTitle: 'Hello All', homeDescription:'I gonna to write something...
分类:
Web程序 时间:
2015-03-28 18:33:38
阅读次数:
118
Apache Server下,可以对单个目录进行访问控制,如ip过滤,要求用户名密码进行Basic Auth等。下面使用 .htaccess来实现Auth.首先在配置文件 http.conf里,对所要控制的目录,开启Override功能,如果在这里设置为AllowOverride none, .ht...
分类:
数据库 时间:
2015-03-28 18:30:51
阅读次数:
191
OpenCV is the most popular and advanced code library for Computer Vision related applications today, spanning from many very basic tasks (capture and ...
分类:
系统相关 时间:
2015-03-28 12:50:19
阅读次数:
255
已经装好的64位Oracle数据库window7_64位的操作系统PLSQL_Developer 9.0以上版本(目前只有32位的);下面有下载连接!官方的 instantclient-basic-win32-10.2.0.5 文件;下面有下载连接!百度经验:jingyan.baidu.com 方法...
分类:
数据库 时间:
2015-03-27 23:46:20
阅读次数:
184
【思路】:将各个边平行到x、y轴上,重叠部分相乘得面积。getLen中是两条线相交的各种判断。注意:因为输入一个矩形的两个点并没有说先输入左下再输入右上(测试数据也确实有先输入了右上),所以一定要两两排序。否则会出现a大于b的情况。
【AC代码】:
#include
#include
#include
#include
#include
using namespace std...
分类:
其他好文 时间:
2015-03-21 14:08:35
阅读次数:
843
In order to work effectively with multithreaded code, it’s important to have the basic facts about monitors and locks at your command. This checklist contains the main facts that you should know: ...
分类:
编程语言 时间:
2015-03-21 11:24:52
阅读次数:
189
package com.emp;import java.util.HashMap;import java.util.Iterator;import javax.swing.plaf.basic.BasicScrollPaneUI.HSBChangeListener;public class Mang...
分类:
其他好文 时间:
2015-03-20 20:24:43
阅读次数:
110
一、发展起源:统计语言模型起源于 Ponte 和 Croft 在 1998年的 SIGIR上发表的论文应用:语言模型的应用很多:corsslingual retrievaldistributed IRexpert findingpassage retrievalweb searchgenomics ...
分类:
编程语言 时间:
2015-03-20 12:46:42
阅读次数:
141