码迷,mamicode.com
首页 >  
搜索关键字:step    ( 4105个结果
OpenCV —— 矩阵操作
多通道的矩阵 —— 通道是连续的!! 要将指向该数据类型的指针移动到下一通道,我们只需要将其增加1。如果想访问下一个“像素”或者元素集,则需要一定的偏移量 矩阵的step元素是矩阵中行的长度,单位为字节。 #include "cv.h"#include "highgui.h"#include int...
分类:其他好文   时间:2014-06-26 00:04:29    阅读次数:379
Linux查看温度
step 1:centos$ sudo yum install lm_sensorsubuntu$ sudo apt-get install lm_sensorsstep2$ sudo sensors-detectstep3$ sensors
分类:系统相关   时间:2014-06-25 13:41:46    阅读次数:277
leetcode--Edit Distance
Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You have the fol...
分类:其他好文   时间:2014-06-25 11:14:15    阅读次数:218
MAC COCOA一个简单的多线程程序[2]
MAC COCOA一个简单的多线程程序[2] 使用RUNLOOP计数,实现一个时间计数器和事件at the same time 运行。 STEP 1 H CODE: // // EDUAppDelegate.h // test_runloop_multithread // // Created by DMD on 23/6/14. // Copyright (c) 2014 ED...
分类:编程语言   时间:2014-06-24 19:50:33    阅读次数:292
leetcode--Triangle
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below.For example, given the fol...
分类:其他好文   时间:2014-06-24 18:56:54    阅读次数:240
Teamcenter10 step-by-step installation in Linux env-Oracle Instance Creation
Configure Oracle environment It is recommended that user sets the specific environment for Oracle installation in ~/.bash_profile file prior to instan...
分类:数据库   时间:2014-06-24 15:26:00    阅读次数:611
Generate contour plot in GNU Octave
Step 1: generating the grid points for the 2D contour plot:[xx, yy] = meshgrid(x_start:dx:x_end, y_start:dy:y_end);Step 2: Calculate the data values a...
分类:其他好文   时间:2014-06-24 14:16:47    阅读次数:185
SPOJ_NSUBSTR
题目意思是给你一个字符串,f[x]是长度为x的子串中,出现个数最多的那个串的出现次数。给出原串,依次输出f[1],f[2],……。后缀自动机。对于某一个状态,right[]值的大小就是出现的次数,而且是对于长为step[]的子串的出现次数。因为小于step值的串在前面已经加了,在pre指针线上面的状...
分类:其他好文   时间:2014-06-23 07:14:18    阅读次数:254
又是正版!Win下ffmpeg源码调试分析二(Step into ffmpeg from Opencv for bugs in debug mode with MSVC)
最近工作忙,本来不打算写,但是看看网络上这方面的资源确实少,很多都是linux的(我更爱unix,哈哈),而且很多是直接引入上一篇文章的编译结果来做的。对于使用opencv但是又老是被ffmpeg库坑害的朋友们,可能又爱又恨,毕竟用它处理和分析视频是第一选择,不仅是因为2者配合使用方便,而且ffmp...
分类:Windows程序   时间:2014-06-22 23:53:40    阅读次数:512
LeetCode:Triangle
Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For example, given the following triangle [ [2],...
分类:其他好文   时间:2014-06-22 17:07:52    阅读次数:166
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!