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公司中国研究院(上海)举办.本次编程马 ...
随机推荐
- jsp页面关于isELIgnored="false",页面无法解析数据问题
问题: 首先确定所取的集合里面是否有值,如果没有先检查集合 如果有,就再jsp页面头部添加: isELIgnored="false" 具体如下: <%@ page langu ...
- 总结删除文件或文件夹的7种方法-JAVA IO基础总结第4篇
本文是Java IO总结系列篇的第4篇,前篇的访问地址如下: 总结java中创建并写文件的5种方式-JAVA IO基础总结第一篇 总结java从文件中读取数据的6种方法-JAVA IO基础总结第二篇 ...
- 【MarkDown】github readme添加图片 Markdown语法添加图片,适用各种markdown语法
作者:程序员小冰,CSDN博客:http://blog.csdn.net/qq_21376985, QQ986945193 微博:http://weibo.com/mcxiaobing 首先给大家看一 ...
- 《我想进大厂》之mysql夺命连环13问
想进大厂,mysql不会那可不行,来接受mysql面试挑战吧,看看你能坚持到哪里? 1. 能说下myisam 和 innodb的区别吗? myisam引擎是5.1版本之前的默认引擎,支持全文检索.压缩 ...
- 设计模式(多个if的处理)
使用场景 如果在代码中出现大量if判断,再执行一些比较复杂的业务操作,类似于以下情况. @Test void test() { String str = "A"; if (str. ...
- 单元测试框架 python
1.为什么要做单元测试 单元测试更细致.更有针对性 单元测试能测试到很多系统测试无法达到的测试 单元测试是在编码中做的测试,发现问题方便修改,而系统测试的问题修改成本可能变高 单元测试是自动化测试 2 ...
- List集合对象去重及按属性去重的8种方法-java基础总结系列第六篇
最近在写一些关于java基础的文章,但是我又不想按照教科书的方式去写知识点的文章,因为意义不大.基础知识太多了,如何将这些知识归纳总结,总结出优缺点或者是使用场景才是对知识的升华.所以我更想把java ...
- 网址中的静态资源 public
客户端浏览器收到的HTML响应内容中如果带有 link img script video audio 等带有src或者href标签时候,这些都是外部链接资源请求url.浏览器会默认自动性的对这些资源 ...
- 浅析vue的两项原理
一.vue双向绑定原理 Vue.js-作者为中国人尤雨溪 vue实现数据双向绑定主要是:采用数据劫持结合发布者-订阅者模式的方式,通过Object.defineProperty()来劫持各个属性的se ...
- 单线程模式从网易下载A股叁仟捌佰支股票一年的交易数据耗时十四分钟
代码下载:https://files.cnblogs.com/files/xiandedanteng/StockDataDownloader20200305.rar 压缩包内包含股票代号文件,调整好日 ...