第二個搜索函數為私有成員函數S a v e S e a r c h,由插入和刪除操作來調用。S a v e S e a r c h不僅 包含了S e a r c h的功能,而且可把每一級中遇到的最后一個節點存放在數組l a s t之中
上傳時間: 2015-10-11
上傳用戶:zm7516678
This user’s manual describes SAMSUNG s S3C2440A 16/32-bit RISC microprocessor. SAMSUNG’s S3C2440A is designed to provide hand-held devices and general applications with low-power, and high-performance microcontroller solution in small die size. To reduce total system cost, the S3C2440A includes the following components.
標簽: S3C2440A SAMSUNG microprocessor describes
上傳時間: 2013-12-19
上傳用戶:nanxia
This user’s manual describes SAMSUNG s S3C2440A 16/32-bit RISC microprocessor. SAMSUNG’s S3C2440A is designed to provide hand-held devices and general applications with low-power, and high-performance microcontroller solution in small die size. To reduce total system cost, the S3C2440A includes the following components.
標簽: S3C2440A SAMSUNG microprocessor describes
上傳時間: 2013-12-25
上傳用戶:weixiao99
以D S P 芯片TM S 320C240 為核心的永磁無刷直流電機 控制器的設計。其主要內容涉及其核心電路的構成, 功率開關元件的驅動等硬件 電路和軟件編程。
上傳時間: 2016-01-02
上傳用戶:chenbhdt
以D S P 芯片TM S 320C240 為核心控制器的設計。其主要內容涉及其核心電路的構成, 功率開關元件的驅動等硬件 電路和軟件編程。
上傳時間: 2014-01-02
上傳用戶:cccole0605
2440 的start.s, 2440 的start.s, 好用
上傳時間: 2013-12-06
上傳用戶:ikemada
44Binit.s注釋 GET option.s 相當于c語言中的#i nclude "option.s" GET memcfg.s Interrupt Control 聲明一些符號常量,這些符號常量和地址相應寄存器的地址對應 INTPND EQU 0x01e00004 指示中斷請求狀態寄存器 每一位代變一種中斷請求具體表一種中斷請參考44b0 spec
標簽: option GET Interrupt Control
上傳時間: 2014-01-07
上傳用戶:徐孺
傳送說盛大的服務端和客戶端核心代碼?是070605版的,喜歡純正盛大的朋友可以拿去,里面附有開發的組件 Legend of shenda`s server and Client`s soure ,it is on 6.5 in2007,you can take who like sdo .And some controls in it
標簽: 070605 Legend Client shenda
上傳時間: 2016-09-20
上傳用戶:xuanjie
Input : A set S of planar points Output : A convex hull for S Step 1: If S contains no more than five points, use exhaustive searching to find the convex hull and return. Step 2: Find a median line perpendicular to the X-axis which divides S into SL and SR SL lies to the left of SR . Step 3: Recursively construct convex hulls for SL and SR. Denote these convex hulls by Hull(SL) and Hull(SR) respectively. Step 4: Apply the merging procedure to merge Hull(SL) and Hull(SR) together to form a convex hull. Time complexity: T(n) = 2T(n/2) + O(n) = O(n log n)
標簽: contains Output convex planar
上傳時間: 2017-02-19
上傳用戶:wyc199288
樣板 B 樹 ( B - tree ) 規則 : (1) 每個節點內元素個數在 [MIN,2*MIN] 之間, 但根節點元素個數為 [1,2*MIN] (2) 節點內元素由小排到大, 元素不重複 (3) 每個節點內的指標個數為元素個數加一 (4) 第 i 個指標所指向的子節點內的所有元素值皆小於父節點的第 i 個元素 (5) B 樹內的所有末端節點深度一樣
上傳時間: 2017-05-14
上傳用戶:日光微瀾