摘要: 1. Description One way to serialize a binary tree is to use pre-order traversal. When we encounter a non-null node, we record the node's value. If it 阅读全文
posted @ 2016-04-11 21:27 leesf 阅读(688) 评论(0) 推荐(0) 编辑
摘要: 一、前言 操作系统的重要性不言而喻,学习操作系统对我们理解计算机的工作流程是非常有利的,也很有利于我们学习掌握其他语言,因为语言中的很多概念都是直接和操作系统相关的,学好操作系统就是基础中的基础,所以,很有必要好好掌握操作系统这门基础知识。 二、何为操作系统 操作系统(OS,Operating Sy 阅读全文
posted @ 2016-04-11 10:09 leesf 阅读(7185) 评论(3) 推荐(16) 编辑