码迷,mamicode.com
首页 >  
搜索关键字:back tracking    ( 16119个结果
HDU - 1789 Doing Homework again
Description Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline of handing in the homework. If Ignatius hands in the ho...
分类:其他好文   时间:2014-07-28 16:04:23    阅读次数:262
关于神经网络算法的 Python例程
# Back-Propagation Neural Networks# # Written in Python. See http://www.python.org/# Placed in the public domain.# Neil Schemenauer import mathimport ...
分类:编程语言   时间:2014-07-28 15:05:53    阅读次数:344
libstagefright 音视频同步方案
1:音视频数据都有一个list,用于存放解码后的数据; List mFilledBuffers;2:解码后的音视频数据不断的往list中存放,不做音视频同步方面的时间上控制 mFilledBuffers.push_back(i);3:音视频同步主要表现在从list中取数据进行视频的显示和音频的输出;...
分类:其他好文   时间:2014-07-28 11:27:10    阅读次数:275
解决地址冲突案例之ip device tracking maximum 0
CiscoCatalyst2960,3750G交换机12.2版本的ios默认关闭ipdevicetracking.但是CiscoCatalyst2960s和3750x交换机升级到15.2的版本后,默认已开启ipdevicetracking,而且全局模式下无法关闭它,如果不关闭的话,在级联的trunk端口上我们showmacadd,可以看到这样的情形,对端交换..
分类:其他好文   时间:2014-07-28 00:40:20    阅读次数:189
Struck 跟踪算法(四)
接下来分析Raw特征和Histogram特征。                Raw特征:将图像缩放到16*16的像素空间内,各个像素值灰度化后为(0,1),结合高斯核函数,然后得到16*16=256维特征向量。        实现源码如下:   /* * Struck: Structured Output Tracking with Kernels * * Code to ac...
分类:其他好文   时间:2014-07-27 23:50:49    阅读次数:512
Struck 跟踪算法(二)
下面开始读具体源码 config.h文件 /* * Struck: Structured Output Tracking with Kernels * * Code to accompany the paper: * Struck: Structured Output Tracking with Kernels * Sam Hare, Amir Saffari, Phil...
分类:其他好文   时间:2014-07-27 11:18:02    阅读次数:327
POJ 2438 解题报告
分析: 2*n个小朋友,每个最多有n-1个"敌人",显然是存在哈密顿回路的. 预处理边,然后找哈密顿回路.code#include #include #include #include #include using namespace std;#define pb push_back#def...
分类:其他好文   时间:2014-07-26 01:51:16    阅读次数:271
Spreading the Wealth
Spreading the Wealth Time Limit: 6000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu [Submit]   [Go Back]   [Status]   Description  F. Spreading...
分类:其他好文   时间:2014-07-24 12:23:45    阅读次数:218
Dragon of Loowater
Dragon of Loowater Time Limit: 1000MS   Memory Limit: Unknown   64bit IO Format: %lld & %llu [Submit]   [Go Back]   [Status]   Description Problem C: The Dragon o...
分类:其他好文   时间:2014-07-23 21:05:24    阅读次数:263
Commando War
Time Limit: 1000MS Memory Limit: Unknown 64bit IO Format: %lld & %llu [Submit]   [Go Back]   [Status]   Description G Commando War Input: Standard Input Output: S...
分类:其他好文   时间:2014-07-23 21:04:06    阅读次数:297
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!