北京大學ACM比賽題目 Consider an infinite full binary search tree (see the figure below), the numbers in the nodes are 1, 2, 3, .... In a subtree whose root node is X, we can GET the minimum number in this subtree by repeating going down the left node until the last level, and we can also find the maximum number by going down the right node. Now you are given some queries as "What are the minimum and maximum numbers in the subtree whose root node is X?" Please try to find answers for there queries.
標簽: the Consider infinite numbers
上傳時間: 2013-12-16
上傳用戶:日光微瀾
This package provides a complete http client library. It currently implements most of the relevant parts of the HTTP/1.0 and HTTP/1.1 protocols, including the request methods HEAD, GET, POST and PUT, and automatic handling of authorization, redirection requests, and cookies. Furthermore the included Codecs class contains coders and decoders for the base64, quoted-printable, URL-encoding, chunked and the multipart/form-data encodings. The whole thing is free, and licenced under the GNU Lesser General Public License (LGPL) (note that this is not the same as the GPL).
標簽: implements currently complete provides
上傳時間: 2014-01-16
上傳用戶:siguazgb
Excellent Bootloader with a lot of features for arm, can be used for homebrew applications or for learning how a bootloader works, it has support for networking and yet has a very small size. support for filesystems, flash disk, flash, cf etc present. ideal when you would like GET ur board up and running quickly.
標簽: for applications Bootloader Excellent
上傳時間: 2014-12-07
上傳用戶:klin3139
一個簡單的IBM MQ操作例子,put方法和GET方法
上傳時間: 2016-06-02
上傳用戶:zsjzc
The PMSM FOC is made of several C modules, compatible with the free-of-charge IAR EWARM KickStart edition toolchain version 4.42. It is used to quickly evaluate both the MCU and the available tools. In addition, when used toGETher with the STM32F103xx motor control starter kit (STM3210B-MCKIT) and PM motor, a motor can be made to run in a very short time. It also eliminates the need for time-consuming development of FOC and speed regulation algorithms by providing ready-to-use functions that let the user concentrate on the application layer. Moreover, it is possible to GET rid of any speed sensor thanks to the sensorless algorithm for rotor position reconstruction.
標簽: free-of-charge compatible KickStart modules
上傳時間: 2014-01-09
上傳用戶:498732662
實現smtp協議。根據HTTP協議的會話過程,本實例中實現了GET請求的Web服務器程序的方法
上傳時間: 2016-06-06
上傳用戶:fredguo
This project shows how to use the IOKit notification mechanism to register to be notified when devices come and go. It uses the Cypress/Anchor EZ-USB chip. (Look at the following example for another way to GET notified when a device is unplugged).
標簽: notification mechanism notified register
上傳時間: 2013-12-01
上傳用戶:zhuimenghuadie
The full Fusion SDK consists of a directory of header files (*.h), the eyeonSystem.lib file and the eyeonScript.lib file. We have also included some sample plug‐ins to help GET you acquainted with the Fusion plug‐in architecture.
標簽: eyeonSystem directory the consists
上傳時間: 2016-06-07
上傳用戶:dancnc
pashload是應用在linux下的網絡帶寬測試源程序精確度比較高 ///////////////////////////////////// Pathload is a tool for estimating the available bandwidth of an end-to-end path from a host S (sender) to a host R (receiver). The available bandwidth is the maximum IP-layer throughput that a flow can GET in the path from S to R, without reducing the rate of the rest of the traffic in the path.
標簽: pashload Pathload linux tool
上傳時間: 2016-06-29
上傳用戶:xzt
美國標準化組織和馬里蘭大學共同開發.實現java matrix包. JAMA由六個java類組成:Matrix, CholeskyDecomposition , LUDecomposition QRDecomposition SingularValueDecomposition EigenvalueDecomposition . 它提供了廣泛的構造函數,豐富的GET,set訪問子matrix和元素matrix. 基本的矩陣操作有:矩陣的加,乘,矩陣范數.和提供了方便的打印矩陣的方法. 提供了五個基本的矩陣分離類.可以通過Matrix類調用它們來進行線性計算,翻轉和其它矩陣方法.
標簽: CholeskyDecomposition java LUDecomposition Matrix
上傳時間: 2014-01-16
上傳用戶:123456wh