您要查找的是不是:
- Sets the lower bound of the constraint. 设置最小的约束范围。
- The greatest lower bound of A is also called the infimum of A. A的最大下界边称为A的下确界。
- lower bound of capacity 容量下限
- The lower bound of an Array is the index of its first element. Array的下限是其第一个元素的索引。
- The resulting array is always one-dimensional with a lower bound of zero. 结果数组始终是具有零下限的一维数组。
- C-style arrays are one-dimensional typed arrays with a fixed lower bound of 0. C样式数组是具有固定下限0的一维类型化数组。
- Since most arrays will have a lower bound of zero, this method would generally return - 1 when value is not found. 由于大多数数组以零作为下限,在找不到value时,此方法通常将返回-1。
- A Type object representing a one-dimensional array of the current type, with a lower bound of zero. 返回一个表示当前类型的一维数组(下限为零)的Type对象。
- Quantum execution time, in seconds, for the lower bound of the execution time range. 作为执行时间范围下限的量程执行时间(秒)。
- Discusses making your code easier to read by declaring the lower bound of an array as zero. 讨论如何通过将数组的下限声明为零,从而使代码更容易让人理解。
- Lower bound of functional limit theorem of increment for Brownian sheet in H?lder norm is proved by large deviations. 利用Brownian单在H?lder范数下的大偏差;证明了Brownian单的增量在H?lder范数下的泛函极限定理的下界.
- The lower bound of the probability of error estimation was presented by Bahadur. Bahadur曾给出一个错误估计概率的下界。
- SHN_LORESERVE This value specifies the lower bound of the range of reserved indexes. 该值指定被保留索引范围的最小边界值。
- A variational formula for lower bound of the principal eigenvalueof general Markov jump processes is presented. 本文给出了一般跳过程主特征值下界的一个变分公式.;对于马氏链;所设条件常满足;
- Including the main QED contributions, the cross section at one-loop level can reach to the lower bound of experiment. 进一步考虑了量子电动力学以及与此相关的量子色动力学一圈修正的贡献,理论计算的截面能达到实验值的下限。
- Based on the results, we calculate a upper bound or a lower bound of the Hausdorff dimension of some self-affine sets. 利用它们可方便地求出某些自仿集维数的上界或下界。
- The pressure in a perfect gas, being directly proportional to the kinetic energy of the molecules, has a lower bound of zero. 理想气体的压力与分子的动能成正比,它的下限为零。
- You can always test for the lower bound of a dimension with the GetLowerBound method or the LBound Function (Visual Basic). 任何情况下都可以使用GetLowerBound方法或LBound函数(Visual Basic)来测试某一维的下限。
- What kind of capacity is needed? 需要何种生产能力?
- The index of the first occurrence of value within the entire collection, if found; otherwise, the lower bound of the collection minus 1. 如果在整个集合中找到匹配项,则为第一个匹配项的索引;否则为该集合的下限减1。