Skip to content

Commit

Permalink
Sync doc from yuque
Browse files Browse the repository at this point in the history
  • Loading branch information
SingleMoonlight committed Oct 13, 2024
1 parent 360bb61 commit 2713579
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/笔记/C编程/1.C语言基础/1.C概述.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ createTime: 2023/04/02 18:28:57
permalink: /c/c-overview/
outline: [2, 6]
---
## 历史
## 历史
C 语言诞生于上世纪 70 年代初,其很多重要概念来源于由 Martin Richards 开发的 BCPL 语言。BCPL 对 C 语言的影响间接地来自于 B 语言,它是 Ken Thompson 为第一个 UNIX 系统而于 1970 年在 DEC PDP-7 计算机上开发的。

很多年来,C 语言的定义就是《The C Programming Language》第 1 版中的参考手册。1983 年,美国国家标准协会(ANSI)成立了一个委员会以制定一个现代的、全面的C语言定义。最后的结果就是 1988 年完成的 ANSI 标准,即“ANSI C”。
Expand All @@ -13,7 +13,7 @@ C 语言诞生于上世纪 70 年代初,其很多重要概念来源于由 Mart

尽管过去这么多年,C 语言依旧宝刀未老,依然受到开发者的青睐,并称为广大工程师的入门首选语言。至今最新的的编程语言排行榜上,C 语言仍处于第二的位置。

> TIOBE编程社区
> TIOBE 编程社区
>
> [https://www.tiobe.com/tiobe-index/](https://www.tiobe.com/tiobe-index/)
>
Expand Down
2 changes: 1 addition & 1 deletion elog-note.cache.json
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@
{
"id": 120383747,
"doc_id": "c-overview",
"updated": 1726979873000,
"updated": 1728807012000,
"properties": {
"title": "1.C概述",
"urlname": "c-overview",
Expand Down

0 comments on commit 2713579

Please sign in to comment.