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)對(duì)的最短路徑矩陣 3)算法小結(jié):此算法簡單有效,由于三重循環(huán)結(jié)構(gòu)緊湊,對(duì)于稠密圖,效率要高于執(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
金蘋果進(jìn)銷存管理系統(tǒng)-是一個(gè)用C#.net編寫的非常使用而且功能強(qiáng)大的進(jìn)銷存的B/S系統(tǒng)
標(biāo)簽: net 進(jìn)銷 蘋果 管理系統(tǒng)
上傳時(shí)間: 2013-12-28
上傳用戶:225588
電網(wǎng)月度(年度)檢修計(jì)劃圖示化智能分析 技術(shù)報(bào)告。系統(tǒng)設(shè)計(jì)了通過B/S模型IE瀏覽器登陸系統(tǒng)網(wǎng)站上報(bào)檢修計(jì)劃,二級(jí)單位主任直接通過網(wǎng)頁審批檢修計(jì)劃,實(shí)現(xiàn)了上報(bào)計(jì)劃流程的網(wǎng)絡(luò)化。
上傳時(shí)間: 2014-10-31
上傳用戶:zaizaibang
實(shí)現(xiàn)N階線性方程組Ax=b逐次超松弛迭代法的通用程序
上傳時(shí)間: 2014-06-08
上傳用戶:冇尾飛鉈
// 移頻選頻原理 //Fvco=[(P*B)+A]*Frefin/R //P=32 //loop filter 100k----prescribe //R=12.8M/100K=128---Parameter1 //Fvco=頻點(diǎn)*2+170280 -1400 //B=Fvco/32-----------Parameter2 //A=Fvco-32*B
標(biāo)簽: 100 prescribe Frefin filter
上傳時(shí)間: 2013-12-26
上傳用戶:dancnc
B樹及其B+樹的實(shí)現(xiàn)代碼,支持模版(數(shù)據(jù)類型,M值)
上傳時(shí)間: 2016-02-22
上傳用戶:jhksyghr
I wrote this code early this year using ColdFire MCF5213 in codewarrior IDE. The LCD is STN B/W 320x240 dot matrix LCD. The code include 3 different fonts, and basic LCD driver. All original!
標(biāo)簽: this codewarrior ColdFire wrote
上傳時(shí)間: 2013-12-20
上傳用戶:皇族傳媒
數(shù)據(jù)結(jié)構(gòu)B樹中的增加,插入,刪除,修改等具體操作
標(biāo)簽: 數(shù)據(jù)結(jié)構(gòu) 樹
上傳時(shí)間: 2013-12-13
上傳用戶:tedo811
1) A道和B道上均有車輛要求通過時(shí),A、B道輪流放行。A道放行5分鐘(調(diào)試時(shí)改為5秒鐘),B道放行4分鐘(調(diào)試時(shí)改為4秒鐘)。 2) 一道有車而另一道無車(實(shí)驗(yàn)時(shí)用開關(guān)K0和K1控制),交通燈控制系統(tǒng)能立即讓有車道放行。 3) 有緊急車輛要求通過時(shí),系統(tǒng)要能禁止普通車輛通行,A、B道均為紅燈,緊急車由K2開關(guān)模擬。 4) 綠燈轉(zhuǎn)換為紅燈時(shí)黃燈亮1秒鐘。
標(biāo)簽:
上傳時(shí)間: 2013-12-19
上傳用戶:daguda
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1