From 4e84b12255374078a152b9a0e11bd66b03554833 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E9=91=AB?= <11785109+linxin221@user.noreply.gitee.com> Date: Sun, 3 Mar 2024 16:07:54 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=BB=BA=2022=20=E6=9E=97?= =?UTF-8?q?=E9=91=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "22 \346\236\227\351\221\253/.keep" | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 "22 \346\236\227\351\221\253/.keep" diff --git "a/22 \346\236\227\351\221\253/.keep" "b/22 \346\236\227\351\221\253/.keep" new file mode 100644 index 0000000..e69de29 -- Gitee From fecd69bf268a4ce6acc6082670b4b65caaaf9551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E9=91=AB?= <11785109+linxin221@user.noreply.gitee.com> Date: Sun, 3 Mar 2024 16:08:26 +0000 Subject: [PATCH 2/2] =?UTF-8?q?22=20=E6=9E=97=E9=91=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 林鑫 <11785109+linxin221@user.noreply.gitee.com> --- .../\346\230\276\345\215\241.md" | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 "22 \346\236\227\351\221\253/\346\230\276\345\215\241.md" diff --git "a/22 \346\236\227\351\221\253/\346\230\276\345\215\241.md" "b/22 \346\236\227\351\221\253/\346\230\276\345\215\241.md" new file mode 100644 index 0000000..c88d654 --- /dev/null +++ "b/22 \346\236\227\351\221\253/\346\230\276\345\215\241.md" @@ -0,0 +1,10 @@ +``` +显卡是计算机中一个重要的组成部分,承担输出显示图形的任务。主流显卡的显示芯片主要由NVIDIA(英伟达)和AMD(超威半导体)两大厂商制造,通常将采用NVIDIA显示芯片的显卡称为N卡,而将采用AMD显示芯片的显卡称为A卡。 + 显卡分为集显(集成显卡)、核显(核芯显卡)、独显(独立显卡)。 + 目前最高端显卡为40系列显卡; + 主流:目前20系类显卡和30系列显卡为主流显卡、中端显卡10系列显卡及以下、低端显卡:7代及以下显卡。 + 显卡频率主要指显卡的核心频率和显存频率,均以MHz(兆赫兹)为单位。 + 显存:主流的显卡大都采用了DDR4和DDR5的显存类型。 +``` + + -- Gitee