From 148a898a877546a4c137aa9354b71a1c6728fec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=80=A9=E5=80=A9?= <2294221913@qq.com> Date: Mon, 4 Mar 2024 22:51:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E7=A1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...27\346\234\272\345\237\272\347\241\200.md" | 84 +++++++++++++++++++ README.en.md | 36 -------- README.md | 39 --------- 3 files changed, 84 insertions(+), 75 deletions(-) create mode 100644 "44 \351\231\210\345\200\251\345\200\251/\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" delete mode 100644 README.en.md delete mode 100644 README.md diff --git "a/44 \351\231\210\345\200\251\345\200\251/\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" "b/44 \351\231\210\345\200\251\345\200\251/\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" new file mode 100644 index 0000000..73f7a5f --- /dev/null +++ "b/44 \351\231\210\345\200\251\345\200\251/\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" @@ -0,0 +1,84 @@ +# 计算机基础 + +### 机箱内: + +#### (一)主板 *(主板大小关系机箱大小)* + +- #### USB + +| USB种类 | 版本 | 特点 | +| ------- | --------- | ------ | +| 蓝色 | 3.0 | 速度快 | +| 白色 | 2.0及以下 | 速度慢 | + +- #### 显示器接口: + + 热插拔:直接用,不用重启(现在用的都是热插拔) + +1. VGA接口:2k85帧,不支持热插拔 + +2. 现用HDMI接口(高清三排):540p + +3. DisplayPort(DP)接口(超高清两排):1080p + + + +- #### 芯片 + + | | 高 | 中高 | 低 | + | -------------- | ---- | ---- | ---- | + | 英特尔(蓝色): | Z790 | B760 | H610 | + | AMD(红色): | X660 | B650 | A620 | + + #### I/O接口: + + ​ 输入,输出 + + #### BIOS(Basic Input Output System)芯片: + + ​ 是基本输入输出系统,用来存放有关主板相关设置的地方(主板自带的一种芯片) + + #### COMS: + + ​ 纽扣电池,给BIOS芯片供电 + + + +#### (二)CPU:中央处理器 (c:central) + +​ 所有直接比较同系列,同代比较 + +| **英特尔** | i3 | i5 | i7 | i9 | +| ---------- | ---- | ---- | ---- | ---- | +| **AMD** | R3 | R5 | R7 | R9 | + +#### (三)内存条 + +#### (四)电源显卡 + +#### (五)硬盘 + +#### (六)散热器 + +#### + +#### 声卡,光驱,软驱(过时) + + + +### 机箱外: + +​ 输入设备:鼠标,键盘 ,麦克风,摄像头,触板,触应器,光驱 + +​ 输出设备:显示器,打印机,播放设备(音响,耳机),投影仪,光驱 + + + +### 了解:LGA和Socket的区别 + +Intel:LGA是主板上张针脚,cpu上只有触点。 + +AMD:Socket是常见的主板带窟窿,cpu带针脚。 + + + diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 0aa1d7f..0000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# 计算机基础 - -#### Description -{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README.md b/README.md deleted file mode 100644 index 197bf21..0000000 --- a/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# 计算机基础 - -#### 介绍 -{**以下是 Gitee 平台说明,您可以替换此简介** -Gitee 是 OSCHINA 推出的基于 Git 的代码托管平台(同时支持 SVN)。专为开发者提供稳定、高效、安全的云端软件开发协作平台 -无论是个人、团队、或是企业,都能够用 Gitee 实现代码托管、项目管理、协作开发。企业项目请看 [https://gitee.com/enterprises](https://gitee.com/enterprises)} - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 -5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) -- Gitee