Fork me on GitHub

12 2020 档案

摘要:.data .align 4 Array: .space 200 # welcome page LF: .asciiz "\n" welcome:.asciiz " * * * 输入n个数字,冒泡排序后输出* * * " tips: .asciiz "请输入数组元素个数n:" msg1: .asci 阅读全文
posted @ 2020-12-30 23:14 WalterJ726 阅读(551) 评论(0) 推荐(0)
摘要:前期工作 下载anaconda conda的介绍 conda就是一个管理器,可以让你一台机器上同时有几个python的版本,而且可以让你轻松的切换你想要的版本。 你可以理解为conda是一个总的大文件管理器。 开始下载 添加下载源 打开anaconda prompt,在Windows右下角搜索栏搜到 阅读全文
posted @ 2020-12-05 23:55 WalterJ726 阅读(6020) 评论(0) 推荐(0)