摘要: ###一.自己的代码 ####1.源码 #include<stdio.h> #define N 100 void merge(int a[],int left,int right,int mid){ int temp[N]; int l_pos=left,r_pos=mid+1; int pos=l 阅读全文
posted @ 2023-02-14 19:10 彭乐祥 阅读(12) 评论(0) 推荐(0) 编辑
摘要: #计算机组成原理(Principles of Computer Organization) ###一.计算机系统概论 ####问题:现代计算机系统是由哪两部分组成的 ####回答:计算机系统由硬件与软件组成。 ####1.1.计算机系统简介 #####1.1.1.计算机系统由小到大依次是 ##### 阅读全文
posted @ 2023-02-14 15:42 彭乐祥 阅读(142) 评论(0) 推荐(0) 编辑