网页
图片
视频
学术
词典
地图
更多
航班
笔记本
传值
n.
by
value
网络
pass
by
value
;
By
Value
;
ByVal
汉英
网络释义
n.
1.
by
value
1.
pass by value
侯捷-java编程思想 - 下载频道 - CSDN.NET ... reference 的传递 729
Pass by value
(
传值
) 732 copy 构造函数 750 ...
download.csdn.net
|
基于564个网页
2.
By Value
传值
(
by value
)与传址(by reference)分别为普通传递参数方式与ref声明方式,传址方式在使用前需要ref关键词修饰;out …
www.jb51.net
|
基于474个网页
3.
ByVal
二是
传值
(
byval
),这种情况下,可以不指定变量类型,但这个值至少必须可以和你参数类型作隐式的转换,过程中对其的修 …
group.gimoo.net
|
基于234个网页
4.
call by value
3.6.2 GLSL 使用
传值
(
call by value
)和传递返回值(call by return)的调用协定,call by value 和C 类似,被指定为input 的参数 …
www.docin.com
|
基于68个网页
5.
ByRef
[VB2010]变数与二维阵列互相
传值
(
ByRef
)的问题 需要协助使用论坛吗?
social.msdn.microsoft.com
|
基于8个网页
6.
Call by address
变数似乎是
传值
(
Call by address
), 而非传值 (Call by value)以致於如果 function 内直接对 input 变数做任何异动时function 外的...
smlboby.blogspot.com
|
基于6个网页
7.
Activity
Android开发资料合集-Android... ... 9.90、ANDROID-MARKET 9.91.1、获取手机上的传感器 369 2.1.4、
Activity
传值
) 17 ...
www.eoeandroid.com
|
基于3个网页
更多释义
收起释义
例句
释义:
全部
全部
,
by value
by value
,
pass by value
pass by value
,
By Value
By Value
,
ByVal
ByVal
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
The return
value
field
constraint
,
=
,
allows
the return value
of
a
function
to be
used
for
comparison
inside
a
pattern
.
回
传
值
栏
位
限制
,
=
,
允许
函数
的
回传
在
模型
使用
比较
。
el.mdu.edu.tw
2.
Like
the
predicate
field
constraint
,
the return
value
field
constraint
must
be followed by
a
function
.
这个
栏
位
属性
的
连用
,
回
传
值
的
限制
须
为
单
栏
位
回传
值
。
el.mdu.edu.tw
3.
Strings
may
be
compared
by
value
or
by
reference
,
depending
on whether
or
not
the
strings
are
objects
.
根据
字符串
是
对象
与否
,
可以
按
传
值
方式
或
传
址
方式
比较
字符串
。
technet.microsoft.com
4.
Most
information
collected
from
the
customer
and about the
order
can
be
passed
to
your
script
for
your
use
.
大部分
从
客户
收集
的
订单
信息
都
可以
传
值
至
您
的
脚本
程序
以
供
您
使用
。
www.regnow.com
5.
Delivers
a
license
using
a
predefined
algorithm
,
passing
only
the
recipient
's
name
as
the
first
parameter
.
使用
预先
定义
的
算法
生成
许可证
交付
,
其中
仅
把
收件人
的
名称
传
值
为
第一个
参数
。
www.regnow.com
6.
The choice of
abstract
models
for
value
-
passing
concurrent
systems
directly influences the
efficiency
of
model
checking
.
对于
并发
传
值
系统
抽象
模型
的
选取
直接
影响
其
模型
检测
的
效率
。
www.fabiao.net
7.
Illustrates
the
difference
between
storing
data
by
reference
or by
value
and
how
these
alternatives
depend on the
type
of
data
.
阐释
以
传
址
方式
和
传
值
方式
存储
数据
的
区别
,
以及
这
两个
替换选项
与
数据
类型
的
关系
。
technet.microsoft.com
8.
Please
note
that the
example
above
assumes
that
we
are
passing
in
the
customer
's
first
and
last
name
to
the first
argument
.
请
注意
,
在
以上
例子
中
我们
假设
将
客户
的
名
和
姓
传
值
到
第一个
参数
。
www.regnow.com
9.
To
perform
a
test
by
value
,
JScript
compares
two
distinct
items
to
determine
whether
they
are
equal
to each other
.
若要
以
传
值
方式
执行
测试
,
JScript
比较
两个
截然不同
的
项
以
确定
它们
是否
相等
。
msdn2.microsoft.com
10.
Objects
,
the
strings
are
compared
by
reference
;
otherwise
,
they are compared by
value
.
对象
,
则
以
传
址
方式
比较
字符串
;
否则
以
传
值
方式
比较
。
msdn2.microsoft.com
1
2