码迷,mamicode.com
首页 >  
搜索关键字:computer    ( 2862个结果
uva 116 Unidirectional TSP (DP)
uva 116 Unidirectional TSPBackgroundProblems that require minimum paths through some domain appear in many different areas of computer science. For example, one of the constraints in VLSI routing probl...
分类:其他好文   时间:2015-03-12 20:54:14    阅读次数:185
opencv:同时装多版本opencv的选用/OPENGL
参考:opencv CmakeLists.txt 小示例 用这个the book "Mastering OpenCV with Practical Computer Vision Projects"工程代码:https://github.com/MasteringOpenCV/code/tree/master/Chapter3_MarkerlessAR 这是cmakelists文件...
分类:其他好文   时间:2015-03-12 13:23:56    阅读次数:4285
hdu 1141 Factstone Benchmark 数论水题,,阶乘用斯特林公式
Problem Description Amtel has announced that it will release a 128-bit computer chip by 2010, a 256-bit computer by 2020, and so on, continuing its strategy of doubling the word-size every ten years. (Amtel released a 64-bit computer in 2000, a 32-bit comp...
分类:其他好文   时间:2015-03-11 17:24:45    阅读次数:189
Mac Mini中添加VNC访问
开启Mac Mini上面的VNC。1) 打开“系统偏好设置”(System Preference),双击打开“共享”(Sharing)项。2)在左侧将“屏幕共享”(Screen sharing) 勾选上(或者 Remote Management)3) 再点击 “电脑设置“(Computer Sett...
分类:系统相关   时间:2015-03-11 14:36:08    阅读次数:554
OpenCV.2.Computer.Vision.Application.Programming.Cookbook--Efficient scanning of continuous images
#include void colorReduce(cv::Mat &image, int div=64) { int nr= image.rows; // number of rows int nc= image.cols * image.channels(); // total number of elements per line if (image.isContinuo...
分类:移动开发   时间:2015-03-10 21:36:15    阅读次数:169
uva 103 Stacking Boxes (DAG)
uva 103 Stacking BoxesBackgroundSome concepts in Mathematics and Computer Science are simple in one or two dimensions but become more complex when extended to arbitrary dimensions. Consider solving dif...
分类:其他好文   时间:2015-03-10 21:29:49    阅读次数:211
hdu2604---Queuing(AC自动机+矩阵)
Problem Description Queues and Priority Queues are data structures which are known to most computer scientists. The Queue occurs often in our daily life. There are many people lined up at the lunch ti...
分类:其他好文   时间:2015-03-10 21:28:06    阅读次数:154
【数论】UVa 11076 - Add Again
Add AgainInput:Standard InputOutput:Standard OutputSummation of sequence of integers is always a common problem in Computer Science. Rather than compu...
分类:其他好文   时间:2015-03-10 18:45:27    阅读次数:171
Exploiting the Circulant Structure of Tracking-by-detection with Kernels 公式详细的推导
Exploiting the Circulant Structure of Tracking-by-detection with Kernels 公式详细的推导,整个的推导过程就是这样的,我是花了几个月的,分享给大家!...
分类:其他好文   时间:2015-03-10 10:29:28    阅读次数:1923
OpenCV.2.Computer.Vision.Application.Programming.Cookbook--Scanning an image with pointers
#include void colorReduce(cv::Mat &image, int div=64) { int nr= image.rows; // number of rows int nc= image.cols * image.channels(); // total number of elements per line for (int j=0; j<nr;...
分类:移动开发   时间:2015-03-09 20:58:51    阅读次数:307
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!