c 语言的预处理[外文翻译].rar

RAR格式版权申诉手机打开展开

c 语言的预处理[外文翻译],c 语言的预处理[外文翻译]包含中文翻译和英文原文,内容详细完整,建议下载参考!中文: 2520字英文: 8300字符c语言是一种用来描述算法的程序设计语言(简称,算法语言),主要有以下特点:  1.c语言是面向过程的程序设计语言过程性语言把解题看作是加工数据的过程,编写解题程序时要将解题的过程(步骤)一步步描述出来。...
编号:36-74268大小:14.90K
分类: 论文>外文翻译

该文档为压缩文件,包含的文件列表如下:

内容介绍

原文档由会员 xiaowei 发布

C 语言的预处理[外文翻译]

包含中文翻译和英文原文,内容详细完整,建议下载参考!

中文: 2520字
英文: 8300字符


C语言是一种用来描述算法的程序设计语言(简称,算法语言),主要有以下特点:  
1.C语言是面向过程的程序设计语言
过程性语言把解题看作是加工数据的过程,编写解题程序时要将解题的过程(步骤)一步步描述出来。
2.C是高级语言
C语言是用英语和数学表达式这样一种接近自然语言[a1]人类进化过程中自然发展起来的语言[/a1]的语句来描述程序过程的程序设计语言,具有高级语言的全部特征。用C语言书写的程序,必须翻译成机器语言才能运行,翻译C程序的程序称为C编译器(简称编译器)。
3.C是写系统软件的首选语言
C语言最初的设计目标是用来写操作系统的高级语言,因此,在C语言中除了提供一般高级语言都提供的基本功能外,还提供了通常只有在低级语言(如汇编语言)中才提供的功能,这使得C语言在很大程度上能代替汇编语言,因此,有人认为C语言是一种兼有高级语言和低级语言双重特性 ......



C pretreatment
C language is a language used to describe the algorithm Programming Language (algorithm language) the following main characteristics :
1. C language is process-oriented programming language process language put problem-solving as the process of data processing, procedures for the preparation of solving the problem-solving process should (step) out a step by step description.
2. C is a high-level language is English language and mathematical expression of such a close-to-natural language [a1] human evolution develop natural language [/a1] words to describe the procedures and processes of programming language, Senior has all the characteristics of the language. C language written procedures must be translated into the machine language to run, C translation known as the procedure for the C compiler (compiler).
3. System software is written in C language choice of language original design objective is to write the operating system for the high-level language, therefore, in the C language in addition to the general high level language provided the basic functions, usually provided ......