1. 写一个程序,让用户提供 5 个名字。程序要把这 5 个名字保存在一个列表中, 最后打印出来。就像这样: Enter 5 names: Tony Paul Nick Michel Kevin The names are Tony Paul Nick Michel Kevin 答案: a=inpu ...
分类:
其他好文 时间:
2019-12-22 14:55:19
阅读次数:
181
"任意多边形面积—有向面积" "凸包算法(Graham扫描法)详解" "蒟蒻blog(计算几何入门)" ...
分类:
其他好文 时间:
2019-12-22 10:50:09
阅读次数:
71
Masscan教程和入门手册 https://www.4hou.com/tools/8251.html 愣娃 安全工具 2017年11月1日发布 收藏 导语:masscan是为了尽可能快地扫描整个互联网而创建的,根据其作者robert graham,这可以在不到6分钟内完成,每秒大约1000万个数据 ...
分类:
其他好文 时间:
2019-12-01 16:53:12
阅读次数:
152
【芯历史】从七雄割据到三分天下,电信运营商的往事要从那时说起 https://www.ijiwei.com/html/news/newsdetail?source=pc&news_id=731593 Jimmy·10-17 11:03·老杳吧 来源: 爱集微 点击进入专题报道: 【芯历史】不可遗忘的 ...
分类:
移动开发 时间:
2019-11-17 09:12:14
阅读次数:
145
题目链接:https://vjudge.net/problem/POJ-1113 题意:简化下题意即求凸包的周长+2×PI×r。 思路:用graham求凸包,模板是kuangbin的。 AC code: #include<cstdio> #include<cstring> #include<algo ...
分类:
其他好文 时间:
2019-11-09 14:07:10
阅读次数:
88
Cgroups(2.6.24) 早在 2007 年,Paul Menage 和 Rohit Seth 就在内核中添加了深奥的控制组(cgroups)功能(cgroups 的当前实现是由 Tejun Heo 重写的)。这种新技术最初被用作一种方法,从本质上来说,是为了确保一组特定任务的服务质量。 例如 ...
分类:
系统相关 时间:
2019-10-22 00:35:19
阅读次数:
119
题目链接:https://vjudge.net/problem/POJ-2079 graham跑的巨慢,Andrew跑的巨快。还好写。 有两种写法。 旋转卡壳枚举三个点的(94ms) 1 /******************************************************* ...
分类:
其他好文 时间:
2019-10-13 17:04:02
阅读次数:
91
题目链接:https://vjudge.net/problem/POJ-2187 旋转卡壳模板题。参考了hzwer(http://hzwer.com/4224.html) 1 #include<iostream> 2 #include<cstdio> 3 #include<cmath> 4 #inc ...
分类:
其他好文 时间:
2019-10-04 18:55:01
阅读次数:
73
突然发现好像还没有写二分的题解,那今天就补充一下吧 分割线 题目描述 Farmer John's arch-nemesis, Farmer Paul, has decided to sabotage Farmer John's milking equipment! The milking equip ...
分类:
其他好文 时间:
2019-09-24 11:54:10
阅读次数:
82
Two organizations International Community for Preservation of Constructions (ICPC) and Japanese Archaeologist Group (JAG) engage in ruins preservation ...
分类:
编程语言 时间:
2019-09-14 00:45:45
阅读次数:
119