码迷,mamicode.com
首页 >  
搜索关键字:poj1753robot motion    ( 352个结果
open source libraries: BIAS
The Basic Image AlgorithmS C/C++ Library (BIAS) is the code base for research and software development of computer vision, motion estimation and 3d re...
分类:其他好文   时间:2015-06-14 22:36:12    阅读次数:192
unity, do nothing的state
要想在animator的stateMachine中建一个"doNothing",要注意两点:(为了保证"doNothing"state能正常运转,不被无故跳过)1,Motion不能为空。例如需要添加一个名为"doNothing"的clip。2,"doNothing"clip不能为空,至少添加一个pr...
分类:编程语言   时间:2015-06-14 12:16:09    阅读次数:123
Diesel-powered is completed along with comfy band which could completely match the actual arm
The actual red-colored used provides the reproduction an extremely sporty really feel. When it comes to motion, this will come in Asia ETA 2836 motion...
分类:其他好文   时间:2015-06-11 10:53:00    阅读次数:139
HDU ACM 1035 Robot Motion 简单模拟题
分析:一步步的走,走出矩阵则说明没有环,若走到已经走过的地方,说明有环,按格式输出结果,OK. #include using namespace std; #define N 15 int dir[4][2]={-1,0,1,0,0,-1,0,1}; char map[N][N]; int vis[N][N]; char ch[]="NSWE"; int n,m; int id(char c...
分类:其他好文   时间:2015-06-05 19:52:21    阅读次数:133
HDU-1035-Robot Motion(开两个数组简单模拟,话说最近一直再做模拟......C++)
Robot Motion Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 7825    Accepted Submission(s): 3582 Problem Description A robot h...
分类:编程语言   时间:2015-05-30 13:39:23    阅读次数:112
【VR】Leap Motion 官网文档 HandModel(手部模型)
本系列译文是为迎合Unity VR的热潮与大家的学习需要,推出的针对Unity方向的Leap Motion官方文档中英对照翻译。 本篇为第六篇 《HandModel(手部模型)》 ,该类主要用于连接控制器和手部模型,以及处理手臂、肘部、手掌、手指的位置和角度等信息。...
分类:其他好文   时间:2015-05-29 23:12:35    阅读次数:296
android OnTouchListener 按下与抬起
写法一: 1 private OnTouchListener pressOnTouchListener = new OnTouchListener(){ 2 3 @Override 4 public boolean onTouch(View view, Motion...
分类:移动开发   时间:2015-05-27 11:46:40    阅读次数:132
摇一摇 iOS
//微信的摇一摇是怎么实现的~发现原来 ios本身就支持//在 UIResponder中存在这么一套方法- (void)motionBegan:(UIEventSubtype)motion withEvent:(UIEvent *)event __OSX_AVAILABLE_STARTING(__M...
分类:移动开发   时间:2015-05-23 21:20:58    阅读次数:165
Android 5.0自定义动画
材料设计中的动画对用户的操作给予了反馈,并且在与应用交互时提供了持续的可见性。材料主题提供了一些按钮动画和活动过渡,Android 5.0允许你自定义动画并且可以创建新的动画:Touch FeedbackCircular RevealActivity TransitionsCurved Motion...
分类:移动开发   时间:2015-05-22 11:12:20    阅读次数:197
h.264 Bi-Predictive Motion Search
在做B帧的运动预测时,有两组参考图像列表(refList0, refList1),需要进行分别前向预测、后向预测。传统的预测方式是:对refList0进行前向预测,得到最佳前向ref与mv。 对refList1进行后向预测,得到最佳后向ref与mv。 对比三组ref与mv(前向、后向、前向+后...
分类:其他好文   时间:2015-05-17 21:38:58    阅读次数:177
352条   上一页 1 ... 24 25 26 27 28 ... 36 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!