上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 21 下一页
摘要: 0、FILE *popen(const char *command, const char *type); popen 函数相当于做了以下几件事: 1、创建一个无名管道文件 2、 fork() 3、在子进程里, exec command 4、 在子进程里, 若 type == “r” , 相当于进行 阅读全文
posted @ 2015-02-21 20:56 小爷 阅读(1648) 评论(0) 推荐(0) 编辑
摘要: 拓扑结构: 各个客户端创建读写管道,通过“上下线信息管道”向服务器发送上下线信息和读写管道名称。服务器接受信息,修改链表(存储客户端信息)。客户端、服务器打开读写管道,服务器通过“W”管道接收从客户端发来的信息,在根据链表同个其他各个“R”管道向其他客户端发送信息。 具体流程: 1、建立上下线信息管 阅读全文
posted @ 2015-02-17 21:11 小爷 阅读(847) 评论(2) 推荐(0) 编辑
摘要: 时间限制200 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueIndeed there are many different tourist routes from our city to Rome. You are supposed to fi... 阅读全文
posted @ 2015-02-14 22:52 小爷 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 先要求出各个加油站 最短的 与任意一房屋之间的 距离D,再在这些加油站中选出最长的D的加油站 ,该加油站 为 最优选项 (坑爹啊!)。如果相同D相同 则 选离各个房屋平均距离小的,如果还是 相同,则 选 编号小的。 时间限制200 ms内存限制65536 kB代码长度限制16000 B判题程序S... 阅读全文
posted @ 2015-02-14 17:50 小爷 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueA traveler's map gives the distances between cities along the highways, together with the co... 阅读全文
posted @ 2015-02-14 15:23 小爷 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueThere is a public bike service in Hangzhou City which provides great convenience to the tour... 阅读全文
posted @ 2015-02-14 14:21 小爷 阅读(281) 评论(0) 推荐(0) 编辑
摘要: 时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueAs an emergency rescue team leader of a city, you are given a special map of your country. T... 阅读全文
posted @ 2015-02-13 22:52 小爷 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 时间限制3000 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueWeibo is known as the Chinese version of Twitter. One user on Weibo may have many followers... 阅读全文
posted @ 2015-02-13 18:28 小爷 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueGiven N rational numbers in the form "numerator/denominator", you are supposed to calculate ... 阅读全文
posted @ 2015-02-13 16:09 小爷 阅读(235) 评论(0) 推荐(0) 编辑
摘要: Given a sequence of positive integers and another positive integer p. The sequence is said to be a "perfect sequence" if M 2 #include 3 #include 4 us... 阅读全文
posted @ 2015-02-13 10:00 小爷 阅读(182) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 21 下一页