摘要: 问题描述:An entropy encoder is a data encoding method that achieves lossless data compression by encoding a message with “wasted” or “extra” information r 阅读全文
posted @ 2016-03-25 12:07 SDAU_ZG 阅读(484) 评论(0) 推荐(0)
摘要: 问题描述: The famous ACM (Advanced Computer Maker) Company has rented a floor of a building whose shape is in the following figure. The floor has 200 room 阅读全文
posted @ 2016-03-25 11:48 SDAU_ZG 阅读(312) 评论(0) 推荐(0)
摘要: 问题描述: FJ is surveying his herd to find the most average cow. He wants to know how much milk this 'median' cow gives: half of the cows give as much or 阅读全文
posted @ 2016-03-19 12:39 SDAU_ZG 阅读(341) 评论(0) 推荐(0)
摘要: The highest building in our city has only one elevator. A request list is made up with N positive numbers. The numbers denote at which floors the elev 阅读全文
posted @ 2016-03-19 11:25 SDAU_ZG 阅读(179) 评论(0) 推荐(0)
摘要: #include<iostream>using namespace std;#include <vector>#include <algorithm>#include<string.h> struct stick{ int l; int w;};bool use[5010];bool com_s(c 阅读全文
posted @ 2016-03-19 10:40 SDAU_ZG 阅读(204) 评论(0) 推荐(0)
摘要: 我们大家学习网页之类的东西,最重要的就是学好其基础,而基础不是你写多少代码,而是你能明白其工作原理。 当我们上网时,我们打开浏览器,点击“百度”标签(www.baidu.com的映射),此时浏览器向百度服务器发送请求,然后服务器收到浏览器发送的请求后,返给浏览器“百度”页面的文件,让后我们才可以看到 阅读全文
posted @ 2016-03-13 20:30 SDAU_ZG 阅读(284) 评论(0) 推荐(0)