码迷,mamicode.com
首页 >  
搜索关键字:who    ( 2492个结果
LightOJ1009---Back to Underworld (bfs染色)
The Vampires and Lykans are fighting each other to death. The war has become so fierce that, none knows who will win. The humans want to know who will survive finally. But humans are afraid of going to...
分类:其他好文   时间:2015-06-05 14:04:23    阅读次数:126
PAT 1007 Course List for Student (25)
题目描述 Zhejiang University has 40000 students and provides 2500 courses. Now given the student name lists of all the courses, you are supposed to output the registered course list for each student who...
分类:其他好文   时间:2015-06-05 10:22:35    阅读次数:122
shell复习笔记----用户管理
$ who 可以知道系统上有多少登陆$who |wc -l 计算用户个数注意:|是管道符号,可以在两个程序之间建立管道(pipeline):who 的输出,成了 wc 的输入, wc 所列出的结果就是已经登陆用户的个数将管道转变成一个独立的命令,方法是将这条命令输入一个一般的文件中,然后使用 ch....
分类:系统相关   时间:2015-06-05 00:33:58    阅读次数:176
who is the best?
DescriptionThere are N people want to choose the best person. Each person select the best person $a_i$, .John wants to know that who received the most...
分类:其他好文   时间:2015-06-04 20:58:38    阅读次数:132
who
who 命令主要记录了当前登录系统的帐户的基本信息内容。who命令其它常用参数参数说明-a打印能打印的全部-d打印死掉的进程-m同am i,mom likes-q打印当前登录用户数及用户名-u打印当前登录用户登录信息-r打印运行等级请打开终端,输入命令:$ who am i或者$ who mom ....
分类:其他好文   时间:2015-06-03 23:02:03    阅读次数:118
开始使用AFNetworking
This is a guide to help developers get up to speed with AFNetworking. It is geared primarily towards anyone who is new to Mac or iOS development, or has not worked extensively with 3rd-party libraries...
分类:Web程序   时间:2015-06-03 12:03:21    阅读次数:181
POJ 1547 Clay Bully
Time Limit: 1000MSMemory Limit: 10000KTotal Submissions: 8344Accepted: 4706DescriptionMs. Terry is a pre-school art teacher who likes to have her stud...
分类:其他好文   时间:2015-06-03 08:28:03    阅读次数:107
20条Linux命令面试问答
程序师 http://www.techug.com/20-linux-command-interview-questions问:1 如何查看当前的Linux服务器的运行级别?答: ‘who -r’ 和 ‘runlevel’ 命令可以用来查看当前的Linux服务器的运行级别。问:2 如何查看Linux...
分类:系统相关   时间:2015-06-02 14:45:36    阅读次数:237
POJ1337---A Lazy Worker(dp)
Description There is a worker who may lack the motivation to perform at his peak level of efficiency because he is lazy. He wants to minimize the amount of work he does (he is Lazy, but he is subject...
分类:其他好文   时间:2015-06-02 09:23:59    阅读次数:115
第十三周阅读程序3:纯虚函数
问题及代码: #include using namespace std; class Base { public: virtual void Who() =0; //纯虚函数 }; class FirstDerived:public Base { public: void Who() { cout<<"F"; } }; class Seco...
分类:其他好文   时间:2015-06-01 20:31:33    阅读次数:111
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!