异步结构英语怎么说及英文翻译
❶ specification一般有哪几种翻译
specification在英语中作为名词,一种有四种翻译:规格;规范;明细单;说明书。
英文发音:[ˌspesɪfɪˈkeɪʃn]
1、译为:规格
例句:Troll's exclusive, personalized luggage is made to our own exacting specifications in heavy-ty PVC/ nylon.
特罗尔专用的、个性化的行李箱是按照我们自己严格的规格要求用耐用聚氯乙烯/尼龙材料定制的。
2、译为:规范
A service specification is used as the contract between a service provider and a service consumer. 服务规范充当了服务提供者和服务使用者之间的协议。
3、译为:明细单
The specification includes both a synchronous and asynchronous API. 这个明细单包括了同步和异步API。
4、译为:说明书
Part three of this specification details shells and utilities in particular. 这个说明书的第3部分详细介绍了shell和工具的相关内容。
(1)异步结构英语怎么说及英文翻译扩展阅读
specification的相关词形:
1、speciality
英文发音:[ˌspeʃiˈæləti]
中文释义:n.特产;特色菜;专业;专长
例句:My father was a historian of repute. His speciality was the history of Germany. 我的父亲是一名颇有名气的历史学家,他专门研究德国历史。
2、specific
英文发音:[spəˈsɪfɪk]
中文释义:adj.明确的;具体的;特定的;特有的;独特的
例句:Massage may help to increase blood flow to specific areas of the body. 按摩有助于增加身体特定部位的血液流量。
❷ C语言常用词汇及函数有那些
常用词汇:
1、short:修饰int,短整型数据,可省略被修饰的int。
2、long:修饰int,长整型数据,可省略被修饰的int。
3、long long:修饰int,超长整型数据,可省略被修饰的int。
4、signed:修饰整型数据,有符号数据类型。
5、unsigned:修饰整型数据,无符号数据类型。
6、restrict:用于限定和约束指针,并表明指针是访问一个数据对象的唯一且初始的方式。
7、return:用在函数体中,返回特定值(如果是void类型,则不返回函数值)。
8、continue:结束当前循环,开始下一轮循环。
9、break:跳出当前循环或switch结构。
10、goto:无条件跳转语句。
11、if:条件语句,后面不需要放分号。
12、else:条件语句否定分支(与if连用)。
13、switch:开关语句(多重分支语句)。
14、case:开关语句中的分支标记,与switch连用。
15、default:开关语句中的“其他”分支,可选。
常用函数:
1、int isalpha(int ch) 若ch是字母('A'-'Z','a'-'z'),返回非0值,否则返回0。
2、int isalnum(int ch) 若ch是字母('A'-'Z','a'-'z')或数字('0'-'9'),返回非0值,否则返回0。
3、int abs(int i) 返回整型参数i的绝对值。
4、double cabs(struct complex znum) 返回复数znum的绝对值。
5、double fabs(double x) 返回双精度参数x的绝对值。
6、long labs(long n) 返回长整型参数n的绝对值。
❸ 英语iterable怎么翻译
iterable.
翻译:可迭代对象; 可迭代; 可迭代的
短语:
Cursor will be iterable光标
Iterable value迭代值
Asynchronous iterable可异步迭代对象
双语例句
Handleiterationmanually, bydefiningyour ownimplementationofIterable.
手动处理遍历,定义自己的Iterable实现。
But,just likeIterable, theEnumclassisnotpresentin theJDK1.4classlibrary.
但是,同iterable一样,在JD K1.4类库中也没有enum类。
And,justlikeIterableandEnum,the valueOfmethodsarenotpresentin theJDK1.4classlibrary.
而且,就像Iterable和Enum一样,valueOf方法在JD K1.4类库中也不存在。