码迷,mamicode.com
首页 >  
搜索关键字:wall    ( 568个结果
暑期实践日志(四)
Painter's ProblemTime Limit:1000MSMemory Limit:10000KTotal Submissions:4912Accepted:2385DescriptionThere is a square wall which is made of n*n small s...
分类:其他好文   时间:2015-07-17 00:22:52    阅读次数:121
Linux网络通信命令
1、write 功能:给该系统内的制定用户发送信息 语法:write 用户名2、wall 功能:给所有用户发广播3、ping 语法:ping -c 次数 IP4、ifconfig 功能:查看网络设置信息 语法: ifconfig -a //显示所有网卡信息此外,ifconfig...
分类:系统相关   时间:2015-07-15 21:00:27    阅读次数:188
Linux基础学习-网络命令
1.write给在线用户发信息write 用户名内容ctrl+d保存结束2.wall(write all)给所有在线用户发信息wall 信息ctrl+d保存结束3.mail发邮件mail 用户名标题内容ctrl+d保存结束直接敲mail可以查看是否有邮件1 查看第一个邮件h 返回邮件列表d 1 删除...
分类:系统相关   时间:2015-07-13 21:59:50    阅读次数:137
HDU 4391 Paint The Wall 段树(水
意甲冠军:特定n多头排列。m操作以下是各点的颜色以下m一种操纵:1 l r col 染色2 l r col 问间隔col色点== 通的操作+区间内最大最小颜色数的优化,感觉非常不科学。。。==感觉能够卡掉这样的写法。。反正就是不科学嘛#include #include #include #inclu...
分类:其他好文   时间:2015-07-13 11:51:19    阅读次数:100
linux下的工具总结
1. 编译阶段gcc: -Wall -Werror -O2makenm: nm -C a.oc++filtstripobjdumpreadelf2. 链接ldd: ldd ./a.out3. 查错valgrind: valgrind --tool=memcheck --leak-check=full...
分类:系统相关   时间:2015-07-10 22:00:23    阅读次数:180
etymology-I
1)inter-、intra-、intro- 三个前缀inter-,intra-和intro-还是有区别的, inter-表between,如international那是between different nations; intra-表within,比如intramural [,?ntr?'mj??r(?)l] adj.校内的;内部的;城市内的,那是within the wall...
分类:其他好文   时间:2015-07-07 13:01:56    阅读次数:111
linux中的网络通信指令
1.writewrite命令通信是一对一的通信,即两个人之间的通信,如上图。效果图用法:write 2.wallwall指令可将信息发送给每位同意接收公众信息的终端机用户效果图 wall是将一个文件的内容发送出去3.ping 选项 IP地址这个命令就不用多讲了吧,测试网络是否连通4.ifconfig这个命令用来查看IP地址,注意是ifconfig而不是ipconfig...
分类:系统相关   时间:2015-07-06 18:03:24    阅读次数:155
uva 591 Box of Bricks
Little Bob likes playing with his box of bricks. He puts the bricks one upon another and builds stacks of different height. Look, I've built a wall!'', he tells his older sister Alice.Nah, you should m...
分类:其他好文   时间:2015-07-06 14:20:37    阅读次数:183
cmake常用语句一览
cmake_minimum_required(VERSION 2.8.2 FATAL_ERROR)project("ProjName")// 不推荐使用add_definitions来设置编译选项,作用如同cmake -D add_definitions( -std=c++11 # Or -std=c++0x -Wall -Wfatal-errors # Other...
分类:其他好文   时间:2015-06-29 20:34:25    阅读次数:140
568条   上一页 1 ... 36 37 38 39 40 ... 57 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!