摘要: 二进制,八进制,十进制,十六进制 相互转换 阅读全文
posted @ 2021-07-26 23:26 拉布 阅读(123) 评论(0) 推荐(0) 编辑
摘要: CPU Central Processing Unit 它是能让计算机被称为 计算机 的核心组件 CPU主要组成 ALU(算术逻辑单元) CU(控制单元) SU(存储单元) CPU具体组成结构 运算器 操作控制器 预取器 寄存器 时钟 指令译码器 数据高速缓存 总线 运算器 操作控制器 预取器 寄存 阅读全文
posted @ 2021-07-26 22:56 拉布 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 内存 InternalStorage,Memory,主存 阅读全文
posted @ 2021-07-26 22:52 拉布 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 数字或字符校验 null "" " " 0 0.00 阅读全文
posted @ 2021-07-26 22:42 拉布 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 在执行pip命令时遇到以下错误 Fatal error in launcher: Unable to create process using "d:\python\python 3.8.3\python.exe" "D:\Python\Python3.8.3\Scripts\pip.exe" xx 阅读全文
posted @ 2021-07-26 08:47 拉布 阅读(1651) 评论(0) 推荐(0) 编辑
摘要: 一个整数数组,找出其中连续子数组的元素之和的最大值: 直接看代码,思路都在注释中。 public class FindMaxSubArraySum { public static void main(String[] args) { int[] arr = {-2, -3, 4, -1, -2, 1 阅读全文
posted @ 2021-07-26 08:45 拉布 阅读(118) 评论(0) 推荐(0) 编辑
摘要: 算法竞赛收集 阅读全文
posted @ 2021-07-26 07:37 拉布 阅读(116) 评论(0) 推荐(0) 编辑