网站首页  词典首页

请输入您要查询的英文单词:

 

单词 by value
释义

by value

美 
英 
  • un.传值;按价值
  • 网络以传值;按值传递;传值方式
un.
1.
传值
2.
按价值

例句

释义:
1.
The deal between PetroChina, a state-controlled company, and ExxonMobil is reckoned to be Australia's biggest ever trade contract by value.
这项由中国国有企业中石油与埃克森美孚石油公司签署的合约价值之大创下澳大利亚贸易额的新纪录。
www.bing.com
2.
Strings may be compared by value or by reference, depending on whether or not the strings are objects.
根据字符串是对象与否,可以按传值方式或传址方式比较字符串。
technet.microsoft.com
3.
For this reason, you can pass instances of these classes as arguments to functions by value without concern for the copying overhead.
这样,你可以通过值将这些类的实例作为参数传递给函数,而不必关心复制的总开销。
apps.hi.baidu.com
4.
Parameters can be object references, and a Java application passes object references by value.
参数可以是对象引用,而Java应用程序是按值传递对象引用的。
www-128.ibm.com
5.
Normally you pass a parameter by value, unless you want the procedure to be able to change its value in the calling code.
通常按值传递参数,除非希望过程能够更改其在调用代码中的值。
technet.microsoft.com
6.
More options can be passed through the info_dict, including a paginate_by value that specifies the number of objects per page.
更多选项可以通过info_dict来传递,其中包括指定每个页面中对象个数的paginate_by值。
www.ibm.com
7.
When a reference type is passed as an argument to a method, the reference is passed by value.
当引用类型作为参数传递给方法时,引用是按值传递的。
msdn2.microsoft.com
8.
At first it may not be obvious that you can modify an object referred to by a variable that is passed by value.
最初,可以修改由按值传递的变量所引用的对象可能并不明显。
msdn2.microsoft.com
9.
When a remote application references a marshal by value object, a copy of the object is passed across application domain boundaries.
当远程应用程序引用根据值封送的对象时,将跨应用程序域边界传递该对象的副本。
msdn2.microsoft.com
10.
The concepts have been used by value investors for over 50 years.
这些概念已经被价值投资者使用了超过50年。
www.ecocn.org
1.
Minor-ID of the referenced (independent) entity, interpreted by value of class, as shown in the following.
被引用(独立)实体的Minor-ID,按照下列方式由类的值解释。
technet.microsoft.com
2.
The corresponding argument must be a pointer, as required by the call-by-value semantics of C.
对应的参数必须是指针,这也是C语言通过值调用语义所要求的。
czk.8866.org
3.
There is a button to sort your inventory by value of the items, and a button to select a new banner at any time you want.
有一个按钮来排序您的存货的价值的项目,和一个按钮选择一个新的旗帜在任何时候你想要的。
wenwen.soso.com
4.
When a remote application references a marshal-by-value object, a copy of the object is passed across remoting boundaries.
当远程应用程序引用一个按值封送的对象时,将跨越远程处理边界传递该对象的副本。
msdn2.microsoft.com
5.
When an object is marshaled by value, a serialized copy of the object is sent across the relevant boundary.
当对象由值进行封送时,跨相关边界发送该对象的一个序列化的副本。
msdn2.microsoft.com
6.
For reference types, if you pass a parameter by value, it results in a copy of the reference to an object being passed.
重要事项对于引用类型,按值传递参数会得到对所传递对象的引用的副本。
technet.microsoft.com
7.
Parameter modifiers cause method arguments to be marshaled by reference rather than by value.
参数修饰符导致方法参数通过引用而不是通过值进行封送。
msdn2.microsoft.com
8.
In the following code example, the expression is a column name followed by value that you want for the column.
在下面的代码示例中,表达式就是在列名之后加上该列所需的值。
msdn2.microsoft.com
9.
The Point value type is passed by value because the unmanaged API expects the POINT to be passed on the stack.
而因为非托管API要求在堆栈上传递POINT,因此Point值类型通过值传递。
msdn2.microsoft.com
10.
Wraps marshal- by- value object references , allowing them to be returned through an indirection .
包装按值封送对象引用,从而使它们可以通过间接寻址返回。
www.bing.com
1.
Las Vegas Sands, the biggest casino company by value, is to set up an online gaming site this year in the UK and then continental Europe.
全球市值最高的赌博公司——拉斯维加斯金沙集团(LasVegasSands)——今年将在英国建立一个在线赌博网站,然后再进军欧洲大陆。
www.ftchinese.com
2.
Is an exception to the rule that specifies reference types passed by value are passed as In parameters by default.
注意,规则规定,通过值传递的引用类型默认作为In参数传递;
msdn2.microsoft.com
3.
By-reference lobs are used in certain bulk operations to avoid the cost of passing them by-value.
在有些大容量操作中将使用由引用传递的LOB,以避免通过值传递这些对象所需的开销。
msdn2.microsoft.com
4.
the credit amount beyond the part covered by value of collateral, should be performed the competence as credit authorization.
超出经折算后的押品值覆盖部分的授信额,应按信用授信行使权限。
bbs.translators.com.cn
5.
Objects that do not inherit from MarshalByRefObject are implicitly marshal by value.
不是从MarshalByRefObject继承的对象根据值隐式封送。
msdn2.microsoft.com
6.
But a surge in housing sales -- up 79 percent by value in the year to October -- is clearly about more than just newlyweds.
上涨的不仅仅是新婚夫妇的数量,还有房价,而且速度还要快上许多——今年十月,房价同年初相比已经上涨了79%。
dongxi.net
7.
Extremely large objects with many methods can be poor choices for copying, or passing by value, to other processes.
具有许多方法的非常大的对象不适合复制到或通过值传递到其他进程。
msdn2.microsoft.com
8.
Is an exception to the rule that reference types passed by value are passed as In parameters by default.
对于在默认情况下将通过值传递的引用类型作为In参数传递的规则,
msdn2.microsoft.com
9.
Looking up an element by value or index requires a sequential search, however, which can be slow if the list is long.
按值或者索引查找需要顺序搜索,然而如果表很长则速度可能慢。
msdn2.microsoft.com
10.
If you chose to split the series by value or percent value, change the number in the Second plot contains all values less than box.
如果选择按数值或百分比值分割系列,请更改“第二绘图区包含数据的值小于”框中的数字。
office.microsoft.com
1.
However, you must be aware that these alternatives change the semantics of the interaction from pass-by-value to pass-by-reference.
然而,您必须注意到这些可供选择的方案会将交互方法从按值传递(pass-by-value)改变为按引用传递(pass-by-reference)。
www.ibm.com
2.
However, when passed by value, the reference itself cannot be changed.
然而,当通过值传递时,引用本身不会更改。
msdn2.microsoft.com
3.
"By value, for the bigger funds, it makes sense to consider commodities, but many are constrained by rules and regulations, " he adds.
“就投资价值而言,对于较大的基金,考虑大宗商品是有意义的,但许多基金受到规定与监管的限制,”他补充表示。
www.ftchinese.com
4.
This trend has played into the hands of the big private-equity firms, which now lead a fifth of all takeovers, measured by value.
这个趋势对大型私人股权投资公司有利,若以收购价值作为计量标准,它们现在已占全部收购交易中的五分之一。
dadagu.com
5.
In this case, the library still creates a value-initialized object. It does so by value- initializing each member of that object.
这种情况下,标准库仍产生一个带初始值的对象,这个对象的每个成员进行了值初始化。
dictsearch.appspot.com
6.
Japanese companies and financial institutions together own half of the shares by value on the Tokyo Stock Exchange.
日本的公司和金融机构所持的股权占了东京证券交易所总市值的一半。
club.topsage.com
7.
For a numeric data type, you can choose to group by value (Normal), or by range in selected increments.
对于数值数据类型,可以选择按数值(“普通”)或以所选增量为范围进行分组。
office.microsoft.com
8.
So the American car market is still bigger by value than China's.
因此,可以看出,美国汽车市场的含金量依然高于中国。
www.bing.com
9.
The following example demonstrates passing a reference-type parameter, arr, by value, to a method, Change.
下面的示例演示通过值向Change方法传递引用类型的参数arr。
msdn2.microsoft.com
10.
Then analyze the construction industry's environment by "value chain" and the "industry's life cycle of the principle" .
再通过价值链以及产业生命周期原理对建筑行业的产业环境进行了分析。
www.fabiao.net
1.
An Encoding object that specifies how the array referenced by value is encoded.
Encoding对象,指定如何对value所引用的数组进行编码。
msdn2.microsoft.com
2.
In 1988 eight of the top ten companies by value, and eight of the top ten banks, were Japanese; today none makes either list.
1988年,按市值计算,全球前十名公司有8家是日本公司,前十名银行中有8家是日本的银行;如今在两榜俱名落孙山。
www.ecocn.org
3.
Exports account for roughly one-third of China's economic output, although measured by value-added it is closer to a tenth.
出口占中国经济产出大约三分之一,尽管按增加值衡量,该比例更接近一成。
www.ftchinese.com
4.
Return its parameters by reference, not by value, when OUTPUT is specified for any specific parameter declaration.
如果对于任何特定的参数声明都指定了OUTPUT,则按照引用返回它的参数,而不是按照值返回。
msdn2.microsoft.com
5.
Illustrates the difference between storing data by reference or by value and how these alternatives depend on the type of data.
阐释以传址方式和传值方式存储数据的区别,以及这两个替换选项与数据类型的关系。
technet.microsoft.com
6.
Note that the array is "by value" , i. e. getting keys returns a copy of all keys and setting keys copies them into the curve.
注意:数组是通过值排序。即是:获取键返回一个所有键的副本并设置键的副本到曲线。
game.ceeger.com
7.
With this hash of domains with values of frequency counts, we sort the list by value and print out the first N links.
对于具有频率计数值的域散列,按照值对列表排序并打印前N个链接。
www.ibm.com
8.
Even on its own, Asia's seventh biggest exchange by value of shares traded has been doing well.
台湾证交所上市交易的股票市值为亚洲第七大,即使不与谁合并,运营状况也一直良好。
www.ftchinese.com
9.
Method parameters can be passed by value, by reference, or as out parameters.
方法参数可以通过值,通过引用传递,也可以作为输出参数传递。
msdn2.microsoft.com
10.
Flag can also be used with any variant type to indicate that the contents of the variant are being passed by reference instead of by value.
标志也可以与任何变量类型一起使用以指示变量的内容通过引用而不是通过值传递。
msdn2.microsoft.com
1.
The following example demonstrates passing a structure from a managed to an unmanaged function, both by value and by reference.
下面的示例演示如何按值以及按引用从托管函数向非托管函数传递结构。
msdn2.microsoft.com
2.
Of more complex products, collateralised-debt obligations (CDOs) downgrades have affected just 1% of securities by value.
对于复杂的金融产品,CDO评级的下降已然对1%的证券价值产生了影响。
www.ecocn.org
3.
Defines the interface for unwrapping marshal- by- value objects from indirection .
定义用于从间接寻址打开按值封送对象的接口。
www.bing.com
4.
Rows for which the SUBSCRIBE BY value is in the subquery result set are extracted or synchronized.
其SUBSCRIBEBY值在子查询结果集内的行将被抽取或同步。
www.ianywhere.com
5.
And while foreign currency deals still dominate by value, local funds are wresting the initiative by volume.
此外,尽管以价值衡量,外币交易仍占主导地位,但以交易数量衡量,中国本地基金正在掌握主动权。
www.ftchinese.com
6.
As the following illustration shows, reference types passed by value are either copied or pinned.
如下面的插图所示,通过值传递的引用类型被复制或锁定。
msdn2.microsoft.com
7.
When a string is passed by value, the callee must never alter the reference passed by the marshaler.
当字符串通过值传递时,被调用方绝不能改变封送拆收器所传递的引用。
technet.microsoft.com
8.
The United States remains by far the world's leading manufacturer by value of goods produced.
根据产品价值来看,迄今为止美国仍旧是世界上领先的制造国。
www.bing.com
9.
Stack-allocated data usually include non-static local variables and any parameters passed by value.
而指派到堆叠的资料一般包括非静态的局部变数和所有按值传递的参数。
www.ibm.com
10.
A man walks towards a conveyer belt dumping rocks at the Jwaneng diamond mine, the world's richest measured by value.
一个工人向珠瓦纳钻石矿内传送带走去,传送带正在传送世界上价值最高的矿石。
www.bing.com
1.
The top 10 book runners, all of them Chinese, have had a combined market share of 56. 7% by value since May 2010.
前十大簿记行全部都是中资券商。自2010年5月以来,按交易规模计算,这十大券商占据的市场份额高达56.
www.liuxuebaba.com
2.
The following example demonstrates passing a structure from an unmanaged to a managed function, both by value and by reference.
下面的示例演示如何按值以及按引用从非托管函数向托管函数传递结构。
msdn2.microsoft.com
3.
You can also write this procedure without a loop by adding an ORDER BY value DESC clause to the SELECT statement.
您还可以通过将ORDERBY值DESC子句添加到SELECT语句中,不借助循环编写此过程。
www.ianywhere.com
4.
Certain types (maps and channels, described further below) are passed by reference, not by value.
有少数类型是通过引用传递(字典和管道,将在后面讨论)。
bbs.golang-china.org
5.
A Purchasing Web service is deployed on the Tomcat server and then the Client sends an Invoice object by value.
在Tomcat服务器上部署一个购买的Web服务,然后客户端以值的形式发送一个发货单对象。
www.ibm.com
6.
By value. This process allocates a space in computer memory and copies the value of the original into it.
此过程在计算机内存中分配一个空间,然后将原始项的值复制到该处。
msdn2.microsoft.com
7.
In this case, the variant is still marshaled to an object because the variant is being passed by value.
在这种情况下,仍然将变量封送到对象,原因是变量正通过值传递。
msdn2.microsoft.com
8.
Petrochemicals and ships, two of the biggest exports by value, were left out.
按价值计规模最大的两样出口商品石油化工产品和船只没有“上榜”。
www.qeto.com
9.
In 2007 sales of new cars grew 36% by volume and, reflecting the steadily increasing buying power of customers, 57% by value.
2007年,新车销售量增长了36%,销售额增加57%,反映出消费者购买力的稳步增长。
www.ecocn.org
10.
For example, when an instance of the Point value type is passed from the. NET Framework to COM, the Point is passed by value.
例如,将Point值类型的实例从.NETFramework传递给COM时,Point通过值传递。
msdn2.microsoft.com
1.
Argument-passing convention By value, unless a pointer or reference type is passed.
按值传递,除非使用指针或者引用。
topic.csdn.net
2.
Further, MBV objects that are passed as arguments are also passed by value.
此外,作为参数传递的MBV对象也会通过值传递。
msdn2.microsoft.com
3.
Furthermore, more than half of China's listed companies by value belong to the state.
此外,中国上市公司逾半数的市值归政府所有。
www.ftchinese.com
4.
Indicates that a modified method argument should be interpreted as having object passed-by-value semantics.
指示修饰的方法参数应解释为具有按值传递对象的语义。
msdn2.microsoft.com
5.
As the sale of used imports fell, new imports took their place, amounting to 48% of the market by value in 2005.
二手进口车销量下降后,进口新车却取而代之,2005年其销售额占到48%的市场份额。
www.ecocn.org
6.
Remote method calls still use call-by-value semantics of which you certainly need to be aware.
远程方法调用仍然使用按值调用(call-by-value)语义,您当然需要知道该语义。
www.ibm.com
7.
Therefore, what is being passed is a copy of the reference, but that reference is being passed by value.
因此,被传递的是引用的拷贝,但是这个引用通过值来传递。
www.ibm.com
8.
Marshal-by-value objects, which are copied and passed from the application domain.
值封送对象,它们被复制并从应用程序域传递。
msdn2.microsoft.com
9.
Reference types can be passed by value or by reference.
引用类型可以通过值或通过引用传递。
msdn2.microsoft.com
10.
China is a leading investor in Zambian copper, the country's biggest export product by value.
铜是赞比亚最重要的出口产品,而中国是该国这一领域的主要投资者。
www.ftchinese.com
1.
To enable browsing this field by value, enter a title for the resulting page.
要启用以值查看字段,为结果页面输入一个标题。
www.bp-one.com
2.
Remoting uses serialization to pass objects "by value" from one computer or application domain to another.
远程处理使用序列化“通过值”在计算机或应用程序域之间传递对象。
msdn2.microsoft.com
3.
Because a Java application passes all parameters by value, you cannot.
因为Java应用程序按值传递所有的参数,所以您不能这样做。
www-128.ibm.com
4.
If a non-blittable class is marshaled by value, the callee receives a pointer to a copy of the data structure.
如果按值封送非直接复制到本机结构中的类,则被调用方接收指向该数据结构的副本的指针。
technet.microsoft.com
5.
The parameter array must be passed by value.
参数数组必须通过值传递。
msdn2.microsoft.com
6.
Providing a copy of the content is similar to using "pass by value. "
提供内容的一个副本与使用“通过值传递(passbyvalue)”很相似。
www.ibm.com
7.
Because a managed class is a reference type, when it is passed by value, a pointer to the class is passed to unmanaged code.
由于托管类是引用类型,因此当它通过值传递时,指向该类的指针将被传递给非托管代码中。
technet.microsoft.com
8.
Described the one and only parameter-passing mechanism in Java applications, pass by value.
说明Java应用程序有且仅有的一种参数传递机制,即按值传递。
www-128.ibm.com
9.
This paper analyses the three ways ot landed price share and compare the ways of share by area, share by value and share by surplus.
对比分析了地价分摊的三种方法,明确了面积分摊法和价值分摊法、价值分摊法与剩余分摊法的联系与区别。
www.dictall.com
10.
Orders listed as per restaurants, items, sorted by value, date range.
按餐馆,所列项目订单,按价值排序,日期范围。
www.bing.com
1.
Sets the value of the specified field by reference rather than by-value.
按引用而不是按值设置指定字段的值。
msdn2.microsoft.com
2.
To perform a test by value, JScript compares two distinct items to determine whether they are equal to each other.
若要以传值方式执行测试,JScript比较两个截然不同的项以确定它们是否相等。
msdn2.microsoft.com
3.
Objects, the strings are compared by reference; otherwise, they are compared by value.
对象,则以传址方式比较字符串;否则以传值方式比较。
msdn2.microsoft.com
4.
Objects may be marshaled by value and by reference.
可以由按值和按引用来封送对象。
zxianf.blog.163.com
5.
In the New Color by Value dialog box, under Display, select an item from the Data field list.
在“新建‘按值显示颜色’”对话框的“显示”下,从“数据域”列表中选择一个项目。
office.microsoft.com
6.
Driven by value-added approach to the business ?
由对企业增值所决定
wenku.baidu.com
7.
The largest category by value is industrial machinery.
按价值计算,最大的投资类别是工业机械。
www.ftchinese.com
8.
If you want to protect a structure against such modification, pass it by value.
如果要保护结构,避免这种修改,可通过值来传递结构。
technet.microsoft.com
9.
The vast majority of the M&A activity in 2006 was in the materials sector, which accounted for 62 per cent of the deals by value.
2006年,绝大多数并购活动都发生在原材料领域,以价值衡量,这部分交易占交易总量的62%。
www.ftchinese.com
10.
Even a typical U. S. recession results in corporate bond defaults in the neighborhood of 10% by value.
甚至一次典型的美国经济衰退,都会导致价值约10%的公司债券出现违约。
www.bing.com
1.
You can do this because only the object reference is passed by value.
可以这样做是因为只有物件参考是藉由传值传递。
technet.microsoft.com
2.
Describes how to pass multidimensional arrays of integers by value and how to pass one-dimensional arrays by reference.
描述如何通过值传递多维整数数组以及如何通过引用传递一维数组。
msdn.microsoft.com
3.
Reference types are also passed by value and by reference.
引用类型也通过值和通过引用传递。
msdn2.microsoft.com
4.
Arguments to functions are normally passed by value.
函数的参数通常是通过值传递的。
msdn2.microsoft.com
5.
In the Edit Data Graphic dialog box, click New Item, and then click Color by Value.
在“编辑数据图形”对话框中,单击“新建项目”,然后单击“按值显示颜色”。
office.microsoft.com
6.
Describes how to pass classes by value, how to pass various structures, and how to pass unions with value and mixed types.
描述如何通过值传递类,如何传递各种结构以及如何传递具有值和混合类型的联合。
technet.microsoft.com
7.
Filter by value: Displays items based on a comparison with the specified value.
根据值过滤:基于对具体值的比较来显示项目。
www.ibm.com
8.
TestStructInStruct3 declares type MyPerson3 as its parameter and passes the parameter by value.
TestStructInStruct3将MyPerson3类型声明为其参数并通过值传递该参数。
msdn2.microsoft.com
9.
Method arguments passed by value are marshaled to unmanaged code as values on the stack.
通过值传递的方法参数被作为堆栈上的值封送到非托管代码。
msdn2.microsoft.com
10.
Functions passed as parameters are passed by reference and not by value.
当你把函数作为参数进行传递的时候只是作为标。
www.flashpixy.com
1.
All objects are marshaled by value via reflection of all field members.
利用所有字段成员的反射,依靠字段值将所有对象序列化为消息对象。
www.infoq.com
2.
Blittable value types larger than 32 bits are more quickly passed by reference than by value.
对于大于32位的可直接复制到本机结构中的值类型来说,通过引用传递比通过值传递更快。
msdn2.microsoft.com
3.
China is Germany's third-largest trade partner by value.
按贸易额计算,中国是德国第三大贸易伙伴。
chinese.wsj.com
4.
It now accounts for nearly one-fifth of Japan's exports by value.
中国如今占了日本出口额的近五分之一。
chinese.wsj.com
5.
Array of structures with integers by value.
具有通过值传递的整数的结构数组。
msdn2.microsoft.com
6.
Some 140m containers now carry around half of the world's exports by value (see chart).
大约1.4亿集装箱(已修改)如今所承运货物的价值占世界总出口值的一半(见图)。
www.ecocn.org
7.
Use a structure passed by value when the unmanaged function demands no indirection.
在非托管函数不要求任何间接寻址时使用按值传递的结构。
msdn2.microsoft.com
8.
In this mode, objects are passed by value instead of reference by default.
此模式下,对象将以值传递,而不是默认的引用传递。
ru2.php.net
9.
Value types are passed by value, not by reference.
值类型是通过值传递的,而不是通过引用传递的。
msdn2.microsoft.com
10.
I must admit, when I first learned that Java applications pass all parameters by value, I was suspicious.
我必须承认,在我第一次认识到Java应用程序按值传递所有参数时,我也曾表示怀疑。
www-128.ibm.com
1.
In PHP 3, variables are always assigned by value.
PHP3中,变量总是传值赋值。
ro2.php.net
2.
If one (or both) of the strings is a literal or primitive string value, they are compared by value.
如果其中一个(或两个)字符串是常值或基元字符串值,则以传值方式对它们进行比较。
technet.microsoft.com
3.
You must pass the default value explicitly for parameters passed by value.
必须为按值传递的参数显式传递默认值。
msdn2.microsoft.com
4.
Samsung is the world's No. 1 producer of semiconductor chips by value and LCD-panel TVs by volume.
按产值计算,三星电子是全球最大的半导体芯片生产商,按产量计算,它是全球最大的液晶电视生产商。
www.bing.com
5.
In general, you should pass classes by value rather than by reference.
通常情况下,你可以通过值而不是参数来传递类。
www.tingclass.com
6.
When they are passed by value, a pointer to the type is passed on the stack.
当它们通过值传递时,指向该类型的指针在堆栈上传递。
msdn2.microsoft.com
7.
Coal is the biggest single cargo, accounting for 45% by volume and 23% by value.
煤炭是最大的单一运输货物,占总货运体积的45%和货运总值的23%。
www.24en.com
8.
Describes how to pass strings by value, by reference, in structures, in classes, and in arrays.
描述如何通过值、通过引用、在结构中、在类中和在数组中传递字符串。
msdn.microsoft.com
9.
Use either a structure passed by reference or a class passed by value when the unmanaged function demands one level of indirection.
在非托管函数要求一级间接寻址时使用按引用传递或按类传递的结构。
msdn2.microsoft.com
10.
Sales by value last month rose about 15 percent from July.
按价格销售,上月比七月份的销售上涨大约为百分之15。
bbs.9c9t.com
1.
It is also used by remoting to pass objects by value from one application domain to another.
远程处理还可以使用序列化通过值将对象从一个应用程序域传递到另一个应用程序域中。
msdn2.microsoft.com
2.
There is no way to change the value of a variant passed by value, even if the variant has the.
标志,也无法更改通过值传递的变量的值。
msdn2.microsoft.com
3.
Technically speaking, you can also use [ = ] and pass all local variables by value to the function: This is the fourth way to do things.
从技术上说,还可以使用[=]把所有局部变量通过值传递给函数,这是第四种方法。
www.ibm.com
4.
Don't judge your friend's gift by value; it is the thought that counts.
不要以价值去评估朋友的礼物;心意最重要。
dragonsabroad.com
5.
We can mix variables passed by value and by reference easily within the use clause, and they will be handled without any problem.
我们可以将按值和按引用传递的变量轻松地混合到use子句中,并且可以顺利地处理这些变量。
www.ibm.com
6.
In 1994 Japanese Akoya pearls held over 66% of the world market (by value).
在1994年,日本海水养珠拥有超过66%的国际市场(按价值)。
blog.jianghu.taobao.com
7.
The Oreo cookie alone reached 7. 3% market share by value over the same period, up 1. 9% from one year ago.
仅奥利奥曲奇这一个品牌在中国的市场份额达就到了7.3%,较上一年同期增长1.
www.bing.com
8.
In Australia 0. 2 % by weight but about 15% by value of freight is moved by air.
在澳大利亚0.2%的重量,但货物价值的15%左右是通过空气移动。
translate.google.cn
9.
Exports of 2009 Bordeaux to China increased 97% by volume and 40% by value from 2008.
2009年波尔多葡萄酒对中国的出口量较2008年增长97%,出口额增长40%。
c.wsj.com
10.
The order for 50 Boeing 777 long-haul aircraft is worth $18bn at list prices, a record contract by value for the company.
按照目录价格,50架波音777远程客机价值180亿美元,为波音有史以来金额最大的订单。
www.ftchinese.com
1.
That is, boxed value types get cloned when you pass them around, and they are always passed by value.
换言之,已装箱值类型在您传递它们时进行克隆,并且它们始终通过值来传递。
msdn.microsoft.com
2.
China last year overtook the UK and Germany to become the leading export market by value for bordeaux wines.
中国去年取代英国和德国,成为波尔多葡萄酒出口额首要市场。
www.bing.com
3.
THE price is so trivial it will not have a discernible impact on the buyer, ICBC, the Chinese bank that is the world's biggest by value.
作为世界上价值最高的银行,中国工商银行此次付出的代价非常小且不会对其产生明显的影响。
www.bing.com
4.
How do I measure it and how do you prioritize requirements by value?
价值怎样衡量,你怎样根据它给需求设定优先级?
www.infoq.com
5.
By value, 31% of the mining deals last year involved gold, according to the consulting arm of PwC.
据普华永道咨询公司数据,从价值上计算,去年黄金交易占矿业类总成交额的31%。
www.ecolion.cn
6.
It can make the key elements driven by value after draw ABC into budget.
预算中引入作业成本法可以明确价值驱动的要素;
www.fabiao.net
7.
China, including Hong Kong, is now the world's second-largest art market by value, accounting for 23 per cent of global sales.
中国(包括香港),按销售额计算现在是世界第二大艺术品市场,占全球销售额的23%。
www.ftchinese.com
8.
The default in Visual Basic is to pass arguments by value.
VisualBasic中的默认行为是通过值传递参数。
msdn2.microsoft.com
9.
However, since the Java programming language passes all parameters by value, a copy of the reference for
但是,因为Java编程语言按值传递所有参数,所以是将
www-128.ibm.com
10.
Objects can be passed by reference or by value Objects cannot be passed
可以按引用或按值传递对象
zxianf.blog.163.com
1.
Study of application of government bid procurement by value engineering
价值工程在政府采购中的应用研究
www.ilib.cn
2.
In November it attracted $30m in investment from a private equity fund run by Value Partners, the Hong Kong fund manager.
去年11月,该公司从香港惠理基金管理公司(ValuePartners)管理的一个私人股本基金那里,吸引到3000万美元投资。
www.ftchinese.com
3.
Study and Analysis on Leakage in the System of Unsymmetrical Hydraulic Cylinder Controlled by Value
阀控非对称液压缸泄漏问题的分析研究
ilib.cn
4.
General Description of Constituting the Fundamental Framework of Environmental Law by Value Concept
以价值论构建环境法学基本框架
www.ilib.cn
5.
Cooperate with other dept. to improve key accounts' satisfaction degree and loyalty by value-added service ;
与其它部门合作,通过增值服务提高客户的满意和忠诚;
www.xinke8.com
6.
Enhancing Brand Competitiveness of Enterprises by Value Innovation
用价值创新提升企业的品牌竞争力
www.ilib.cn
7.
If your component needs to be marshaled by value, derive from
如果组件需要由值封送,请从
msdn2.microsoft.com
8.
Analyzing and looking for enterprise'competitive advantage by value chain
运用价值链分析寻求饲料企业竞争优势
www.ilib.cn
9.
Confirming Spare Parts Varieties by Value Engineering Theories
用价值工程理论确定雷达备件品种
scholar.ilib.cn
10.
Buffer Built-in function Call by Call by value Called Calling Carriage Character reference
引用调用传值调用被调函数调用函数回车字符代码片断
wenku.baidu.com
1.
Optimizing formulation by value engineering
运用价值工程优化配方设计
168.160.184.78
2.
Bearing capacity of static pressure pipe column by value demonstration
静压管桩承载力取值论证
www.ilib.cn
3.
Most recently available import and export statistics by value and volume, by supplier country at the HS 8-digit level
最近可获得的进口和出口数据,按金额、数量及供应国、并按8位税号排列
www.joy-learn.com
4.
Differences Between Passing an Argument By Value and By Reference
通过值传递参数和通过引用传递参数之间的差异
msdn2.microsoft.com
5.
Default behavior for marshaling objects and variants by value
按值封送对象和变量的默认行为
msdn2.microsoft.com
6.
Analyzing Drug Inspection File Management by Value Chain Mode
用价值链模式分析药检档案的管理
www.ilib.cn
7.
The Java programming language only passes arguments by value Java
语言仅通过值传递
blog.csdn.net
8.
The Model of Constitutional Review Bound by Value and Procedure
违宪审查模式的价值与程序约束
service.ilib.cn
9.
To force an argument to be passed by value
强制按值传递参数
msdn2.microsoft.com
10.
The Firm in the Financial Markets: A Contractual Model Driven by Value
金融市场中的企业:一个价值驱动的契约模型
www.ilib.cn
1.
Selecting the Optimal Portfolio by Value at Risk's Preference
基于风险价值偏好的最优投资决策分析
www.ilib.cn
2.
The base class for components that are marshaled by value is
由值封送的组件的基类是
msdn2.microsoft.com
3.
Example: Passing Reference Types by Value
示例:通过值传递引用类型
msdn2.microsoft.com
4.
Data by value in documents Data by reference in some programming language-specific form
按值存储在文档中的数据按某种编程语言特定的形式引用的数据
www.ibm.com
5.
Reference types passed by value and by reference
通过值传递的引用类型和通过引用传递的引用类型
msdn2.microsoft.com
6.
A variant being passed to managed code by value can have the
通过值传递给托管代码的变量可以设置
msdn2.microsoft.com
7.
Argument Passing By Value and By Reference
通过值和通过引用传递参数
msdn2.microsoft.com
8.
Variants passed by value and by reference
通过值和通过引用传递的变量
msdn2.microsoft.com
9.
Pass an object to a server by value
将对象通过值传递给服务器
msdn2.microsoft.com
10.
Value types passed by value and by reference
通过值传递的值类型和通过引用传递的值类型
msdn2.microsoft.com
1.
Group elements by value or position
按照值或位置对元素进行分组
www.ibm.com
2.
How to: Force an Argument to Be Passed by Value
如何:强制通过值传递参数
msdn2.microsoft.com
3.
call by value, call by reference
按值调用,调用参考
zhidao.baidu.com
4.
If you want a designable class that is marshaled by value, you can derive from
如果希望可设计的类可按值封送,可从
msdn2.microsoft.com
5.
knowledge of how to sale products, technique and service by value-led;
了解以价值为导向,销售产品、技术及服务;
www.020job.com
6.
Value type is passed by value because the unmanaged API expects the
而因为非托管API要求在堆栈上传递
msdn2.microsoft.com
7.
Evaluation of Some Kinds of Pipe Materials by Value Engineering
对几种管材的价值工程评价
service.ilib.cn
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/27 21:02:20