摘要: Win和Mac上配置SSH 心血来潮…想到就试试了… 关于SSH: Secure Shell, 安全壳协议。专为远程登录和其他网络服务提供安全性的协议。 Mac上的服务器配置 系统偏好设置 共享 远程登录 勾上“远程登录”这个选项即可 Win上的服务器配置 下载 "freeSSHd" 安装完成后进入 阅读全文
posted @ 2017-05-21 22:38 ciaran 阅读(1198) 评论(0) 推荐(0) 编辑
摘要: 代码如下: (只写了一部分代码,其他懒得写,也没有使用模板类) class Complex { public: double real, imag; Complex(double real = 0, double imag = 0) { this real = real; this imag = i 阅读全文
posted @ 2017-05-20 22:31 ciaran 阅读(117) 评论(0) 推荐(0) 编辑
摘要: 待补全其中内容 阅读全文
posted @ 2017-05-14 22:15 ciaran 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 这部分内容在学校《计算机组成原理》课程中有讲授,因而此部分可能极为简略 阅读全文
posted @ 2017-05-14 21:02 ciaran 阅读(181) 评论(0) 推荐(0) 编辑