Maxwell's Blog
Think & Write
-
-
TobuDownload
使用Python编写超简单爬虫,从tobu.io下载全部免费歌曲 Continue reading... -
DB-FIN
第一章:数据库系统概述基本概念 数据库(DB): 是数据集合, 具有统一的结构形式并存放于统一的存储介质内, 它由多种应用数据集成, 并可被应用所共享 数据库管理系统(DBMS): 是管理数据库的系统软件 数据库系统(DBS): 是一个以对海量的、具有复杂数据结构的、可以持久保存的、可供多用户共享的数据进行统一管理为目标的计算机系统 数据库管理员(DBA): 对数据库进行规划、设计、维护、监... Continue reading... -
CN-FIN
计算机网络期末复习资料, 是结合给出的考点重新整理的资料 Continue reading... -
CN-ALT
局域网局域网概述总线和星型拓扑 总线: 站点->分线头->总线 帧: 数据块, 标明接收者 端接器: 总线尽头, 吸收帧 星形: 站点->中心结点 帧广播模式: 集线器 帧交换模式: 二层交换机局域网协议体系结构 IEEE 802层次结构 12345+--------------+----------------| | 逻辑链路控制 LLC... Continue reading... -
在VSCode中使用Jupyter Notebook
这个不是Jupyter Notebook的介绍啦, 默认本文的读者拥有使用Jupyter Notebook的经验 Continue reading... -
DIP-ALL
第二讲: 空间域图像增强(Part I)图像内插 用已知的数据来估计未知位置的数值 按照边角对齐像素点阵, 之后有如下插值方法 最近邻内插法 取最近邻像素的灰度为此像素的灰度 双线性内插法 4个最近邻进行估计, 解有4个等式组成的方程组$$v(x,y)=ax+by+cxy+d$$ 双三次内插法 16个最近邻去估计, 解16个等式组成的方程组$$v(x,y)=\sum_{i=0}^3\s... Continue reading... -
CM-ALL
Lesson 1 combinatorial $\sim$ discrete & finite solution combinatorial object constraint combinatorial structure Enumeration: How many solutions satisfying the constraints Existence: Does t... Continue reading... -
CN-ALL
[Textbook]: Computer Networking: A Top-Down Approach(7th Edition) by James F. Kurose, Keith W. Ross搜索”#解题”查看所有计算题解题方法 Continue reading... -
DB-ALL
第一章: Continue reading...