第二个搜索函数为私有成员函数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
上传用户:日光微澜