lingohey logo

var

://
://
abbr.:
(=volt-ampere reactive)【电】乏
网络:
风险价值;向量自回归(Vector Auto-regression);风险值
词形变换: (复数) vars
例句
1.
The bank said it was reverting to an older version of its VaR metric after having switched to a new model earlier in the year.
表示今年早些时候采用一套模型现在正在重新启用版本风险价值标准
2.
So you create a variable in JavaScript with var, give it a name (like "request" ), and then assign it to a new instance of XMLHttpRequest.
因此JavaScriptvar创建一个变量一个名字request然后一个XMLHttpRequest实例
3.
At the very least, the risks that VaR measured did not include the biggest risk of all: the possibility of a financial meltdown.
至少VaR计量最大风险发生全面金融海啸可能性
4.
Regulators use VAR calculations to work out how much capital banks need to put aside for a rainy day.
监管利用VAR计算银行究竟需要多少资本以防不测
5.
Almost as damaging is the hash that banks have made of "value-at-risk" (VAR) calculations, a measure of the potential losses of a portfolio.
几乎具有同样毁坏银行价值value-at-riskVAR一个投资组合潜在损失衡量指标制造无用数据
6.
A variable of any of these types is introduced with the var keyword.
这些类型变量通过关键字var引入
7.
The next expression (the one starting with var photos) might be unfamiliar to even experienced JavaScript developers.
下一个表达式varphotos开始即便一个经验JavaScript开发人员未必熟悉
8.
Making a basic linked-list data structure persistent is the easiest exercise; here, a list in Clojure is bound to a var named "a"
持久基本数据结构简单这里Clojure一个列表绑定一个a变量
9.
The var attribute allows you to name the variable used to hold the current item.
var属性允许命名用来保存当前变量
10.
As you will see later, each of the vars in the class declaration becomes a named parameter when constructing an instance of the class.
随后看到构建实例声明每个var成为一个命名参数