亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

lower

數據庫函數,用于將字符串類型值的大寫字母全部轉換成小寫字母。
  • This paper addresses a stochastic-#ow network in which each arc or node has several capacities and m

    This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may fail. Given the demand d, we try to evaluate the system reliability that the maximum #ow of the network is not less than d. A simple algorithm is proposed "rstly to generate all lower boundary points for d, and then the system reliability can be calculated in terms of such points. One computer example is shown to illustrate the solution procedure.

    標簽: capacities stochastic addresses network

    上傳時間: 2015-12-03

    上傳用戶:xfbs821

  • This paper addresses a stochastic-#ow network in which each arc or node has several capacities and m

    This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may fail. Given the demand d, we try to evaluate the system reliability that the maximum #ow of the network is not less than d. A simple algorithm is proposed "rstly to generate all lower boundary points for d, and then the system reliability can be calculated in terms of such points. One computer example is shown to illustrate the solution procedure.

    標簽: capacities stochastic addresses network

    上傳時間: 2013-12-25

    上傳用戶:ggwz258

  • This paper addresses a stochastic-#ow network in which each arc or node has several capacities and m

    This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may fail. Given the demand d, we try to evaluate the system reliability that the maximum #ow of the network is not less than d. A simple algorithm is proposed "rstly to generate all lower boundary points for d, and then the system reliability can be calculated in terms of such points. One computer example is shown to illustrate the solution procedure.

    標簽: capacities stochastic addresses network

    上傳時間: 2014-01-09

    上傳用戶:二驅蚊器

  • This paper addresses a stochastic-#ow network in which each arc or node has several capacities and m

    This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may fail. Given the demand d, we try to evaluate the system reliability that the maximum #ow of the network is not less than d. A simple algorithm is proposed "rstly to generate all lower boundary points for d, and then the system reliability can be calculated in terms of such points. One computer example is shown to illustrate the solution procedure.

    標簽: capacities stochastic addresses network

    上傳時間: 2013-12-28

    上傳用戶:獨孤求源

  • Returns weighted percentiles of a sample given the weight vector w % The idea is to give more empha

    Returns weighted percentiles of a sample given the weight vector w % The idea is to give more emphasis in some examples of data as compared to % others by giving more weight. For example, we could give lower weights to % the outliers. % The motivation to write this function is to compute percentiles for Monte % Carlos simulations where some simulations are very bad (in terms of goodness % of fit between simulated and actual value) than the others and to give % the lower weights based on some goodness of fit criteria.

    標簽: percentiles weighted Returns sample

    上傳時間: 2016-01-28

    上傳用戶:小儒尼尼奧

  • Easy-to-Use, Ultra-Tiny, Differential, 16-Bit Delta Sigma ADC With I2C Interface The LTC2453 is an

    Easy-to-Use, Ultra-Tiny, Differential, 16-Bit Delta Sigma ADC With I2C Interface The LTC2453 is an ultra-tiny, fully differential, 16-bit, analog-to-digital converter. The LTC2453 uses a single 2.7V to 5.5V supply and communicates through an I2C interface. The ADC is available in an 8-pin, 3mm x 2mm DFN package. It includes an integrated oscillator that does not require any external components. It uses a delta-sigma modulator as a converter core and has no latency for multiplexed applications. The LTC2453 includes a proprietary input sampling scheme that reduces the average input sampling current several orders of magnitude lower than conventional delta-sigma converters. Additionally, due to its architecture, there is negligible current leakage between the input pins.

    標簽: Differential Easy-to-Use Ultra-Tiny Interface

    上傳時間: 2014-01-08

    上傳用戶:鳳臨西北

  • Express DSP compliant C55x DTMF detector software is proposed in two versions: one with a 5 ms frame

    Express DSP compliant C55x DTMF detector software is proposed in two versions: one with a 5 ms frame size and one with a 10 ms frame size. The versions are quite similar in behavior. The version with a 10 ms frame size is faster, but the overall quality is higher in the 5 ms version, due to lower time granularity. DTMF算法for TI DSP 54X/55X

    標簽: compliant detector software proposed

    上傳時間: 2016-02-15

    上傳用戶:liuchee

  • Squaring circuits are an important building block for impulse-radio UWB non-coherent receivers. This

    Squaring circuits are an important building block for impulse-radio UWB non-coherent receivers. This work proposes a squarer, based on the quadratic law of saturated transistors. Such a circuit has already been proposed for lower frequency applications, therefore this work focuses on the extension to ultra wide bandwidth, with particular care to the consequences related to the deviation from the ideal quadratic law of 0.18μm CMOS transistors.

    標簽: impulse-radio non-coherent important receivers

    上傳時間: 2013-12-24

    上傳用戶:kikye

  • 輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括 1) base C++ review, 2) Pointers and Dynamic Objects, 3) R

    輕易學好C++編程技巧 - 進楷 (香港科技大學筆記 19課) 內容包括 1) base C++ review, 2) Pointers and Dynamic Objects, 3) Recursion,Linked Lists, 4) Stacks and Queues, 5) Algorithm Analysis, 6) Insertion Sort and Mergesort, 7) Quicksort, 8) Heaps and Heapsort, 9) lower Bound of Sorting and Radix Sort, 10) Binary Trees and Binary Search Trees 11) AVL Trees, 12) B+ Trees 13) Graphs and Breadth-First Search 14) Depth-First Search 15) Connected Components, Directed Graphs, 16) Topological Sort 17) Hashing 18) Pattern Matching 19) Additional Review

    標簽: Pointers Dynamic Objects review

    上傳時間: 2014-10-10

    上傳用戶:chfanjiang

  • The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produce

    The "GEE! It s Simple" package illustrates Gaussian elimination with partial pivoting, which produces a factorization of P*A into the product L*U where P is a permutation matrix, and L and U are lower and upper triangular, respectively. The functions in this package are accurate, but they are far slower than their MATLAB equivalents (x=A\b, [L,U,p]=lu(A), and so on). They are presented here merely to illustrate and educate. "Real" production code should use backslash and lu, not this package.

    標簽: illustrates elimination Gaussian pivoting

    上傳時間: 2016-11-09

    上傳用戶:wang5829

主站蜘蛛池模板: 叙永县| 兰西县| 建始县| 清水县| 桂林市| 微山县| 舞钢市| 潮州市| 登封市| 贵德县| 措勤县| 义乌市| 图木舒克市| 高陵县| 延庆县| 金沙县| 含山县| 高台县| 尉氏县| 镇沅| 安乡县| 卢龙县| 吴旗县| 东城区| 云林县| 手机| 施甸县| 育儿| 白河县| 吉木萨尔县| 阳西县| 建瓯市| 怀来县| 德保县| 安新县| 临泉县| 威宁| 怀柔区| 滁州市| 来凤县| 务川|