搜索优化
网页
图片
视频
学术
词典
地图
更多
航班
笔记本
extern
美 ['ekstɜ:n]
英 ['ekstɜ:n]
n.
不住机构内的工作人员;(尤指)非住院医生
adj.
同“external”
网络
走读生;外部;外部变量
复数:
externs
权威英汉双解
英汉
英英
网络释义
extern
n.
1.
不住机构内的工作人员;(尤指)非住院医生,非住院的医院员工
a person who works in an institution but does not live there, especially a doctor or other worker in a hospital
adj.
1.
同“external”
n.
1.
走读生
2.
住院外的医生;住院外的医科实习生
adj.
1.
Same
as
external
1.
走读生
中国特色词的译法 - Billwang 工业设计论坛 ... commoner 自费生
extern
走读生
day-student 走读生 ...
bbs.billwang.net
|
基于1911个网页
2.
外部
对于
外部
(
extern
)变量,通过在其他文件中对该外部变量作声明,则它的作用域可扩展至程序所有的文件;这一点要补充说明下…
hi.baidu.com
|
基于801个网页
3.
外部变量
外部变量
(
EXTERN
):使用存储种类说明符EXTERN定义的变量称为外部变量。按照缺省规则,凡在所有函数之前,在函数 …
pangqicheng123.blog.163.com
|
基于357个网页
4.
外部的
...的(static)、寄存器的(register)和
外部的
(
extern
)。根据变量的存储类别,可以知道变量的作用域和存储期。
see.xidian.edu.cn
|
基于268个网页
5.
外部型
全局变量包括两种类型:
外部型
(
extern
)和静态型(static)。局部变量包括三种类型:自动型(auto)、静态型(static)和寄存器型(regi…
zhidao.baidu.com
|
基于66个网页
6.
外部存储
c规定只有静态存储(static)和
外部存储
(
extern
)数组才能初始化。给数组初始化时可以不指定数组长度。
blog.csdn.net
|
基于56个网页
7.
外部类型
...随机的、不确定的值,程序员不可控);对于存储类型为
外部类型
(
extern
)或静态(static)类型的变量来说,没有赋值, …
www.cnblogs.com
|
基于42个网页
8.
外部方法
...法(virtual)重写的方法(override)
外部方法
(
extern
)9.
blog.sina.com.cn
|
基于23个网页
更多释义
收起释义
例句
释义:
全部
全部
,
不住机构内的工作人员
不住机构内的工作人员
,
非住院医生
非住院医生
,
走读生
走读生
,
外部
外部
,
外部变量
外部变量
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Surprising
as
it
may sound
,
typedef
is
a
storage
class
specifier
,
just
like
auto,
extern
, mutable, static
and
register
.
这种
说法
是不是
有点
令人
惊讶
,
typedef
就
像
auto,extern,mutable,static
,
和
register
一样
,
是
一个
存储
类
关键
字
。
blog.163.com
2.
A
common
use
of
the
extern
modifier
is
with
the DllImport
attribute
when
you are
using
Interop
services
to
call
into
unmanaged
code
.
extern
修饰符
的
常见
用法
是
在
使用
Interop
服务
调
入
非托管
代码
时
与
DllImport
属性
一起
使用
。
msdn2.microsoft.com
3.
No
matter
where
you
declare
a
variable
or
function
,
the
extern
keyword
allows
other
files
to
use
it
without
knowing where it
was
defined
.
不管
在
哪里
声明
一个
变量
或
函数
,
extern
关键字
都
允许
其他
文件
在
不
确定
其
定义
位置
的
情况
下
使用
该
文件
。
www.ibm.com
4.
The DllImport
attribute
must
be
specified
on
a
method
marked
'
static
'
and
'
extern
'
必须
在
标记
为
“
static
”
和
“
extern
”
的
方法
上
指定
DllImport
属性
msdn2.microsoft.com
5.
Indexer
modifiers
like
new
,
virtual
,
extern
etc.
are available
as
stereotype
properties
.
索引器
修饰符
,
像
new
、
virtual
、
extern
等等
用作
原型
属性
。
www.ibm.com
6.
Reference
different
versions
of the
same
component
contained
in
the same
assembly
with
this
expanded
use
of the
extern
keyword
.
通过
extern
关键字
的
这种
扩展
用法
引用
包含
在
同一
程序
集中
的
同一
组件
的
不同
版本
。
msdn2.microsoft.com
7.
The
clip
and
bracket
of
the
extern
flash
must
be taken
down
.
必须
中断
外面
闪光
的
夹子
和
托架
。
www.four-thirds.cn
8.
And it's especially
ugly
if you want
to
use
member
functions
as
the
event
handlers
,
as
opposed
to
static
extern
functions
.
相对
于
静态
外部
函数
来说
,
用
成员
函数
作为
事件
处理器
是
最
丑陋
的
做法
。
www.cnblogs.com
9.
The
extern
function
and
global
data structure
are
separately
declared
in
the
.
C
file
and
the
.
Asm
source
file
.
外部
函数
和
全局
数据结构
分别
在
.
c
文件
和
.
asm
源
文件
中
声明
。
msdn2.microsoft.com
10.
The
extern
keyword
is
also
used
as
a
method
modifier
,
declaring
a
method
written
in
unmanaged
code
.
extern
关键字
还
用作
方法
修饰符
,
声明
用
非托管
代码
编写
的
方法
。
msdn2.microsoft.com
1
2