摘要: Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or... 阅读全文
posted @ 2015-03-11 19:53 jasmine_turnsoul 阅读(139) 评论(0) 推荐(0)
摘要: 时间防火墙为简化大型分布式实时系统的设计复杂度,通常的做法是,将系统划分为多个子系统,通过接口将子系统们连接。其中,子系统是自治系统,接口被称为时间防火墙temporal firewall,具stable and control-free的特点。自治系统 autonomous system: 在互联... 阅读全文
posted @ 2014-12-05 13:30 jasmine_turnsoul 阅读(273) 评论(0) 推荐(0)
摘要: TTP 是一个时间触发协议,它集成了可预测消息传输、时钟同步、成员资格服务(membership serviece)、状态改变(mode change)、停电处理(blackout handling)服务,还支持复制节点和复制通道技术(repplicated communication channe... 阅读全文
posted @ 2014-12-01 16:01 jasmine_turnsoul 阅读(588) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/v_JULY_v/article/details/6116297 大牛博客http://www.cnblogs.com/morewindows/archive/2011/08/13/2137415.html 阅读全文
posted @ 2013-10-03 22:15 jasmine_turnsoul 阅读(99) 评论(0) 推荐(0)
摘要: 待续http://blog.csdn.net/suiyunonghen/article/details/3863260c语言随机数原理http://see.xidian.edu.cn/cpp/html/1704.html位运算http://www.cnblogs.com/911/archive/20... 阅读全文
posted @ 2013-10-03 02:51 jasmine_turnsoul 阅读(516) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/quicknet/article/details/6111882 阅读全文
posted @ 2013-04-02 14:25 jasmine_turnsoul 阅读(130) 评论(0) 推荐(0)
摘要: http://book.51cto.com/art/201107/277858.htm 阅读全文
posted @ 2013-03-22 09:45 jasmine_turnsoul 阅读(187) 评论(0) 推荐(0)
摘要: BEGIN和END块的要点在于awk是一种无状态的编程环境,也就是说,awk用相似的方式对待每个新输入的行。开始和结束块以及变量和条件指令使得程序员能够创建一组状态,这组状态允许以不同的方式对待不同的数据行。这一点很重要,因为大多数实际的任务都需要一组状态以有用的方式来过滤数据。http://zhuz5750.blog.51cto.com/184091/588472 阅读全文
posted @ 2013-03-22 09:40 jasmine_turnsoul 阅读(120) 评论(0) 推荐(0)
摘要: http://os.51cto.com/art/201005/199197.htm 阅读全文
posted @ 2013-03-22 09:35 jasmine_turnsoul 阅读(125) 评论(0) 推荐(0)
摘要: http://www.iteedu.com/os/linux/linuxcmd/bashmanual/index.php 阅读全文
posted @ 2013-02-22 09:49 jasmine_turnsoul 阅读(167) 评论(0) 推荐(0)