上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 50 下一页
摘要: 课程:av9876107 1.局域网 1.1.介绍 覆盖范围小,自己花钱购买设备,带宽固定,自己维护 1.2.交换机分为接入层,汇聚层。 1.2.1.与本机直接接的是接入层交换机,其他为汇聚层交换机。 1.2.2.关于接入层交换机带宽比较小,而汇聚层带宽比较大,10M,100M,1000M 1.2. 阅读全文
posted @ 2019-08-03 03:56 SteveYu 阅读(473) 评论(0) 推荐(0) 编辑
摘要: Given a sequence of K integers { N​1​​, N​2​​, ..., N​K​​ }. A continuous subsequence is defined to be { N​i​​, N​i+1​​, ..., N​j​​ } where 1. The Max 阅读全文
posted @ 2019-08-02 07:29 SteveYu 阅读(188) 评论(0) 推荐(0) 编辑
摘要: At the beginning of every day, the first person who signs in the computer room will unlock the door, and the last one who signs out will lock the door 阅读全文
posted @ 2019-08-02 05:42 SteveYu 阅读(158) 评论(0) 推荐(0) 编辑
摘要: With the 2010 FIFA World Cup running, football fans the world over were becoming increasingly excited as the best players from the best teams doing ba 阅读全文
posted @ 2019-08-02 05:34 SteveYu 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 为了用事实说明挖掘机技术到底哪家强,PAT 组织了一场挖掘机技能大赛。现请你根据比赛结果统计出技术最强的那个学校。 输入格式: 输入在第 1 行给出不超过 1 的正整数 N,即参赛人数。随后 N 行,每行给出一位参赛者的信息和成绩,包括其所代表的学校的编号(从 1 开始连续编号)、及其比赛成绩(百分 阅读全文
posted @ 2019-08-02 05:22 SteveYu 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 某城镇进行人口普查,得到了全体居民的生日。现请你写个程序,找出镇上最年长和最年轻的人。 这里确保每个输入的日期都是合法的,但不一定是合理的——假设已知镇上没有超过 200 岁的老人,而今天是 2014 年 9 月 6 日,所以超过 200 岁的生日和未出生的生日都是不合理的,应该被过滤掉。 输入格式 阅读全文
posted @ 2019-08-02 04:56 SteveYu 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 读入 n(>)名学生的姓名、学号、成绩,分别输出成绩最高和成绩最低学生的姓名和学号。 输入格式: 每个测试输入包含 1 个测试用例,格式为 其中姓名和学号均为不超过 10 个字符的字符串,成绩为 0 到 100 之间的一个整数,这里保证在一组测试用例中没有两个学生的成绩是相同的。 输出格式: 对每个 阅读全文
posted @ 2019-08-02 04:46 SteveYu 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 一、搭建 1.选择一台没有ZK的机器(HBase自带ZK,可能会导致冲突) 2.选择版本2.0.5的HBase 3.解压HBase2.0.5 4.配置HBase的HBASE_HOME和path 5.修改conf/hbase-env.sh文件 6.修改hbase-site.sh文件,直接从官网粘贴 7 阅读全文
posted @ 2019-08-01 11:54 SteveYu 阅读(363) 评论(0) 推荐(0) 编辑
摘要: This time, you are supposed to find A×B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu 阅读全文
posted @ 2019-08-01 05:42 SteveYu 阅读(162) 评论(0) 推荐(0) 编辑
摘要: This time, you are supposed to find A+B where A and B are two polynomials. Input Specification: Each input file contains one test case. Each case occu 阅读全文
posted @ 2019-08-01 05:24 SteveYu 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 每个 PAT 考生在参加考试时都会被分配两个座位号,一个是试机座位,一个是考试座位。正常情况下,考生在入场时先得到试机座位号码,入座进入试机状态后,系统会显示该考生的考试座位号码,考试时考生需要换到考试座位就座。但有些考生迟到了,试机已经结束,他们只能拿着领到的试机座位号码求助于你,从后台查出他们的 阅读全文
posted @ 2019-08-01 05:16 SteveYu 阅读(259) 评论(0) 推荐(0) 编辑
摘要: 设计函数求一元多项式的导数。(注:x​n​​(n为整数)的一阶导数为nx​n−1​​。) 输入格式: 以指数递降方式输入多项式非零项系数和指数(绝对值均为不超过 1000 的整数)。数字间以空格分隔。 输出格式: 以与输入相同的格式输出导数多项式非零项的系数和指数。数字间以空格分隔,但结尾不能有多余 阅读全文
posted @ 2019-08-01 04:12 SteveYu 阅读(145) 评论(0) 推荐(0) 编辑
摘要: Given three integers A, B and C in [−], you are supposed to tell whether A+B>C. Input Specification: The first line of the input gives the positive nu 阅读全文
posted @ 2019-08-01 03:54 SteveYu 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 一、几种常见的负载均衡模型 二、搭建httpd+lvs 阅读全文
posted @ 2019-08-01 03:14 SteveYu 阅读(489) 评论(0) 推荐(0) 编辑
摘要: The task is really simple: given N exits on a highway which forms a simple cycle, you are supposed to tell the shortest distance between any pair of e 阅读全文
posted @ 2019-07-31 05:32 SteveYu 阅读(211) 评论(0) 推荐(0) 编辑
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 50 下一页