码迷,mamicode.com
首页 >  
搜索关键字:real-time    ( 466个结果
WebRTC
WebRTC,名称源自网页实时通信(Web Real-Time Communication)的缩写,是一个支持网页浏览器进行实时语音对话或视频对话的技术,是谷歌2010年以6820万美元收购Global IP Solutions公司而获得的一项技术。WebRTC实现了基于网页的视频会议,标准是WHA...
分类:Web程序   时间:2014-07-07 21:03:51    阅读次数:361
Stand-up meeting
Astand-up meeting(or simply "stand-up") is a dailyteam-meetingheld to provide a status update to the team members. The "semi-real-time" status allows ...
分类:其他好文   时间:2014-06-28 12:05:20    阅读次数:249
Android中的实时(real-time)调度
让sched_setscheduler(SCHED_FIFO)在Android中正常工作。
分类:移动开发   时间:2014-06-26 23:46:51    阅读次数:1009
shell之date
dateLinux时钟分为系统时钟(System Clock)和硬件(Real Time Clock,简称RTC)时钟。系统时钟是指当前Linux Kernel中的时钟,而硬件时钟则是主板上由电池供电的时钟,这个硬件时钟可以在BIOS中进行设置。当Linux启动时,硬件时钟会去读取系统时钟的设置,然...
分类:其他好文   时间:2014-06-25 18:32:23    阅读次数:201
进程和cpu的相关知识和简单调优方案
进程就是一段执行的程序,每当一个程序运行时,对于操作系统本身来说,就创建了一个进程,并且分配了对应的资源。进程可以分为3个类别:     1.交互式进程(I/O)     2.批处理进程 (CPU)     3.实时进程 (REAL-TIME)          对于交互式进程来说,一般其占用的cpu时间片很段,但是优先级偏高;批处理进程占用的cpu时间片很长,但是优先级偏底;实时进程是...
分类:其他好文   时间:2014-06-19 11:37:32    阅读次数:334
rfc all download
http://www.rfc-editor.org/download.htmlabout RTSPhttp://en.wikipedia.org/wiki/Real_Time_Streaming_ProtocolRTSP was developed by RealNetworks, Netscape...
分类:其他好文   时间:2014-06-16 00:00:39    阅读次数:549
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
Linux System Programming 学习笔记(十一) 时间
1. 内核提供三种不同的方式来记录时间:Wall time (or real time):actual time and date in the real worldProcess time:the time that a process spends executing on a processo...
分类:系统相关   时间:2014-06-03 08:13:08    阅读次数:319
C/C++ 時間相關函數
最近在處理一些時間上面的問題,將這些函數整理一下囉先從基本時間概念開始,比較要注意的應該是秒之下的時間單位毫秒(ms):1秒=1000毫秒之所以會看到這個時間單位是因為在影像處理裡面,如果是做到real-time的話1秒要有30張frames,那就是一張frames要0.03333秒C/C++中時間...
分类:编程语言   时间:2014-06-02 05:47:46    阅读次数:260
[翻译] About Core Image
About Core ImageCore Image is an image processing and analysis technology designed to provide near real-time processing forstill and video images. It ...
分类:其他好文   时间:2014-05-31 18:22:41    阅读次数:289
466条   上一页 1 ... 44 45 46 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!