07 2017 档案

摘要:思路我们定义post_order(str1, str2)为一棵前序遍历的结果为str1,中序遍历的结果为str2的二叉树的后序遍历的结果。 如果要求解post-order(str1, str2)的话,首先不难发现,根据‘前序遍历’str1=‘根节点’+‘左子树的前序遍... 阅读全文
posted @ 2017-07-17 21:49 Nickqiao 阅读(151) 评论(0) 推荐(0)
摘要:select#include #include int select(int maxfdp1,fd_set *readset,fd_set *writeset,fd_set *exceptset,const struct timeval *timeout)返回值:就绪... 阅读全文
posted @ 2017-07-11 21:52 Nickqiao 阅读(139) 评论(0) 推荐(0)