上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 164 下一页
摘要: http://faculty.uml.edu/Tricia_Chigan/Research/CRCN_NS3.htmlCognitive Radio Cognitive Network Simulator (NS... 阅读全文
posted @ 2017-05-04 10:46 张同光 阅读(170) 评论(0) 推荐(0)
摘要: http://www.wowotech.net/kernel_synchronization/223.html RCU(Read-Copy Update)是Linux内核比较成熟的新型读写锁,具有较高的读写... 阅读全文
posted @ 2017-05-04 08:45 张同光 阅读(306) 评论(0) 推荐(0)
摘要: 原文:This Hacker Is My New Hero作者:Adam Clark Estes 翻译:小新 图片来源:Flickr / The Preiser Project这名黑客名叫Janit0r。你可能从未听过这个名字,但你也许听过他的工作。Janit0r据称是恶意软件家族BrickerBo... 阅读全文
posted @ 2017-05-03 23:45 张同光 阅读(102) 评论(0) 推荐(0)
摘要: http://chuansong.me/n/2251372Android NDK是一套工具集,支持以C、C++等原生语言实现App的部分功能。Android NDK的构建Changelog中提到:Everyone... 阅读全文
posted @ 2017-05-03 20:39 张同光 阅读(815) 评论(0) 推荐(0)
摘要: https://unix.stackexchange.com/questions/49906/why-is-freebsd-deprecating-gcc-in-favor-of-clang-llvmSummar... 阅读全文
posted @ 2017-05-03 20:13 张同光 阅读(147) 评论(0) 推荐(0)
摘要: http://www.aiuxian.com/article/p-658955.htmlLLVM是 Low Level Virtual Machine 的简称,这个库提供了与编译器相关的支持,能够进行程序语言的编... 阅读全文
posted @ 2017-05-03 18:08 张同光 阅读(508) 评论(0) 推荐(0)
摘要: https://linux.cn/article-2521-1.html2014-01-27ESR(Eric S.Raymond)在GCC邮件列表上发贴预言:LLVM/Clang编译器将在3到5年内威胁到GCC的... 阅读全文
posted @ 2017-05-03 17:59 张同光 阅读(107) 评论(0) 推荐(0)
摘要: LLVM是Apple官方支持的编译器,而该编译器的前端是Clang,这两个工具都被集成到了Xcode里面。在这篇文章中,我们来了解一下LLVM和Clang背后的故事。在很长一段时间里,Apple一直使用GCC作为官方的编译器。GCC作为开源世界的编译器标准一直做得不错,但Apple对编译工具提出了更... 阅读全文
posted @ 2017-05-03 17:42 张同光 阅读(389) 评论(0) 推荐(1)
摘要: #----------------------------------------------------------------------------------------测试 lineage, 获得 CP... 阅读全文
posted @ 2017-05-03 16:50 张同光 阅读(112) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/yanerhao/article/details/53979539利用NS3已有的Trace系统或者Log机制收集记录和统计数据,例如MAC层收发帧数目,网络层以上收发包... 阅读全文
posted @ 2017-05-03 09:57 张同光 阅读(994) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/lights_joy/article/details/46868631快乐虾http://blog.csdn.net/lights_joy/欢迎转载,但请保留作者信息在上... 阅读全文
posted @ 2017-05-03 09:55 张同光 阅读(810) 评论(0) 推荐(0)
摘要: https://www.zhihu.com/question/24549780/answer/66061998官方文档有一句很概括的话:节点100米以内,要能够通信;200米外不能工作。目的节点的收包过程:当节点... 阅读全文
posted @ 2017-05-03 09:44 张同光 阅读(690) 评论(0) 推荐(0)
摘要: #----------------------------------------------------------------------------------------测试 docker matrix,... 阅读全文
posted @ 2017-05-03 08:34 张同光 阅读(129) 评论(0) 推荐(0)
摘要: [quagga-users 1193] ospf6 on 2.6.x linux kernel - IN6_IS_ADDR_LINKLOCAL - fe80::/128https://lists.quagga.n... 阅读全文
posted @ 2017-05-01 20:40 张同光 阅读(354) 评论(0) 推荐(0)
摘要: Bug in setting source IP for IKE packets causes failure to install IPv6 CHILD_SA when built with certain c... 阅读全文
posted @ 2017-05-01 17:34 张同光 阅读(611) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-05-01 16:20 张同光 阅读(112) 评论(0) 推荐(0)
摘要: if "ip -6 addr add" --> "Permission denied" then echo 0 > /proc/sys/net/ipv6/conf/eth0/disable_ipv6 阅读全文
posted @ 2017-05-01 14:24 张同光 阅读(158) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-05-01 10:02 张同光 阅读(104) 评论(0) 推荐(0)
摘要: ping6 fe80::34b3:aff:fe61:5d5cping6 fe80::34b3:aff:fe61:5d5c%eth0 // Android use this commandping6 ... 阅读全文
posted @ 2017-04-30 23:18 张同光 阅读(139) 评论(0) 推荐(0)
摘要: http://blog.chinaunix.net/uid-25940826-id-3456540.htmlIPV6的地址类型可分为三大类:1、单播地址2、组播地址3、任意播地址一:单播--Unicast : o... 阅读全文
posted @ 2017-04-30 17:14 张同光 阅读(3533) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 164 下一页