安装找到一个简书版本,讲的挺好的,先贴网址
https://www.jianshu.com/p/26ab6c22051e
但是在安装过程中,遇见了问题,现在贴一下:
numpy_quaternion-2018.5.17-cp36-cp36m-win32.whl is not a supported wheel on this …
依赖倒置原则的定义
依赖倒置原则的原始定义如下:
High level modules should not depend upon low level modules. Both should depend upon abstractions. Abstractions should not depend upon details. Details should depend upon abstractions.
翻译过来,包含如下三层…
接口隔离原则的定义
什么是接口.
实例接口,比如定义了一个Person类,然后 Person p new Pserson(); 产生一个实例,Person类就是 p 的接口类接口,就是Java中使用 interface 定义的接口
什么是隔离
隔离要求将接口尽量细化,同时接口中的方法尽量少.
接口隔离原则的实现
比如…
在这里,我们将完成一个简单的无线多跳场景
首先,定义的参数如下所示:
set val(chan) Channel/WirelessChannel
set val(prop) Propagation/TwoRayGround
set val(netif) Phy/WirelessPhy
set val(mac) Mac/802_11
…
一 课程相关
1、Course Objectives
provide a unified overview on the broad filed of Ubiquitous Computing
2、Evaluation
short talk1(25%)第三次课 paper reading of 2017(Percom,Ubicomp,IJCAI,KDD,AAAI)
short talk 2 (25%) 第五次课 pape…