实验六 继承定义与使用 实验时间 2018-9-28 1、实验目的与要求 (1) 理解继承的定义; (2) 掌握子类的定义要求 (3) 掌握多态性的概念及用法; (4) 掌握抽象类的定义及用途; (5) 掌握类中4个成员访问权限修饰符的用途; (6) 掌握抽象类的定义方法及用途; (7)掌握Obje ...
分类:
其他好文 时间:
2018-10-07 12:57:49
阅读次数:
132
Puny Dwarf Planet, Named 'Goblin,' Found Far Beyond PlutoA scrawny dwarf planet nicknamed "the Goblin" has been discovered well beyond Pluto.A round f ...
分类:
其他好文 时间:
2018-10-06 10:35:11
阅读次数:
211
关于池的概念,大家也许知道 连接池,代理池。然而现在我们提到的小数据池,则是一些Int和string已经创建好的并放在池子里等着我们去调用的对象。 Python自动将-5~256的整数进行了缓存,当你将这些整数赋值给变量时,并不会重新创建对象,而是使用已经创建好的缓存对象。 python会将一定规则 ...
分类:
编程语言 时间:
2018-10-02 20:44:25
阅读次数:
239
注:很早之前就打算专门写一篇与Python数据可视化相关的博客,对一些基本概念和常用技巧做一个小结。今天终于有时间来完成这个计划了! 0. Python中常用的可视化工具 Python在数据科学中的地位,不仅仅是因为numpy, scipy, pandas, scikit-learn这些高效易用、接 ...
分类:
编程语言 时间:
2018-09-30 23:23:24
阅读次数:
434
词法分析 In computer science, lexical analysis, lexing or tokenization is the process of converting a sequence of characters (such as in a computer progra ...
分类:
其他好文 时间:
2018-09-23 22:22:58
阅读次数:
296
[TOC] 翻译自《Demo Week: Time Series Machine Learning with h2o and timetk》 原文链接:https://www.business science.io/code tools/2017/10/28/demo_week_h2o.html 文 ...
分类:
其他好文 时间:
2018-09-19 00:38:35
阅读次数:
689
A prince of the Science Continent was imprisoned in a castle because of his contempt for mathematics when he was young, and was entangled in some math ...
分类:
其他好文 时间:
2018-09-16 16:03:42
阅读次数:
206
In computer science, a heap is a specialized tree based data structure that satisfies the heap property: if P is a parent node of C, then the key (the ...
分类:
其他好文 时间:
2018-09-15 22:06:07
阅读次数:
202
A prince of the Science Continent was imprisoned in a castle because of his contempt for mathematics when he was young, and was entangled in some math ...
分类:
其他好文 时间:
2018-09-15 20:08:54
阅读次数:
279
hello !!! this is my first blog now i will introduce myself to you my name is pangkun and my major is computer science my hobby is palying basketball ...
分类:
其他好文 时间:
2018-09-05 13:56:17
阅读次数:
162