OS:Operating System
SDK:software development kit
API:Application Programming interface
IDC: Internet Data Center
GUI: Graphical User Interface
终端: terminal
算法:algorithm
编译:compile
main: 关键 足球运动员梅因Main
C 关键字
auto 自动
double 双
break 中断
else 不然,别的
long 长
switch 转换
case 如果...
register 注册
extern 外部
return 返回
union 连合,组合
float [计]浮点(原义:漂浮)
short 短
for 对于...
signed 有符号的
void 空
if 如果...
unsigned 无符号的
default 默认的,初始的
volatile 寄存器
do 做...
continue 继续
while 当…
static 静止的
int =integer 整数
char =character 字符
struct: structure 结构
enum=enumeration 枚举
typedef=type definition 类型定义
const=constant 常数
sizeof= size of ...的尺寸是...
goto=go to 去往..
printf = print function
scanf= scan function
#include 包括
<stdio.h>
h: header (file)
signed (sign:符号)
unsigned (un-表否定)
(warm heart warm-hearted)
%u 不带符号十进制整数
num=number
count: 计数
bit 位
byte 字节
&与 and
|或 or
! 非 not
if 如果… else 不然...
if 如果… else if 或者如果… else… 不然...
switch 跳转
case 如果...(in case 万一...)
for… 对于...
while 当….
do…while 做(...动作...)当(…的时候)
strlen=string length 字符串 长度
strcpy= string copy
arr=array [计]数组(原义:排列)
var=variable [计]变量(原义:可变的)
bool=boolean 布尔逻辑值
%f f=float
%c c=char=character
%s s=string 字符串
%llu llu: long long unsigned
%o 八进制 octal 0开头
%x 十六进制 hex 0x开头
二进制 binary 0b开头
%d 十进制 decimal
%p p=pointer 指针(保存地址的变量)
tempIndexMax
temp=temporary 临时,暂时
Index:角标
Max=Maximum 最大值
Min=Minimum 最小值
lvalue=left value 左值
rvalue=right value 右值
abort 丢弃,中止
trap 困境,陷阱
欧陆词典:离线可用,字典固定
有道词典:需在线,可以查新词 |
|