网页
图片
视频
学术
词典
地图
更多
航班
笔记本
可调用
网络
callable
;
Tunable
网络释义
1.
callable
...sys.excepthook机制,可以允许设置一个
可调用
(
callable
)对象.当一个异常发生后,如果找不到匹配 的except子句,在退出系统之 …
4ucode.com
|
基于9个网页
2.
Tunable
“可计算”(Evaluate)和“
可调用
”(
Tunable
)列为可选项。 第8章 定制模块 选中“可计算”(Evaluate)列后,SIMULINK首先对用户输 入 …
www.docin.com
|
基于2个网页
例句
释义:
全部
全部
,
callable
callable
,
Tunable
Tunable
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
These
indicate
that
other
components
can
invoke
the
properties
and
methods
of
the
new
class
as
if
they
were
shared
members
.
这
指示
其他
组件
可
调用
新
类
的
属性
和
方法
,
如同
它们
是
共享
成员
一样
。
msdn2.microsoft.com
2.
The
Supreme
Court
,
by
means
of
a
writ
of certiorari
,
may
call
up a
case
from
a
district
court
for
review
.
最高
法院
通过
一
项
移
审
令
的
手段
,
可
调用
从
区
法院
审查
案件
。
www.7781.org
3.
If
you
want
all
the
attributes
of
an
element
node
put
into
a
collection
,
call
the XmlElement
.
Attributes property
.
如果
您
需要
将
一个
元素
节点
的
所有
属性
放入
到
一个
集合
中
,
可
调用
XmlElement.Attributes
属性
。
msdn2.microsoft.com
4.
Finally
,
the
convention
requires
the
methods
to
be
public
,
so
I
use
the
form
of
lookup
that finds
public
methods
callable
on the
class
.
最后
,
该
惯例
要求
方法
为
公共
,
因此
我
使用
查找
格式
,
查找
类
上
可
调用
的
公共
方法
。
www.ibm.com
5.
A
thread
must
be
attached
to
the
VM
before
any
other
JNI
calls
can
be made
.
一个
线程
必须
附加
到
虚拟
机
,
在
任何
其他
JNI
可
调用
之前
。
game.ceeger.com
6.
If
your
production
code
is
safe
or
pure
,
any
callable
assembly
method
can
be
called
and
tested
,
in
an executable
file
or in a
DLL
.
如果
您
的
成品
代码
是
安全
代码
或
纯
代码
,
则
可以
调用
和
测试
可执行
文件
或
DLL
中
的
任何
可
调用
的
程序
集
方法
。
msdn2.microsoft.com
7.
To
invoke
the
members
on the
default
interface
of
the COM callable
wrapper
,
which is
usually
an auto-dispatch
class
interface
.
调用
COM
可
调用
包装
的
默认
接口
上
的
成员
,
该
接口
通常
为
自动
调度
类
接口
。
msdn2.microsoft.com
8.
Then
,
inside
the
generic
class
definition
,
the
only
constructors
that could
be
called
are
those
declared
in
the
bound
.
因而
,
在
泛
型类
定义
内部
,
唯一
可
调用
的
构造函数
是
那些
在
界限
中
声明
的
构造
函数
。
www.ibm.com
9.
The
lifecycle
methods
are
called
by
container
when
the
bean
is
instantiated
or
about
to
be
destroyed
.
在
实例化
bean
或
即将
销毁
它
时
,
容器
便
可
调用
生命周期
方法
。
www.ibm.com
10.
You
could
copy
the
code
to
handle the
login
into
every
test
program
,
or
you
can
make
it
into
a
single
,
callable
routine
.
你
可以
在
每
一个
测试
程序
中
通过
复制
代码
来
为
注册
用户
编号
,
或者
你
可以
使
它
成为
一个
单一
的
,
可
调用
的
例行
程序
。
www.ibm.com
1
2
3
4
5