Problem Description Eddy begins to like painting pictures recently ,he is sure of himself to become a painter.Every day Eddy draws pictures in his sma ...
分类:
其他好文 时间:
2018-05-19 18:43:03
阅读次数:
150
Now~Let's begin our second question~ 如何利用Java语言将十进制数字转换成十六进制数字呢? 我第一次编码出来的效果是酱紫的~ Of course It's true~ As you can see from the picture~ 然而,经过讨论,我们发现尽管 ...
分类:
编程语言 时间:
2018-05-04 15:30:29
阅读次数:
239
MISC: 验证码: 用token登录 输入好验证码就可以得到flag Picture: 图片隐写,一下就想到binwalk或者winhex打开试试 binwalk打开无果 将这段数据ctrl+shift+c复制出来 用下面python脚本生成zip文件。 import zlib import bi ...
分类:
其他好文 时间:
2018-04-30 11:47:58
阅读次数:
602
北京电子科技学院 国赛(初)writeup [ = 博客目录 = ] "1 签到题:验证码" "2 EasyWeb" "3 Flag_in_your_hand" "4 Picture" 1 签到题:验证码 By Besti65310 将本队队伍token提交即可。 2 EasyWeb By Best ...
分类:
其他好文 时间:
2018-04-29 23:17:13
阅读次数:
338
Problem Description There are two circles in the plane (shown in the below picture), there is a common area between the two circles. The problem is ea ...
分类:
其他好文 时间:
2018-04-27 21:04:18
阅读次数:
176
" 题目链接 " Problem Description Eddy begins to like painting pictures recently ,he is sure of himself to become a painter.Every day Eddy draws pictures i ...
分类:
其他好文 时间:
2018-04-23 20:50:40
阅读次数:
224
题目链接: http://acm.hdu.edu.cn/showproblem.php?pid=1162 题目大意: 给n个点,求MST权值 解题思路: 直接prim算法 ...
分类:
其他好文 时间:
2018-04-21 16:15:47
阅读次数:
166
题目链接 题意 多个矩形重叠在一起,求出轮廓线的长度。 分析 把矩形分成横线和竖线来处理。现在分析横线的,竖线同理。矩形的坐标都是整数,且范围不大,故此题不需要离散化。从下往上扫描横线,每遇到一条横线,就计算长度,矩形的下边标为1,上边标为-1。具体计算方法是此次区间的总覆盖长度与上次区间长度相比, ...
分类:
其他好文 时间:
2018-03-26 20:42:22
阅读次数:
167
Description 描述文 It is painting a picture in words of a person, place, object, or scene. narration 记叙文 It is to give an account of an event or a series ...
分类:
其他好文 时间:
2018-03-24 14:59:06
阅读次数:
158
一、PPS相关概念: 除了序列参数集SPS之外,H.264中另一重要的参数集合为图像参数集Picture Paramater Set(PPS)。 通常情况下,PPS类似于SPS,在H.264的裸码流中单独保存在一个NAL Unit中, PPS NAL Unit的nal_unit_type值为8 在封 ...
分类:
其他好文 时间:
2018-03-11 19:16:59
阅读次数:
200