摘要:https://www.ibm.com/developerworks/cn/linux/l-ipc/ linux下进程间通信的几种主要手段简介:
阅读全文
摘要:http://blog.csdn.net/GarfieldEr007/article/details/48314295 本文采用三种方式实现两个数之间的交换,分别是①借助辅助变量temp的swap函数,②采用加减法的swap函数 ,③使用异或运算的swap函数。 现在直奔主题: 1、借助辅助变量te
阅读全文
摘要:原文链接https://www.cnblogs.com/fnlingnzb-learner/p/5833051.html
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要:https://lefttree.gitbooks.io/leetcode-categories/index.html
阅读全文
摘要: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
阅读全文
摘要:http://blog.csdn.net/e421083458/article/details/23963189 cpdump安装配置及抓包分析 预装软件:[plain] view plain copy print?yum -y install flex yum -y install bison y
阅读全文
摘要:http://m.blog.csdn.net/uestclr/article/details/50760563
阅读全文
摘要:http://www.cnblogs.com/yueyebigdata/p/6411090.html
阅读全文
摘要:大数的阶乘算法 http://m.blog.csdn.net/petershina/article/details/45070359 发表于2015/4/16 9:08:24 2146人阅读 分类: 数据结构 用data数组来存放阶乘的每一位数字,首先令第一位的数值为1,位数为1,然后将每次相乘的乘
阅读全文
摘要:http://blog.csdn.net/ctthuangcheng/article/details/8916015
阅读全文