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

readingmaterialthecprogramminglanguagecisahigh-levelprogramminglanguagedebelopedbyden... 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.
展开
百度网友314aad4
2009-10-28 · TA获得超过422个赞
知道小有建树答主
回答量:180
采纳率:0%
帮助的人:159万
展开全部
为你免费了,手工翻译
reading material
阅读材料
The c programming language

C is a high-level programming language developed by Dennis Ritchie and brain Kernighan at bell labs in the mid-1970s.although originally designed as a system programming language 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 popular language for personal computer programmers because it is relatively small---it requires less memory than other languages.
C程序设计语言
C程序设计语言是贝尔实验室的Dennis Ritchie和Brains Kernighan于20世纪70年代中期开发的。尽管前期被设计成系统程序语言,但C程序设计语言被证明是一种强大和兼容的程序语言,从商业成程序到工程技术程序中被广泛应用。C语言是个人电脑中最受欢迎的程序语言,因为它容量很小-其他语言需要小得多的内存。

As a general-purpose programming language, c has been closely associated with UNIXsystem where it was developed, since both the system and most of the applications that run on it are written 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语言与UNIX 系统息息相关,因为这两个系统以及其与运行的绝大多数应用程序都是用C语言编写的。然而,尽管它被称作系统程序语言,但它不被绑定于任何一个操作系统或电脑,因为它有助于编译程序和操作系统。C语言与许多领域的主要程序具有兼容性。

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语言为已经构建好的程序提供基本的控制流程序:语句分组;决策能力(if-else);一套可能应用选择(Switch);顶部终端测试循环 (while, for)或者底部终端测试循环(do),以及早期循环出口(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.
C 语言是一种低级语言,意思是指C语言像其他大都数电脑一样,对选择对象进行分类,也就是说,字符,数字,地址。这些将与算数和逻辑程序结合,被真实存在的电脑运行。
Although c matcher the capability of many computers, it is independent of any particular machine architecture. With a little care it is easy to write a portable program that is programs that can be run without change on a variety of hardware.
尽管C语言对许多电脑兼容,但它独立于任何其他机器结构。很容易被编译成可移植程序。没有改动就可以在一系列的硬件中运行。
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.
像其他机器语言一样,C语言也有自己的缺点。一些操作者错误的进行优先指示。一些句法可能会更好。不管怎样,C语言被证明是一种绝对有效的程序语言,被广泛应用于程序文件中
混凝土111
2009-10-28 · TA获得超过2207个赞
知道小有建树答主
回答量:443
采纳率:0%
帮助的人:347万
展开全部
阅读材料
C编程语言
c是一个高层次的编程语言,由丹尼斯里奇和Brian凯尼汉debeloped在中期,最初是作为一个系统的编程语言设计1970s.although贝尔实验室,C有证明是一个强大而灵活的语言,可用于各种应用应用,从商业计划到工程。
c是个人电脑程序员,特别是poprlar语言,因为它是相对较小---它需要比其他语言的记忆。
作为一个通用编程语言,C一直密切与UNIXsystem那里的开发因为两者兴田制度,并大部分的应用程序运行在它的角arewritten语言,但是,
不依赖于任何一个操作系统或机器,尽管它被称为“系统编程语言”,因为它是为编写编译器和操作系统有用的,它同样也被用来写在各个领域的重大项目。
C提供了基本的控制流结构以及所需的结构程序:分组发言,决策(如,其他),选择一个(开关)一套可能的情况之一,在顶部终止测试循环(同时,为),或在底部(做),和早期循环退出(休息)。
c是一个比较低级的语言,意思是C处理的对象大多数计算机,即字符,数字相同的排序和addresses.these可以组合以及有关的算术和实际执行的逻辑运算机器动议。
尽管C匹配的许多计算机的能力,它是任何特定的机器独立architecture.with小心一点很容易towrite便携式proguams,即proguams可以不上的各种硬件运行的变化。
荤,但是,像任何其他语言,都有自己的经营blemisher.some有错误的先例,语法的某些部分可以better.nonetheless,C有证明是非常有效和表达了各种各样的编程语言申请。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式