码迷,mamicode.com
首页 >  
搜索关键字:realtime    ( 169个结果
NGUI无法按住鼠标按住时无法监听OnHover事件
UICamera.cs修改前: if ((!isPressed) && highlightChanged) { currentScheme = ControlScheme.Mouse; mTooltipTime = RealTime.time...
分类:其他好文   时间:2014-08-23 20:21:51    阅读次数:2595
手势跟踪论文学习:Realtime and Robust Hand Tracking from Depth
微软亚洲研究院2014CVPR: Realtime and Robust Hand Tracking from Depth...
分类:其他好文   时间:2014-08-20 22:44:03    阅读次数:414
druid 连接kafuk
java -Xmx256m -Duser.timezone=UTC -Dfile.encoding=UTF-8 -Ddruid.realtime.specFile=examples/indexing/wikipedia.spec -classpath lib/*:config/realtime io...
分类:其他好文   时间:2014-08-18 20:09:43    阅读次数:190
Broker节点
在druid集群环境中 broker节点的作用是查询。它知道metadata 通过zookeeper发送到了集群中的哪个节点,从而能够准确的查询到。broker也把各个节点的结果汇聚到一个节点中。On start up, Realtime nodes announce themselves and ...
分类:其他好文   时间:2014-08-17 01:00:31    阅读次数:257
linux timing
double getUnixTime(void){ struct timespec tv; if(clock_gettime(CLOCK_REALTIME, &tv) != 0) return 0; return (((double) tv.tv_sec) + (double) (...
分类:系统相关   时间:2014-07-30 23:25:05    阅读次数:228
lucene源代码学习之LZ4压缩算法在lucene中应用
LZ4算法又称为RealtimeCompressionAlgorithm,在操作系统(linux/freeBSD)、文件系统(OpenZFS)、大数据(Hadoop)、搜索引擎(Lucene/solr)、数据库(Hbase)……都可以看到它的身影,可以说是一个非常通用的算法。LZ4最突出的地方在于它的压缩/解压速度。基础知识理解Lucene中LZ4算..
分类:其他好文   时间:2014-07-29 15:24:30    阅读次数:483
Kinect驱动的人脸实时动画
最近几年,realtime的人脸动画开始风声水起,不少图形图像的研究者开始在这个领域不断的在顶级会议siggraph和期刊tog上面发文章。 随着kinect等廉价的三维数据采集设备的运用,以及其功能强大的人脸识别和动作识别的功能,极大的推动了人脸数据驱动电脑中3D模型 的表情表演和动作表演的可能。 下面是几个大牛的主页,其中有不少关于这方面的研究: 主要发起者: li hao 在epf...
分类:其他好文   时间:2014-06-08 15:46:44    阅读次数:312
Tutorial – Kithara RTS
Tutorial The Kithara ?RealTime Suite? (KRTS) is a real-time extension for Windows, which currently contains more than 20 different functional modules....
分类:其他好文   时间:2014-06-06 10:38:26    阅读次数:748
Understanding the Top command on Linux
ArticlebyAlexioBashpublishedonhiswebsiteaboutArchLinuxinitalian.Knowwhatishappeningin“realtime”onyoursystemsisinmyopinionthebasistouseandoptimizeyourOS.OnArchLinuxorbetteronGNU/Linuxingeneralthetopcommandcanhelpus,thisisaveryusefulsystemmonitorthatisreall..
分类:系统相关   时间:2014-05-11 19:30:22    阅读次数:546
169条   上一页 1 ... 15 16 17
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!