题意 三维空间有$n$个点,找到另外一个点,离所有点的最大距离最小。求这个距离。 题解 $1$、最小球覆盖,要找的点为球心。 $2$、模拟退火。 还是补一下模拟退火的介绍吧。 模拟退火有一个初始温度,温度越高,接受较差的解的可能性就越大。每次走完后,都会降低温度,使得接受较差解的可能性变小。在走的过 ...
分类:
其他好文 时间:
2019-05-23 10:51:46
阅读次数:
152
继承是一种创建新类的方式,新建的类可以继承一个或多个父类(python支持多继承),父类又可称为基类或超类,新建的类称为派生类或子类。 子类会“”遗传”父类的属性,从而解决代码重用问题 派生与覆盖 ...
分类:
其他好文 时间:
2019-05-16 23:01:00
阅读次数:
240
Beat的简单使用 Filebeat配置 Output 常见日志格式封装 简单使用filebeat格式化nginx日志 Filebeat的配置: # 修改filebeat.yml # vim filebeat.yml filebeat.prospectors: - input_type: stdin ...
分类:
其他好文 时间:
2019-05-14 16:23:15
阅读次数:
165
输入json串,返回字典,字典值仅包括json最底层数据 需求:输入以下json串,返回字典,字典值仅包括json最底层数据输入:my_dict = { "name":"alien", "country":"china", "other":{ "age":"18", "gender":"man" } ...
分类:
编程语言 时间:
2019-05-13 22:57:22
阅读次数:
146
世界人口图 从https://datahub.io/网站搜索population,下载世界人口json数据。 ...
分类:
编程语言 时间:
2019-05-11 00:03:48
阅读次数:
307
一、先来说几个概念: 1.出口码(exit code):也称为国际接入码或国际直拨(IDD)码,可自动将电话转接到国外,这是你打往国外电话的第一个号码。例如 中国的是00,美国的是011,日本的是010。不管在哪个国家,你都可以用加号(+)来代替它。 2.国家代码(country code):每个国 ...
分类:
其他好文 时间:
2019-05-10 16:41:58
阅读次数:
154
1、建表语句 CREATE TABLE Websites( ID INT PRIMARY KEY, NAME VARCHAR2(30), URL VARCHAR2(100), alexa INT, country VARCHAR2(30));INSERT INTO Websites(ID,NAME, ...
分类:
数据库 时间:
2019-05-04 13:24:48
阅读次数:
174
Heshen was an official of the Qing dynasty. He made a fortune which could be comparable to a whole country's wealth by corruption. So he was known as ...
分类:
其他好文 时间:
2019-05-03 22:53:16
阅读次数:
217
Once upon a time there was a prince who wanted to marry a real princess.从前,有个王子想和真正的公主结婚。 He looked all over the country.他找遍了整个国家。 But he could not fi ...
分类:
移动开发 时间:
2019-05-03 14:17:41
阅读次数:
142
注册Unity账号 用途:登录引擎 后期使用Unity3D官网的相关服务 登录unity官网:http://www.unity3d.com 创建账号 Email:邮箱 Password:密码(要有大写字母,超过八位,包含数字) Username:名称 FullName:全称 Country:所在城市... ...
分类:
编程语言 时间:
2019-05-01 09:13:06
阅读次数:
159