永发信息网

这段英文怎么翻译???急急

答案:1  悬赏:80  手机版
解决时间 2021-05-07 23:37
  • 提问者网友:两耳就是菩提
  • 2021-05-07 00:25

reading material

the c programming language

c is a high-level programming language debeloped by dennis ritchie and brian kernighan at bell labs in the mid-1970s.although originally designed as a system programming language,c has proved to be a powerful and flexible language that can be used for a variety of applications,from business programs to engineering.c is a particularly poprlar language for personal computer programmers because it is relatively small---it requires less memory than other languages.

as a general-purpose programming language,c has been closely associated with UNIXsystem where it was developed,since both hte system and most of the applications that run on it arewritten in c. the language,however,is not tied to any one operating system or machine;and although it has been called a "system programming language"because it is useful for writing compilers and operating system,it has been used equally well to write major programs in various fields.

c provides the fundamental control-flow constructions required for well-structured programs:statement grouping,decision making(if-else),selecting one of a set of possible cases(switch),looping with the termination test at the top(while,for)or at the bottom(do),and early loop exit(break).

c is a relatively low-level language,meaning that c deals with the same sort of objects that most computers do,namely characters,numbers,and addresses.these may be combined and moved about with the arithmetic and logical operators implemented by real machines.

although c matcher the capability of many computers,it is independent of any particular machine architecture.with a little care it is easy towrite portable proguams,that is,proguams that can be run without change on a variety of hardware.

c,however,like any other language,has its blemisher.some of the operators have the wrong precedence;some parts of the syntax could be better.nonetheless,c has proved to be an extremely effective and expressive language for a wide variety of programming applications.

最佳答案
  • 五星知识达人网友:鸠书
  • 2021-05-07 01:22

阅读材料


C编程语言


c是一个高层次的编程语言,由丹尼斯里奇和Brian凯尼汉debeloped在中期,最初是作为一个系统的编程语言设计1970s.although贝尔实验室,C有证明是一个强大而灵活的语言,可用于各种应用应用,从商业程序engineering.c是个人电脑程序员,特别是poprlar语言,因为它是相对较小---它需要比其他语言的记忆。


作为一个通用编程语言,C一直密切与UNIXsystem那里的开发因为两者兴田制度,并大部分的应用程序运行在它的角arewritten语言,但是,不依赖于任何一个操作系统或机器,尽管它被称为“系统编程语言”,因为它是为编写编译器和操作系统有用的,它同样也被用来写在重大项目各个领域。


C提供了基本的控制流结构以及所需的结构程序:分组发言,决策(如,其他),选择一个(开关)一套可能的情况之一,在顶部终止测试循环(同时,为),或在底部(做),和早期循环退出(休息)。


c是一个比较低级的语言,意思是C处理的对象大多数计算机,即字符,数字相同的排序和addresses.these可以组合以及有关的算术和实际执行的逻辑运算机器动议。


尽管C匹配的许多计算机的能力,它是任何特定的机器独立architecture.with小心一点很容易towrite便携式proguams,即proguams可以不上的各种硬件运行的变化。


荤,但是,像任何其他语言,都有自己的经营blemisher.some有错误的先例,语法的某些部分可以better.nonetheless,C有证明是非常有效和表达了各种各样的编程语言申请。


不知道是否正确啊!

我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯