C/C++
文章平均质量分 78
larry_do
在10000小时定律的路上积累,相信大器晚成。
展开
-
Ns3学习手记7——ns-3在ubuntu16.04下的安装以及eclipse结合开发过程记录
1,跟换下载源,通过系统软件:软件和更新 参考链接:https://blog.csdn.net/qq_38680752/article/details/102471356 注:自己不要手动更改文件,不然后续会有很多问题。 这里选择了ustc,通过中科大镜像。 2,按照NS3官网安装 官网链接:https://www.nsnam.org/wiki/Installation 3,环境配置过程中的问题记录 (1)GSL 安装失败,不使用802.11b models就没有关系,直接跳过 错误无法定位到包:原因是原创 2021-01-05 11:59:40 · 943 阅读 · 6 评论 -
关于scanf和cin接收空格字符的比较
1 scanf能接收空格字符 #include<iostream> #include<string> #include<stdio.h> #include<algorithm> using namespace std; int main(void) { char s; // while(cin>>s) // { // cout&l...原创 2019-08-09 21:28:58 · 1082 阅读 · 0 评论