11 2017 档案

深刻理解Linux进程间通信(IPC)
摘要:https://www.ibm.com/developerworks/cn/linux/l-ipc/ linux下进程间通信的几种主要手段简介: 阅读全文

posted @ 2017-11-26 15:53 Shihu 阅读(283) 评论(0) 推荐(0)

交换函数swap的三种实现方法
摘要:http://blog.csdn.net/GarfieldEr007/article/details/48314295 本文采用三种方式实现两个数之间的交换,分别是①借助辅助变量temp的swap函数,②采用加减法的swap函数 ,③使用异或运算的swap函数。 现在直奔主题: 1、借助辅助变量te 阅读全文

posted @ 2017-11-26 00:52 Shihu 阅读(4447) 评论(0) 推荐(1)

C++中的STL中map用法详解
摘要:原文链接https://www.cnblogs.com/fnlingnzb-learner/p/5833051.html 阅读全文

posted @ 2017-11-26 00:22 Shihu 阅读(181) 评论(0) 推荐(0)

leetcode--95. Unique Binary Search Trees II
摘要:1、原题描述 95. Unique Binary Search Trees II Given an integer n, generate all structurally unique BST's (binary search trees) that store values 1...n. For 阅读全文

posted @ 2017-11-23 23:00 Shihu 阅读(206) 评论(0) 推荐(0)

leetcode--96. Unique Binary Search Trees
摘要:1、问题描述 Given n, how many structurally unique BST's (binary search trees) that store values 1...n? For example,Given n = 3, there are a total of 5 uniq 阅读全文

posted @ 2017-11-23 21:33 Shihu 阅读(265) 评论(0) 推荐(0)

leetcode分类总结
摘要:https://lefttree.gitbooks.io/leetcode-categories/index.html 阅读全文

posted @ 2017-11-23 14:39 Shihu 阅读(231) 评论(0) 推荐(0)

leetcode-115. Distinct Subsequences
摘要:1、原题链接 Given a string S and a string T, count the number of distinct subsequences of S which equals T. A subsequence of a string is a new string which 阅读全文

posted @ 2017-11-20 23:35 Shihu 阅读(201) 评论(0) 推荐(0)

tcpdump安装配置及抓包分析
摘要:http://blog.csdn.net/e421083458/article/details/23963189 cpdump安装配置及抓包分析 预装软件:[plain] view plain copy print?yum -y install flex yum -y install bison y 阅读全文

posted @ 2017-11-19 16:29 Shihu 阅读(1149) 评论(0) 推荐(0)

dp经典案例
摘要:http://m.blog.csdn.net/uestclr/article/details/50760563 阅读全文

posted @ 2017-11-14 10:39 Shihu 阅读(111) 评论(0) 推荐(0)

tree的各种问题
摘要:http://www.cnblogs.com/yueyebigdata/p/6411090.html 阅读全文

posted @ 2017-11-10 14:02 Shihu 阅读(143) 评论(0) 推荐(0)

大数的阶乘算法
摘要:大数的阶乘算法 http://m.blog.csdn.net/petershina/article/details/45070359 发表于2015/4/16 9:08:24 2146人阅读 分类: 数据结构 用data数组来存放阶乘的每一位数字,首先令第一位的数值为1,位数为1,然后将每次相乘的乘 阅读全文

posted @ 2017-11-08 14:37 Shihu 阅读(588) 评论(0) 推荐(0)

由mmap引发的SIGBUS
摘要:http://blog.csdn.net/ctthuangcheng/article/details/8916015 阅读全文

posted @ 2017-11-05 23:38 Shihu 阅读(286) 评论(0) 推荐(0)

导航