摘要: AF_UINX AF_INET AF_INET6 AF stands for "address family" 阅读全文
posted @ 2018-04-15 20:18 fragrans1024 阅读(80) 评论(0) 推荐(0) 编辑
摘要: The command netstat -i displays a list of the system’s network interfaces, along with their MTUs. 阅读全文
posted @ 2018-04-15 17:59 fragrans1024 阅读(84) 评论(0) 推荐(0) 编辑
摘要: select epoll 用户级线程swapcontext 阅读全文
posted @ 2018-04-14 14:30 fragrans1024 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 连一个普通的静态链表都写不会了 阅读全文
posted @ 2018-03-02 21:31 fragrans1024 阅读(165) 评论(0) 推荐(0) 编辑
摘要: http://jeffe.cs.illinois.edu/teaching/algorithms/ http://www.geeksforgeeks.org/ 阅读全文
posted @ 2017-10-22 18:09 fragrans1024 阅读(143) 评论(0) 推荐(0) 编辑
摘要: http://www.geeksforgeeks.org/bits-manipulation-important-tactics/ 阅读全文
posted @ 2017-10-17 19:26 fragrans1024 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 记录排序算法中犯的错误 1. 选择排序 没有犯错 2. 插入排序 插入排序中,待插入的元素和有序部分比较,只要有一个满足大小关系,不需要比较其他元素。没有必要和每一个元素比较。 如果比较每一个元素,速度比选择排序慢。 满足大小关系,停止比较,插入排序比选择排序快1.7倍。 3. Shell排序 Sh 阅读全文
posted @ 2017-09-24 15:43 fragrans1024 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 编程珠玑 阅读全文
posted @ 2017-09-17 21:22 fragrans1024 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 编程珠玑 编程之美 http://www.geeksforgeeks.org/ http://seven.blog.ustc.edu.cn/ 阅读全文
posted @ 2017-09-05 13:14 fragrans1024 阅读(125) 评论(0) 推荐(0) 编辑
摘要: 凸优化 占位标记 阅读全文
posted @ 2017-09-05 13:11 fragrans1024 阅读(94) 评论(0) 推荐(0) 编辑