﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>C++博客-chenpingjun1990-文章分类-English</title><link>http://www.cppblog.com/chenpingjun1990/category/17846.html</link><description /><language>zh-cn</language><lastBuildDate>Fri, 30 Sep 2011 12:59:38 GMT</lastBuildDate><pubDate>Fri, 30 Sep 2011 12:59:38 GMT</pubDate><ttl>60</ttl><item><title>C语言所能应用到的英语词汇(转)</title><link>http://www.cppblog.com/chenpingjun1990/articles/157243.html</link><dc:creator>万川先生</dc:creator><author>万川先生</author><pubDate>Fri, 30 Sep 2011 11:31:00 GMT</pubDate><guid>http://www.cppblog.com/chenpingjun1990/articles/157243.html</guid><wfw:comment>http://www.cppblog.com/chenpingjun1990/comments/157243.html</wfw:comment><comments>http://www.cppblog.com/chenpingjun1990/articles/157243.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cppblog.com/chenpingjun1990/comments/commentRss/157243.html</wfw:commentRss><trackback:ping>http://www.cppblog.com/chenpingjun1990/services/trackbacks/157243.html</trackback:ping><description><![CDATA[<div>---- include 包含(导入头文件)&nbsp; <br />&nbsp;stdio.h 输入输出头文件&nbsp; <br />&nbsp;void 不返回任何值&nbsp; <br />&nbsp;main 主要&nbsp; <br />&nbsp;printf 打印、输出&nbsp; <br />&nbsp;IDE(Integrated Development Environment)集成开发环境<br />--------&nbsp; <br />&nbsp;source File 源文件&nbsp; <br />&nbsp;warning 警告&nbsp; <br />&nbsp;Project 工程&nbsp; <br />------ int 整数&nbsp; <br />&nbsp;short int 短整型&nbsp; <br />&nbsp;unsigned short int 无符号短整型&nbsp; <br />&nbsp;long int 长整型&nbsp; <br />&nbsp;float 浮点型&nbsp; <br />&nbsp;double 双精度&nbsp; <br />&nbsp;char 字符型<br />&nbsp;scanf&nbsp; 输入函数&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br />&nbsp;getchar() 接受字符函数<br />&nbsp;putchar() 输出字符函数<br />&nbsp;variable 变量<br />&nbsp;Compiler 编译器<br />&nbsp;Area 面积<br />&nbsp;Date type 数据类型<br />&nbsp;Console 控制台<br />&nbsp;Declaration 声明<br />&nbsp;Initialization 初始化<br />------ TRUE 真<br />&nbsp;FALSE 假<br />&nbsp;if 如果<br />&nbsp;else&nbsp; 否则<br />&nbsp;Sizeof 所占内存字节数<br />------ Switch 分之结构<br />&nbsp;case 与常值匹配<br />&nbsp;break 跳转<br />&nbsp;default 缺省、默认<br />------ While 当到循环<br />&nbsp;do&#8230;while 直到循环<br />&nbsp;for 已知次数循环<br />&nbsp;continue 结束本次循环进行下一次迭代<br />&nbsp;Counter 计数器<br />&nbsp;fflush（） 清除缓冲区函数<br />------ Array 数组<br />&nbsp;dimension 维数<br />&nbsp;Single Dimensional Array 一维数组<br />&nbsp;Double Dimensional Array 二维数组<br />&nbsp;Multiplication dimensional Array 多维数组<br />&nbsp;sorting 排序<br />&nbsp;Bubble sort 冒泡排序<br />&nbsp;Ascending order 升序<br />&nbsp;Descending order 降序<br />&nbsp;subscript 下标<br />&nbsp;Step 步长<br />&nbsp;Row 行<br />&nbsp;column 列<br />&nbsp;traverse 遍历<br />------ pointer 指针<br />&nbsp;Address 地址<br />&nbsp;Base Address 基地址<br />&nbsp;Memory Member 内在单元<br />&nbsp;Relational operator 关系运算符<br />&nbsp;Arithmetic operator 算术运算符<br />&nbsp;Assignment operator 赋值运算符<br />&nbsp;Logical operator 逻辑运算符<br />------ function 函数 <br />&nbsp;Build-in function 内置函数 <br />&nbsp;User Defined Function 自定义函数 <br />&nbsp;Recursive function 递归函数 <br />&nbsp;Random 随机数 <br />&nbsp;power 幂 <br />&nbsp;prototype 原型 <br />&nbsp;void 空值 <br />&nbsp;Called function 被调函数 <br />&nbsp;Calling function 调用函数 <br />&nbsp;return 返回 <br />------ scope 作用域 <br />&nbsp;Parameter 参数 <br />&nbsp;Parameterized function 参数化函数 <br />&nbsp;Local variable 局部变量 <br />&nbsp;Global variable 全局变量 <br />&nbsp;static 静态变量<br />&nbsp;auto 自动变量<br />&nbsp;Register 寄存器变量<br />&nbsp;extern 外部变量<br />&nbsp;Formal parameter 形式参数<br />&nbsp;Actual parameter 实际参数<br />&nbsp;Call by reference 传值调用<br />&nbsp;Call by value 引用调用<br />------ String 字符串<br />&nbsp;String literal 字符串常量<br />&nbsp;sequence 序列<br />&nbsp;queue 队列<br />&nbsp;Puts() 把字符串数组输出到显示器<br />&nbsp;Gets() 从标准键盘输入读入一个字符串<br />&nbsp;string.h 存放字符串函数的头文件<br />&nbsp;strlen() 计算字符串的长度<br />&nbsp;strcpy() 复制字符串<br />&nbsp;strcmp() 字符串比较<br />&nbsp;strcat() 字符串连接<br />------ struct 定义结构<br />&nbsp;stack 栈<br />&nbsp;structure 结构<br />&nbsp;Structured programming 结构化程序<br />&nbsp;member 成员</div><img src ="http://www.cppblog.com/chenpingjun1990/aggbug/157243.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cppblog.com/chenpingjun1990/" target="_blank">万川先生</a> 2011-09-30 19:31 <a href="http://www.cppblog.com/chenpingjun1990/articles/157243.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>