摘要: 设置PyCharm File → Settings 进入设置 国内源 清华源 https://pypi.tuna.tsinghua.edu.cn/simple 阿里源 http://mirrors.aliyun.com/pypi/simple/ 阅读全文
posted @ 2021-02-27 23:56 南方与南 阅读(456) 评论(0) 推荐(0)
摘要: 计算机中常用的数制 概念 使用数字量表示物理量时, 仅用一位编码一般不够用, 因此经常会使用多位数码进位计数制 \[ 0 \backsim 9 \rightarrow 10 \backsim 99 \rightarrow 100 \backsim 999 \rightarrow \cdots \cd 阅读全文
posted @ 2021-02-27 22:02 南方与南 阅读(1326) 评论(0) 推荐(0)