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公司中国研究院(上海)举办.本次编程马 ...
随机推荐
- Laravel chunk和chunkById的坑
Laravel chunk和chunkById的坑 公司中的项目在逐渐的向Laravel框架进行迁移.在编写定时任务脚本的时候,用到了chunk和chunkById的API,记录一下踩到的坑. 一.前 ...
- Hacker101 CTF 学习记录(一)
前言 苦力挖洞,靠运气赚点小钱.看着大佬严重,高危,再看看自己手上的低危,无危害默默流下了菜鸡的泪水 思路受局限,之前听学长推荐和同事聊到hacker101,因此通过hacker101拓展下漏洞利用思 ...
- rocketMq console MQClientException异常
ERROR Exception caught: mqAdminExt get broker stats data TOPIC_PUT_NUMS failedorg.apache.rocketmq.cl ...
- 反射机制(Java)
反射机制 今天闲来无事,对反射机制http://www.cnblogs.com/jqyp/archive/2012/03/29/2423112.html阅读一番,整理了下这方面的知识以及自己的一些心得 ...
- Activiti7 zip部署,查询及其删除
zip部署 package com.itheima.activiti; import org.activiti.engine.ProcessEngine; import org.activiti.en ...
- Eclipse中java文件边的黄色数据库标志变成了蓝色小勾,导致文件修改后无法显示在Git staging窗口中,修改无法提交,怎么解决?
出现这个问题的原因是误点击了右键点文件->Team->Advanced->Assume Unchanged, 导致结果是文件修改了无法显示在Git staging窗口中,自然无法提交 ...
- burpsuite抓包乱码问题
网上百度说只需要Change Font选择中文字体即可,但是我这边试过还是乱码,按照网上一篇博客说抓包中按钮展示乱码的问题,在下面Character Sets选择Use a specific char ...
- C#调用Power Shell 管理Office365 执行脚本时遇到的问题
Power Shell管理Office参考http://www.mamicode.com/info-detail-494553.html C#调用Power Shell 参考 https://www. ...
- Autofac的使用
Autofac的使用 「Autofac简介」 「基本的使用方式」 「如何实现webapi控制器自动注入接口」 一.Autofac简介 ❝ Autofac是实现依赖注入的类库之一,他可以帮助你实现程序的 ...
- hystrix文档翻译之插件
插件 可以通过实现插件来改变Hystrix的行为.可以通过HystrixPlugins来注册自定义插件,这些插件会被应用到HystrixCommand,HystrixObservableCommand ...