【题目】
Given a string containing only digits, restore it by returning all possible valid IP address combinations.
For example:
Given "25525511135",
return ["255.255.11.135", "255.255.111.35"...
分类:
其他好文 时间:
2014-12-19 17:26:18
阅读次数:
117
新版本的pdo会有这个问题:General error: 2014 Cannot execute queries while other unbuffered queries are active. Consider using PDOStatement::fetchAll(). Alternati...
分类:
Web程序 时间:
2014-12-19 12:55:05
阅读次数:
199
INDEX OF QUERIES
Source Document: Purchase Order:
1: po_headers_all (sql)
2: po_lines_all (sql)
3: po_line_locations_all (sql)
4: po_distributions_all (sql)
Accounting Related Da...
分类:
数据库 时间:
2014-12-18 13:36:54
阅读次数:
302
迅速的吧下面的代码复制走就可以用了。具体的代表什么可以看注释% 后面的
\documentclass[12pt,twocolumn]{article} % twocolumn是双栏,去掉就是单栏了
\title{Tracking}
\author{iker Cross}
\date{2014.12.16}
\begin{document} % 正文的开始
\maketi...
分类:
其他好文 时间:
2014-12-17 20:58:12
阅读次数:
380
1、启用Ad Hoc Distributed Queries在使用openrowset/opendatasource前搜先要启用Ad Hoc Distributed Queries服务,因为这个服务不安全所以SqlServer默认是关闭的启用Ad Hoc Distributed Queries的方法...
分类:
数据库 时间:
2014-12-17 20:22:47
阅读次数:
199
【题目】
Given a collection of numbers that might contain duplicates, return all possible unique permutations.
For example,
[1,1,2] have the following unique permutations:
[1,1,2], [1,2,1],
an...
分类:
其他好文 时间:
2014-12-17 12:49:36
阅读次数:
140
代码关键点记录:成功不远了!O(∩_∩)O 哈哈~
1. Input : load_video_info.m 读入视频文件groundtruth_rect.txt(里面是4个一组的点,x,y, width ,height ?),得到有用的参数:
target_sz = [ground_truth(1,4), ground_truth(1,3)]; 得到的是目标的尺寸(这里好像...
分类:
其他好文 时间:
2014-12-16 22:43:41
阅读次数:
894
【Combination Sum I】
Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where
the candidate numbers sums to T.
The same repeated number may be cho...
分类:
其他好文 时间:
2014-12-16 11:45:46
阅读次数:
186
我是做Tracking 的,对于速度要求很高。发现傅里叶变换可以使用。于是学习之!
核心: 最根本的一点就是将时域内的信号转移到频域里面。这样时域里的卷积可以转换为频域内的乘积!
在分析图像信号的频率特性时,对于一幅图像,直流分量表示预想的平均灰度,低频分量代表了大面积背景区域和缓慢变化部分,高频部分代表了它的边缘,细节,跳跃部分以及颗粒噪声. 因此,我们可以做相应的锐化和模糊的...
分类:
其他好文 时间:
2014-12-16 10:03:56
阅读次数:
225
持续更新中……DLT是香港科大的Naiyan Wang和Dit-Yan Yeung提出的,文章和代码见 http://winsty.net/dlt.html相关论文是 Learning A Deep Compact Image Representation for Visual Tracking (...
分类:
其他好文 时间:
2014-12-13 16:29:26
阅读次数:
249