C语言常见缩写和英文

英文/英文缩写 英文缩写/中文解释 中文解释
Script 脚本
OS Operating System 操作系统
Element 每一份数据叫做一个数组元
Segment Fault 段错误
printf 打印函数
scanfC 语言的格式输入函数
linker 链接器
Debugging 调试
Function 函数
User Defined Function 自定义函数
factorial 阶乘
Redefinition 重复定义
Compile 编译
undef undefined 未定义
uint unsigned int 无符号整型
PIN Personal Identification Number SIM卡的个人识别密码
LLVM Low Level Virtual Machine 底层虚拟机
lang language 语言
GNU GNU Compiler Collection 编译器套件
ISO International Organization for Standardization 国际标准化组织
puts output string
printf print format 格式化打印
%d,d 是 decimal 十进制数
c character
Kernel 系统内核
Buffer 缓冲区
Cache 缓存
Pwd Print Working Directory 命令显示整个路径名
CRLF Carriage Return Line
nl newline 换行
lf line feed 换行
ASCII American Standard Code for Information Interchange 美国信息交换标准代码
Console Application 控制台程序
GUI Graphical User Interface,图形用户界面
Statement Block 语句块
hConsole ConsoleHandle 控制台手柄
Relational Operators 关系运算符
Loop 循环
Nest 嵌套
Array 数组
Element 数组元素
Index 下标
Length 长度
String 字符串
strname String name 是字符串的名字,或者字符数组的名字
strcat string catenate 字符串连接
strcpy string copy
strcmp string compare
Out Of Bounds 越界
Off Normal Lower 下限越界
Off Normal Upper 上限越界
Overflow 溢出
VLA Variable Length Array 变长数组
Bubble Sort 冒泡排序
Null 本意是"空的;元素只有零的"意思。计算机中通常表示空值,无结果,或是空集合。
Srand seed 播种
rangdom 随机的
Function 函数
User Defined Function 自定义函数
Parameter 参数
Return Value 返回值
Function Call 函数调用
Function Prototype 函数原型
Scope 作用域
Local Variable 定义在函数内部的变量称为局部变量
Global Variable 全局变量
argc 网络 整型变量;
argv 参数向量; 命令行参数; 参数数组;
plain 平的; 素的; 清晰的; 相貌平平的;
cipher 密码;
decode 解(码)
plaintext 明文
const Constant 常量
EOF End Of File 文件末尾
index too large 非法参数,索引太大了
issorted 排序好的
IDE Integrated Development Environment 集成开发环境
endian 网络 字节存储次序; 尾数; 字节存储顺序; 字节序;
temp 临时文件夹
temporary 暂时的
EBP extended base pointer 扩展基址指针寄存器
ESP Extended stack pointer 扩展堆栈指针
Eax Extended accumulate 累加寄存器,用做加减乘除运算
CPU Central Processing Unit 中央处理器
Core 核心
Control Unit 控制核心
subtract
add
divide
multiply
disk 磁盘
OpenGL Open Graphics Library 开放图形库
remote Debugger 远程调试器
LLDB Lower Level DeBugger 轻量级的高性能调试器
DX/DirectX Direct eXtension (直接延伸)是由微软公司创建的多媒体编程接口。由C++编程语言实现
fd file decribe 文件描述(符)
ptr pointer 通常用来定义一个指针变量,来源于指针的英文单词。
cnt count 计数器
dll Dynamic Link Library 动态链接库
linux so shared object 共享动态链接库
.i include 经过预处理后的文件
kbhit keyboard hit 敲键盘
oriented 导向的; 以…为方向的;
LSTD Large Scale Target Display 大型目标显示器;定方向;
ToDo 待办事项;备忘录

猜你喜欢

转载自blog.csdn.net/weixin_44505462/article/details/106961450