标题: 学iOS你必须要掌握的单词,求加精! [打印本页] 作者: 会长大的小牛 时间: 2015-11-12 08:20 标题: 学iOS你必须要掌握的单词,求加精! 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… 不然...