樣板 B 樹(shù) ( B - tree )
規(guī)則 :
(1) 每個(gè)節(jié)點(diǎn)內(nèi)元素個(gè)數(shù)在 [MIN,2*MIN] 之間, 但根節(jié)點(diǎn)元素個(gè)數(shù)為 [1,2*MIN]
(2) 節(jié)點(diǎn)內(nèi)元素由小排到大, 元素不重複
(3) 每個(gè)節(jié)點(diǎn)內(nèi)的指標(biāo)個(gè)數(shù)為元素個(gè)數(shù)加一
(4) 第 i 個(gè)指標(biāo)所指向的子節(jié)點(diǎn)內(nèi)的所有元素值皆小於父節(jié)點(diǎn)的第 i 個(gè)元素
(5) B 樹(shù)內(nèi)的所有末端節(jié)點(diǎn)深度一樣
Overview of component creation
This chapter provides an overview of component design and the process of writing
components for Delphi applications. The material here assumes that you are familiar
with Delphi and its standard components.
• Class library
• Components and classes
• Creating components
• What goes into a component?
• Creating a new component
• Testing uninstalled components
• Testing installed components
• Installing a component on the Component palette
Matching, Euler tours and the Chinese postman.pdf是Edmonds和Johnson1973年,通過(guò)使用匹配理論,首次給出中國(guó)郵遞員問(wèn)題的多項(xiàng)式時(shí)間解法,前無(wú)古人,后無(wú)需來(lái)者。