diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 0aa1d7f3a26e310ef5bd4fabdfeeb7589855e6dc..0000000000000000000000000000000000000000 --- 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 197bf21ce412f396daa4119d8da34545ecfdbbbe..0000000000000000000000000000000000000000 --- 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/) diff --git "a/\347\254\224\350\256\260/20240304_\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" "b/\347\254\224\350\256\260/20240304_\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" new file mode 100644 index 0000000000000000000000000000000000000000..7a745d446d44730296e19504e95252649d4e2647 --- /dev/null +++ "b/\347\254\224\350\256\260/20240304_\350\256\241\347\256\227\346\234\272\345\237\272\347\241\200.md" @@ -0,0 +1,49 @@ +# 计算机基础 + +##### 计算机主要组成部分: + +1.输出设备(显示器) + +2.主机(主要部分) + +3.输入设备(键盘和鼠标) + + + +##### 主板可以装载: + +1.内存条 + +2.处理器 + +3.散热器 + +4.固态硬盘 + +5.声卡、显卡、网卡等等 + + + +USB接口可用于连接各种外部设备,如键盘、鼠标、麦克风音响手机等等,用于传输数据 + + + +## CPU + +##### CPU分类 + +1.Intel(英特尔):触点式 + +2.AMD(锐龙):针脚式 + +##### CPU型号怎么看 + +以英特尔Intel的i7-6920HQ为例: + +1.四位数的头一个数字是6指的是代际,也就是是英特尔第六代处理器。目前英特尔在市面上是4、5、6三代处理器并存。老于4代的处理器现在比较少见,一般也不推荐。 + +2.920是它的SKU值,可以理解为是一个编号。用来区分不同性能的CPU型号。 + +3.数字后面紧跟着的字母是H,代表的是处理器的功耗/性能类别。 + +###### 4.i7>i5>i3这样的说法,基本不靠谱,因为这种说法仅仅在同一代处理器,同一功耗级别下才成立。 \ No newline at end of file