Correcting Mistakes CodeForces - 533E Analyzing the mistakes people make while typing search queries is a complex and an interesting work. As there is ...
分类:
其他好文 时间:
2019-07-30 21:34:25
阅读次数:
97
Beautiful is better than ugly. 优美胜于丑陋 Explicit is better than implicit. 明确胜于隐晦 Simple is better than complex. 简单胜于复杂 Complex is better than complicate ...
分类:
编程语言 时间:
2019-07-29 00:44:52
阅读次数:
144
Python的基本数据类型: 01. 数字:整型(int),浮点型(float),复数(complex): 释义: 不可变类型 一旦创建,不可修改 不是可迭代对象 原子型 01. 整型数 int: 整型数是不带有小数部分的数字, 包括自然数, 0及负数自然数 如: -2, 100, 0 int(): ...
分类:
编程语言 时间:
2019-07-20 10:06:41
阅读次数:
139
生成器 推导式 内置函数一(不怎么常用的) 总结 ...
分类:
编程语言 时间:
2019-07-19 20:35:05
阅读次数:
103
数学定义 http://en.wikipedia.org/wiki/Complex_normal_distribution 通信中的定义 在通信里,复基带等效系统的噪声是复高斯噪声,其分布就是circularly symmetric complex Gaussian。你可以理解为我们通常意义的噪声, ...
分类:
其他好文 时间:
2019-07-16 12:18:34
阅读次数:
108
MongoDB就是多个集合组成的数据库,而每一个集合又是由多个文档组成。 文档: 集合: 一、环境安装 1、pymongo安装 2、检测是否安装成功 二、python操作MongoDB from pymongo import MongoClient from datetime import date ...
分类:
数据库 时间:
2019-07-13 19:58:47
阅读次数:
138
The Zen of Python by Tim Peters Beautiful is better than ugly. Explicit is better than implicit. Simple is better than complex. Complex is better than ...
分类:
编程语言 时间:
2019-07-07 20:24:31
阅读次数:
146
题目: Problem Description Mr Wang wants some boys to help him with a project. Because the project is rather complex, the more boys come, the better it w ...
分类:
其他好文 时间:
2019-07-06 19:05:17
阅读次数:
115
Diverse Beam Search for Improved Description of Complex Scenes 2019-07-06 14:36:34 Paper: https://www.aaai.org/ocs/index.php/AAAI/AAAI18/paper/viewPap ...
分类:
其他好文 时间:
2019-07-06 14:56:35
阅读次数:
160
Two sum这道题为Easy级别,看似简单,其实要想到使用HashMap不太容易。这题主要考察数组值与索引的灵活使用问题。 ...
分类:
其他好文 时间:
2019-07-05 00:30:53
阅读次数:
167