嚴(yán)版數(shù)據(jù)結(jié)構(gòu)。二叉樹。功能齊全。經(jīng)過調(diào)試。沒有b+b_ 樹。(c語言)。
標(biāo)簽: 數(shù)據(jù)結(jié)構(gòu) 二叉樹 c語言 調(diào)試
上傳時(shí)間: 2014-01-06
上傳用戶:lhw888
功能:雙字節(jié)十六進(jìn)制小數(shù)轉(zhuǎn)換成雙字節(jié)BCD碼小數(shù) 入口條件:待轉(zhuǎn)換的雙字節(jié)十六進(jìn)制小數(shù)在R2、R3中。 出口信息:轉(zhuǎn)換后的雙字節(jié)BCD碼小數(shù)仍在R2、R3中。 影響資源:PSW、A、B、R2、R3、R4、R5 堆棧需求: 6字節(jié)
標(biāo)簽: 雙字 PSW 十六進(jìn)制 轉(zhuǎn)換
上傳時(shí)間: 2014-07-23
上傳用戶:han_zh
B樣條(三次)曲線和曲面逼近分析技術(shù)文檔
上傳時(shí)間: 2013-12-23
上傳用戶:BIBI
小信號放大器的設(shè)計(jì) 1. 放大器是射頻/微波系統(tǒng)的必不可少的部件。 2. 放大器有低噪聲、小信號、高增益、中功率、大功率等。 3. 放大器按工作點(diǎn)分有A、AB、B、C、D…等類型。 4. 放大器指標(biāo)有:頻率范圍、動(dòng)態(tài)范圍、增益、噪聲系數(shù)、工作效率、1dB壓縮點(diǎn)、三階交調(diào)等。
上傳時(shí)間: 2016-02-10
上傳用戶:ggwz258
B樹代碼以及演示,主要是讓大家理解B樹是如何組成的,以及如何刪除和查詢
上傳時(shí)間: 2013-12-15
上傳用戶:cmc_68289287
the calculator s usage! after you have inputed 2 operators,choose + - * / function! But the only situation I did t deal with is that when you choos + fuction ,and the operaters signs is like this -A+B,just turn it to B-A!
標(biāo)簽: calculator the operators function
上傳時(shí)間: 2016-02-12
上傳用戶:lili123
比較牛b的一個(gè)計(jì)算器程序,源碼在word文檔里面,
上傳時(shí)間: 2016-02-14
上傳用戶:z1191176801
DirectX not only provides fast access to the hardware and therefore incredibly speedy performance, but it also makes it much easier for hardware developers to produce new devices that work well in the Windows environment. The DirectX APIs take away the necessity of writing your own low-level, device-specific code to access hardware such as the display adapter and network card, making it much easier for you to write programs that take full advantage of the computer s multimedia capabilities.
標(biāo)簽: performance incredibly therefore hardware
上傳時(shí)間: 2016-02-16
上傳用戶:秦莞爾w
Floyd-Warshall算法描述 1)適用范圍: a)APSP(All Pairs Shortest Paths) b)稠密圖效果最佳 c)邊權(quán)可正可負(fù) 2)算法描述: a)初始化:dis[u,v]=w[u,v] b)For k:=1 to n For i:=1 to n For j:=1 to n If dis[i,j]>dis[i,k]+dis[k,j] Then Dis[I,j]:=dis[I,k]+dis[k,j] c)算法結(jié)束:dis即為所有點(diǎn)對的最短路徑矩陣 3)算法小結(jié):此算法簡單有效,由于三重循環(huán)結(jié)構(gòu)緊湊,對于稠密圖,效率要高于執(zhí)行|V|次Dijkstra算法。時(shí)間復(fù)雜度O(n^3)。 考慮下列變形:如(I,j)∈E則dis[I,j]初始為1,else初始為0,這樣的Floyd算法最后的最短路徑矩陣即成為一個(gè)判斷I,j是否有通路的矩陣。更簡單的,我們可以把dis設(shè)成boolean類型,則每次可以用“dis[I,j]:=dis[I,j]or(dis[I,k]and dis[k,j])”來代替算法描述中的藍(lán)色部分,可以更直觀地得到I,j的連通情況。
標(biāo)簽: Floyd-Warshall Shortest Pairs Paths
上傳時(shí)間: 2013-12-01
上傳用戶:dyctj
實(shí)現(xiàn)N階線性方程組Ax=b逐次超松弛迭代法的通用程序
上傳時(shí)間: 2014-06-08
上傳用戶:冇尾飛鉈
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1