From 3de64eed9947681fd22fd1521a8ffa76256ffc6a Mon Sep 17 00:00:00 2001 From: capton586 <35288356+capton586@users.noreply.github.com> Date: Fri, 6 Sep 2024 14:16:17 +0800 Subject: [PATCH] =?UTF-8?q?Update=206=E3=80=81=E9=9D=A2=E5=90=91=E5=AF=B9?= =?UTF-8?q?=E8=B1=A1=E7=9A=84=E7=BC=96=E7=A8=8B=E6=80=9D=E7=BB=B4=E7=90=86?= =?UTF-8?q?=E8=A7=A3interface.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...6\200\235\347\273\264\347\220\206\350\247\243interface.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/6\343\200\201\351\235\242\345\220\221\345\257\271\350\261\241\347\232\204\347\274\226\347\250\213\346\200\235\347\273\264\347\220\206\350\247\243interface.md" "b/6\343\200\201\351\235\242\345\220\221\345\257\271\350\261\241\347\232\204\347\274\226\347\250\213\346\200\235\347\273\264\347\220\206\350\247\243interface.md" index 6edc131..66384fd 100644 --- "a/6\343\200\201\351\235\242\345\220\221\345\257\271\350\261\241\347\232\204\347\274\226\347\250\213\346\200\235\347\273\264\347\220\206\350\247\243interface.md" +++ "b/6\343\200\201\351\235\242\345\220\221\345\257\271\350\261\241\347\232\204\347\274\226\347\250\213\346\200\235\347\273\264\347\220\206\350\247\243interface.md" @@ -372,7 +372,7 @@ func main() { > 模拟组装2台电脑, > --- 抽象层 ---有显卡Card 方法display,有内存Memory 方法storage,有处理器CPU 方法calculate -> --- 实现层层 ---有 Intel因特尔公司 、产品有(显卡、内存、CPU),有 Kingston 公司, 产品有(内存3),有 NVIDIA 公司, 产品有(显卡) +> --- 实现层 ---有 Intel因特尔公司 、产品有(显卡、内存、CPU),有 Kingston 公司, 产品有(内存3),有 NVIDIA 公司, 产品有(显卡) > --- 逻辑层 ---1. 组装一台Intel系列的电脑,并运行,2. 组装一台 Intel CPU Kingston内存 NVIDIA显卡的电脑,并运行 ```go @@ -383,7 +383,7 @@ func main() { 有内存Memory 方法storage 有处理器CPU 方法calculate - --- 实现层层 --- + --- 实现层 --- 有 Intel因特尔公司 、产品有(显卡、内存、CPU) 有 Kingston 公司, 产品有(内存3) 有 NVIDIA 公司, 产品有(显卡)