码迷,mamicode.com
首页 >  
搜索关键字:real    ( 2619个结果
ucore lab0的学习: 2.6 了解 ucore 编程方法
今天开始学习ucore的lab。按照lab0的文档,显示介绍了80386的4个工作模式:real-address mode, protected mode, SMM mode, virtual 8086 mode.ia-32-architectures-software-developer-syst...
分类:其他好文   时间:2014-06-09 21:24:48    阅读次数:443
convert Timestamp to Real time
select r.ring_buffer_address,r.ring_buffer_type,dateadd (ms, r.[timestamp] - sysinfo.sqlserver_start_time_ms_ticks, sysinfo.sqlserver_start_time) as r...
分类:其他好文   时间:2014-06-09 14:07:21    阅读次数:301
Light OJ 1291 Real Life Traffic 双连通最少添边数
题目来源:Light OJ 1291 Real Life Traffic 题意:最少添加几条边 可以使全图边双连通 思路:缩点 重新构图 答案就是(叶子节点数+1)/ 2 #include #include #include #include #include using namespace std; const int maxn = 10010; struct Edge { i...
分类:其他好文   时间:2014-06-08 02:57:26    阅读次数:276
linxu集群架设——LVS
LVS框架:三层结构: 网络 (LVS--linux) (WWW , FTP ,STML) (GFS,OCFS2)用户 -- > Director Server ---> Real Server1 Real Server2 --> 集群文件系统Real Server3软件:浏览器 ipvsadm h...
分类:其他好文   时间:2014-06-06 15:31:00    阅读次数:299
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
Getting Real 开发宝典
此书是管理者、程序员或设计师必学的宝典。它以更小的规模,更快的速度,更高的质量来完成软件开发,使产品更简单、粗暴(精致)。近百条精炼总结,不要奢望一次全部记住或理解,只要能理解或做到其中几条对你的收获都是巨大的。37signals真是一个让人非常尊敬和佩服的团队。感谢它们提供给我们这么实用的经验(....
分类:其他好文   时间:2014-06-03 08:51:54    阅读次数:279
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
Python 数据类型转换
函数 描述 int(x [,base ]) 将x转换为一个整数 long(x [,base ]) 将x转换为一个长整数 float(x ) 将x转换到一个浮点数 complex(real [,imag ]) 创建一个复数 str(x ) 将对象 x 转换为字符串 repr(x ) 将对...
分类:编程语言   时间:2014-05-31 20:55:06    阅读次数:441
[翻译] 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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!