00 what is C Programming?C编程是什么?
C语言简介

- C is a programming language that lets us give a computer very specifio commands.
- C语言是一种编程语言,它让我们可以给计算机非常特殊的命令。
- C was invented in 1972. It's one of the oldest languages to be used even today !
- C是在1972年发明的。它是至今仍在使用的最古老的语言之一!
- It is one of the **most widely used **programming languages in the world.
- 它是世界上使用最广泛的编程语言之一。
- It has influenced many popular languages, especially C++.
- 它影响了许多流行的语言,尤其是c++。
- But why do we still use such an old programming language?
- 但为什么我们还在使用这么古老的编程语言呢?
- Why not something newer and easier to understand, like Python?c++
- 为什么不使用一些更新的、更容易理解的东西,比如Python呢?
- let's find out !
- 让我们找出答案。
C语言特点
C特点一:简单

Simple: C is a Structure based language i.e we can divide a big program into multiple parts, which makes it easy to write and understand.
简单:C是一种基于结构的语言。我们可以把一个大程序分成多个部分,这使它易于编写和理解。
C特点二:高效、快速

- Efficient and Fast 高效、快速
- Programs written in C are efficient and fast.
- 用C写的程序效率高,速度快。
- This is the most critical factor for usinq C over other lanquages.
- 这是用C而不是其他语言最关键的因素。
- C is considered to be "close to the computer," meaning we can program the computer to do precisely what we want.
- C被认为是“接近计算机”的,这意味着我们可以对计算机编程,使其精确地做我们想做的事情。
- To understand what this means, here is an analogy: Imagine you want your brother to buy you a cake from the store.
- 为了理解这是什么意思,这里有一个类比:想象你想让你的兄弟从商店给你买一个蛋糕。
In Python, you would just use one line to say "Buy me a cake from the store."
在Python中,你只需要用一行字来表示“从商店给我买个蛋糕”。
Your brother will go and come back in 5 hours because he went to a store very far to get the best cake available.
你哥哥会在5个小时后回来,因为他去了一家很远的商店买最好的蛋糕。
In C, we can tell your brother, "Get in the car, drive to the store around the block, buy the first cake you see, and drive immediately back", which will happen in 20 odd minutes.
在C语言中,我们可以告诉你的兄弟,“上车,开车到附近街区的商店,买第一个蛋糕,然后马上开车回来”,这将在20多分钟内发生。
Of course , it won’t be the best cake . But it is much faster and is the exact cake that you wanted .
当然,这不会是最好的蛋糕。但是它的速度要快得多,而且正是你想要的蛋糕。
C特点三:可移植性

- Portable : Programs written in C can be run on different types of machines with little or no modifications .
- 可移植性:用C编写的程序可以在不同类型的机器上运行,只需很少的修改或不需要修改。
00 what is C Programming?C编程是什么?的更多相关文章
- Programming pearls 编程珠玑的题目
Programming pearls 编程珠玑的题目 这段时间有空都在看编程珠玑,很经典的一本书,一边看一边用 python 做上面的题目,我做的都放到 github 上了 https://githu ...
- Language Oriented Programming:下一代编程样式 Part I (翻译)
原文信息 原文地址 作者信息 Sergey Dmitriev JetBrains Sergey Dmitriev is the cofounder and CEO of JetBrains Inc., ...
- 03 Comments in C Programming C编程中的注释
Comments 注释简介 Let's take a quick break from programming and talk about comments. Comments help progr ...
- Teaching yourself programming -一个编程爱好者的碎碎念
多数时候,个人活动的展开都源于某个具体的动机.或许你是为了可以写点小工具,解决日常生活中的一些重复劳动:或许,你心怀梦想,梦想着某一天完成一款你心目中完美的游戏:又或许是,你内心憧憬电影里的hack, ...
- Structured Streaming Programming Guide结构化流编程指南
目录 Overview Quick Example Programming Model Basic Concepts Handling Event-time and Late Data Fault T ...
- Java实战之03Spring-03Spring的核心之AOP(Aspect Oriented Programming 面向切面编程)
三.Spring的核心之AOP(Aspect Oriented Programming 面向切面编程) 1.AOP概念及原理 1.1.什么是AOP OOP:Object Oriented Progra ...
- S2---深入.NET平台和C#编程的完美总结
1.NET简单解说 l 面向对象提升 OOP(Object Oriented Programming)面向对象编程 AOP:(Aspache Oriented Programming):面向切面编 ...
- python面向对象编程
面向对象编程,简称OOP, object oriented programming OOP编程的三大特性:封装,继承,多态 1. 封装 把功能的实现细节封装起来,不对外暴露.只留出入接口. 2. 继承 ...
- 首届Autodesk编程马拉松(Hackathon)开始报名啦 -- 6.14~15 上海
欢迎报名参加Autodesk 首届编程马拉松 ( Hackathon ) 活动 首届Autodesk编程马拉松(Hackathon)活动即将在Autodesk公司中国研究院(上海)举办.本次编程马 ...
随机推荐
- Spring整合WebSocket
WebSocket,干什么用的?我们有了HTTP,为什么还要用WebSocket?很多同学都会有这样的疑问.我们先来看一个场景,大家的手机里都有微信,在微信中,只要有新的消息,这个联系人的前面就会有一 ...
- php高效读取和写入
/** * 删除非空目录里面所有文件和子目录 * @param string $dir * @return boolean */ function fn_rmdir($dir) { //先删除目录下的 ...
- [BUUOJ记录] [BJDCTF2020]The mystery of ip
本题考察XFF头的ssti模板注入,没有过滤,算是入门题 进入题目hint.php的源码中可以看到一个hint 猜测是通过XFF头来获取信息的,发个HTTP请求添加一个XFF头测试一下: GET /f ...
- JAVA,.NET项目开发难上手?力软敏捷开发框架解君愁
力软敏捷开发框架/快速开发平台是一款轻量化多语言可视化开发工具.秉持以“让开发变得简单”为宗旨,深耕软件平台, 拥有近10年的行业开发经验,经典的.NET软件产品已经服务超5000家客户,并得 ...
- 非IT行业大企程序员讲述MIS系统开发案例
雪莉叹了一口气,调整了一下被汗水濡湿的刘海,然后向后靠在办公椅中,伸手在电脑键盘上输入了一些内容, 最后拿起印刷着房地产广告的扇子,边扇风边等待着. 她的工位在办公室的东侧角落,侧靠着窗.此时 ...
- css动画实现吃豆豆
话不多说,直接上代码:(作为一个初学者写的代码,多么0基础都能看的懂吧.) HTML部分 <!DOCTYPE html> <html lang=en> <head> ...
- C#开发PACS医学影像处理系统(二):界面布局之菜单栏
在菜单栏布局上,为了使用自定义窗体样式和按钮,我们需要先将窗体设置为无边框,然后添加一个Grid作为菜单栏并置顶,VerticalAlignment="Top" logo图片和标题 ...
- css的引用关系
总结:离div标签越近,越先被引用 先在同级目录下新建一个stylesheet(是以.css结尾的)注意:link引入进来的css中,class标签也是c1,因为html中div class=c1,因 ...
- Spring boot中配置HikariCP连接池
# jdbc_config datasourcespring.datasource.driver-class-name=com.mysql.cj.jdbc.Driverspring.datasourc ...
- C语言知识点汇集
int main() {// int num; int value; = int num,value; '''同时定义多个变量的方法 但是切记只能是同种类型的''' 都是int 或double等其他类 ...