码迷,mamicode.com
首页 >  
搜索关键字:real-time    ( 466个结果
翻译:Windows and Real-Time——Daniel Terhell
“Windows不是实时操作系统”,这句话反复在NTDEV论坛中被提到。当某个人尝试为非Windows兼容的设备(比如一个期望软件在很短的时间片之内响应的设备)写一个插件的时候,通常会遇到这个问题。 实时操作系统的定义是,在满足最低要求的情况下,以可预计的方式执行。它必须严格确保在很短的时间片之内响 ...
分类:Windows程序   时间:2017-10-31 12:56:16    阅读次数:273
August 15th 2017 Week 33rd Tuesday
Would rather have done a regret, do not miss the regret. 宁愿做过了后悔,也不要错过了后悔。 Yesterday, I read several theses (meaning papers) about ROS and real-time r ...
分类:其他好文   时间:2017-10-29 11:07:44    阅读次数:188
OpenCV---Python----Depth Map
可以看看这篇博客 http://blog.csdn.net/taily_duan/article/details/52165458 测试图片可以从这里找 https://www.raspberrypi.org/blog/real-time-depth-perception-with-the-comp ...
分类:编程语言   时间:2017-10-27 19:55:20    阅读次数:632
REX系统2
REX(Real Time Executive)是一个面向嵌入式应用的,简单高效的,抢先式,多任务实时操作系统,支持基于优先级的任务调度算法(支持优先级反转)。它提供了任务控制,任务同步,互斥,定时器和终端控制等API。 REX所有的函数都在任务上下文环境里执行。 REX只需要少于5k的ROM控件, ...
分类:其他好文   时间:2017-10-17 21:45:14    阅读次数:252
WebRTC学习总结
WebRTC 简介 WebRTC(Web Real-Time Communications), 是一个可以让我们在浏览器上实现P2P的协议。 我们可以使用此协议传输文字,语音,视频及文件等内容。 本文将我学习过程中的一些个人理解记录下来了。强烈建议阅读MDN的文档进行系统学习。 简单流程 首先,我们 ...
分类:Web程序   时间:2017-10-10 20:38:01    阅读次数:218
real-time data refresh
1. For extreme cocurrency, like twitch, douyu, we suggest using websocket or server event; 2. For small amount for the bank associate use, ajax should ...
分类:其他好文   时间:2017-10-10 11:28:54    阅读次数:141
系统设置专栏
一、 设置时间 Linux将时钟分为系统时钟(System Clock)和硬件(Real Time Clock,简称RTC)时钟两种。1.在虚拟终端中使用date命令来查看和设置系统时间 查看系统时钟的操作: # date 设置系统时钟的操作: # date 091713272003.30 通用的设 ...
分类:其他好文   时间:2017-10-04 21:36:39    阅读次数:267
论文笔记:Parallel Tracking and Verifying: A Framework for Real-Time and High Accuracy Visual Tracking
Parallel Tracking and Verifying: A Framework for Real-Time and High Accuracy Visual Tracking 本文目标在于 tracking performance 和 efficiency 之间达到一种平衡。将 track ...
分类:其他好文   时间:2017-09-15 12:22:31    阅读次数:275
An Example of SignalR
SignalR can keep communication with the client and Server on real time. It`s a very wonderful independent tool for MVC development. Here I just finish ...
分类:其他好文   时间:2017-08-30 15:32:35    阅读次数:147
elasticsearch 性能监控基础
一、Elasticsearch 是什么 Elasticsearch是一款用Java编写的开源分布式文档存储和搜索引擎,可以用于near real-time存储和数据检索。 1、Elasticsearch简要组成 在开始探索性能指标之前,让我们来看看Elasticsearch的工作原理,在elasti ...
分类:其他好文   时间:2017-08-29 15:34:25    阅读次数:220
466条   上一页 1 ... 14 15 16 17 18 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!