(英汉双译)C编程术语

‌自己写得笔记(纯手工)!

希望能对大家有所帮助!

源程序(source program)

‌源文件(source file)

‌注释(comment)

‌函数调用(function call)

‌实参(argument)

‌语句(statement)

‌翻译阶段(translation phase)

‌格式化字符串(format string)

‌转换说明(conversion specification)

‌换行(new line)

‌字符串常量(string literal)

‌转义字符(escape sequence)

‌常量(constant)

‌变量(variable)

‌声明(declaration)

‌整型(integer)

‌初始化(initialize)

‌初始值(initializer)

‌运算符(operator)

‌操作数(operand)

‌乘除运算符(multiplicative operator)

‌加减运算符(additive operator)

‌双目运算符(binary operator)

‌三目运算符(ternary operator)

‌单目-运算符(unary-operator)

‌单目+运算符(unary+operator)

‌单目算术运算符(unary arithmetic operator)

‌基本赋值运算符(simple assignment operator)

‌表达式(expreesion)

‌赋值表达式(assignment expression)

‌表达式语句(expression statement)

‌浮点数(floating-point number)

‌对象(object)

‌整型常量(integer constant)

‌浮点型常量(floating constant)

‌类型转换(cast)

‌类型转换运算符(cast operator)

‌if语句(if statrment)

‌控制表达式(control expression)

‌相等运算符(equality operator)

‌关系运算符(relational operator)

‌判断(evaluation)

‌条件运算符(conditional operator)

‌条件表达式(conditional expression)

‌复合语句(compound statement)

‌程序块(block)

‌逻辑与运算符(logical AND operator)

‌逻辑或运算符(logical OR operator)

‌短路求值(short circuit evaluation)

‌break语句(break statement)

‌do语句(do statement)

‌循环体(loop body)

‌逻辑非运算符(logical negation operator)

‌德摩根定律(De Morgan theorem)

‌复合赋值运算符(compound assignment operator)

‌后置递增运算符(postfixed increment operator)

‌后置递减运算符(postfixed decrement operator)

‌while语句(while statement)

‌字符常量(character constant)

‌前置递增运算符(prefixed increment operator)

‌前置递减运算符(prefixed decrement operator)

‌for语句(for statement)

‌空语句(null statement)

‌表达式语句(expression statement)

‌循环语句(iteration statement)

‌关键字(keyword)

‌运算符(operator)

‌分隔符(punctuator)

‌数组(array)

‌元素(element)

‌元素类型(element type)

‌下标运算符(subscript operator)

‌下标(subscript)

‌遍历(traverse)

‌对象式宏(object-like macro)

‌#define指令(#define directive)

‌宏名(macro mame)

‌多维数组(multidimensional array)

‌main函数(main function)

‌函数定义(function definition)

‌函数头(function header)

‌返回类型(return type)

‌函数名(function name)

‌形参声明(parameter type list)

‌形式参数(parameter)

‌函数体(function body)

‌函数调用运算符(function call operator)

‌函数调用表达式(function call expression)

‌实参(argument)

‌return语句(return statement)

‌值传递(pass by value)

‌空(Void)

‌作用域(scope)

‌块作用域(block scope)

‌文件作用域(file scope)

‌定义(definition)

‌函数原型声明(function prototype declaration)

‌头文件(header)

‌类型修饰符(type qualifier)

‌线性查找(linear search)

‌顺序查找(sequential search)

‌哨兵(sentinel)

‌存储器(storage duration)

‌存储类说明符(storage duration specifier)

‌自动存储期(automatic storage duration)

‌静态存储期(static storage duration)

‌算术类型(arithmetic type)

‌整数类数据类型(integral type)

‌浮点型(floating type)

‌枚举型(enumeration type)

‌字符型(character type)

‌整型(integer type)

‌基本数据类型(basic type)

‌整型(integer type)

‌字符型(charactor type)

‌无符号整型(unsigned integer type)

‌有符号整型(signed integer type)

‌类型说明符(type specifier)

‌sizeof运算符(sizeof operator)

‌typedef声明(typedef declaration)

‌纯二进制计数法(pure binary numeration system)

‌补码(2`s complement representation)

‌反码(1`s complement representation)

‌符号和绝对值(sign and magnitude representation)

‌按位与运算符(bitwise AND operator)

‌按位或运算符(bitwise inclusive OR operator)

‌按位异或运算符(bitwise exclusive OR operator)

‌~运算符(~operator)

‌位移运算符(bitwise shift operator)

‌逻辑运算符(logical shift)

‌算术位移(arithmetic shift)

‌十进制常量(decimal constant)

‌八进制常量(octal constant)

‌十六进制常量(hexadecimal constant)

‌整型后缀(integer suffix)

‌数据溢出(overflow)

‌异常(exception)

‌浮点型(floating point type)

‌浮点数(floating-point)

‌双精度(double precision)

‌浮点型后缀(floating suffix)

‌优先级(precedence)

‌结合性(associativity)

‌普通算术类型转换(usual arithmetic conversion)

‌函数式宏(function-like macro)

‌副作用(side effect)

‌逗号运算符(comma operator)

‌冒泡排序法(bulle sorting)

‌枚举类型(enumeration)

‌枚举名(enumeration)

‌枚举常量(enumeration constant)

‌命名空间(name space)

‌递归(recursive)

‌递归定义(recursive definition)

‌递归函数调用(recursive function call)

‌简单转义字符(simple escape sequence)

‌响铃(alert)

‌退格符(backspace)

‌换页符(form feed)

‌换行符(new line)

‌回车符(carriage return)

‌水平制表符(horizontal tab)

‌垂直制表符(vertical tab)

‌八进制转义字符(octal escape sequence)

‌十六进制转义字符(hexadecimal escape sequence)

‌字符串字面量(string literal)

‌字符串(string)

‌空字符串(null string)

‌对象(object)

‌地址(address)

‌单目运算符&(unary&operator)

‌取址运算符(address operator)

‌指针(pointer)

‌指针运算符(indirect operator)

‌别名(alias)

‌解引用(dereference)

‌空指针(null pointer)

‌空指针常量(null pointer constant)

‌标量型(scalar type)

‌目的地(destination)

‌出发地(source)

‌结构体(structure)

‌结构名(structure tag)

‌结构体成员(member)

‌.运算符(.operator)

‌->运算符(-> operator)

‌访问运算符(member-access operator)

‌聚合类型(aggregate type)

‌派生类型(derived type)

‌数组类型(array type)

‌结构体类型(structure type)

‌共用体类型(union type)

‌函数类型(function type)

‌指针类型(pointer type)

‌文件(file)

‌流(stream)

‌标准流(standard stream)

‌标准输入流(standard input stream)

‌标准输出流(standard output stream)

‌标准错误流(standard error stream)

‌文件位置指示符(file position indicator)

‌错误指示符(error indicator)

‌文件结束指示符(end-of-file indicator)

‌打开(open)

‌关闭(close)

‌日历时间(calendar time)

‌分解时间(broken-down time)

‌省略符号(ellipsis)

‌扫描字符集(scanset)

‌扫描列表(scanlist)

某种类型(Type)

逻辑位移(logical shift)

算术位移(arithmetic shift)

  • 2
    点赞
  • 4
    收藏
    觉得还不错? 一键收藏
  • 打赏
    打赏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Allureye

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值