亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

cut-and-<b>PASTE</b>

  • B樹算法實現

    B樹算法實現,非常難得!btree implementation for random lookups, transaction handling, sequential access methods, and a small embeddable footprint.

    標簽: 算法

    上傳時間: 2014-01-10

    上傳用戶:王小奇

  • Floyd-Warshall算法描述 1)適用范圍: a)APSP(All Pairs Shortest Paths) b)稠密圖效果最佳 c)邊權可正可負 2)算法描述: a)初始化:d

    Floyd-Warshall算法描述 1)適用范圍: a)APSP(All Pairs Shortest Paths) b)稠密圖效果最佳 c)邊權可正可負 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)算法結束:dis即為所有點對的最短路徑矩陣 3)算法小結:此算法簡單有效,由于三重循環結構緊湊,對于稠密圖,效率要高于執行|V|次Dijkstra算法。時間復雜度O(n^3)。 考慮下列變形:如(I,j)∈E則dis[I,j]初始為1,else初始為0,這樣的Floyd算法最后的最短路徑矩陣即成為一個判斷I,j是否有通路的矩陣。更簡單的,我們可以把dis設成boolean類型,則每次可以用“dis[I,j]:=dis[I,j]or(dis[I,k]and dis[k,j])”來代替算法描述中的藍色部分,可以更直觀地得到I,j的連通情況。

    標簽: Floyd-Warshall Shortest Pairs Paths

    上傳時間: 2013-12-01

    上傳用戶:dyctj

  • I wrote this code early this year using ColdFire MCF5213 in codewarrior IDE. The LCD is STN B/W 320x

    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!

    標簽: this codewarrior ColdFire wrote

    上傳時間: 2013-12-20

    上傳用戶:皇族傳媒

  • This a linux device driver for Ralink RT2500USB b/g WLAN Card. This driver implements basic 802.11

    This a linux device driver for Ralink RT2500USB b/g WLAN Card. This driver implements basic 802.11 function. Infrastructure and Ad-hoc mode with open or shared or wpapsk or wpa2psk authentication method. WEP-40 and WEP-104 or tkip or aes encryption.

    標簽: driver This implements Ralink

    上傳時間: 2016-03-10

    上傳用戶:cc1015285075

  • A* sudo sudo/* B* adduser script adduser C* rmuser script rmuser E* tout tout/*

    A* sudo sudo/* B* adduser script adduser C* rmuser script rmuser E* tout tout/* F* dumdum dumdum G* lostfile lostfile H* Mkfl.localsys Makefile.localsys I* spacegripe spacegripe J* sendmail.cf sendmail.cf N* remote remote.c O* distributed conrol distrib/* P* hosts and name server makerevhosts Q* xargs xargs/*

    標簽: adduser script rmuser sudo

    上傳時間: 2016-03-29

    上傳用戶:gxrui1991

  • Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... &l

    Problem B:Longest Ordered Subsequence A numeric sequence of ai is ordered if a1 < a2 < ... < aN. Let the subsequence of the given numeric sequence (a1, a2, ..., aN) be any sequence (ai1, ai2, ..., aiK), where 1 <= i1 < i2 < ... < iK <= N. For example, sequence (1, 7, 3, 5, 9, 4, 8) has ordered subsequences, e. g., (1, 7), (3, 4, 8) and many others. All longest ordered subsequences are of length 4, e. g., (1, 3, 5, 8).

    標簽: Subsequence sequence Problem Longest

    上傳時間: 2016-12-08

    上傳用戶:busterman

  • 5位的操作數X和Y輸入后暫存在寄存器A和B中

    5位的操作數X和Y輸入后暫存在寄存器A和B中,兩位的操作控制碼control暫存在寄存器C中,按照control碼的不同,分布實現下列操作: 00控制X+Y 01控制X-Y 10控制X and Y 11控制 X xor Y 運算結果暫存在寄存器D中,然后輸出。

    標簽: 操作 寄存器 輸入 暫存

    上傳時間: 2014-01-18

    上傳用戶:yyyyyyyyyy

  • 5位的操作數X和Y輸入后暫存在寄存器A和B中

    5位的操作數X和Y輸入后暫存在寄存器A和B中,兩位的操作控制碼control暫存在寄存器C中,按照control碼的不同,分布實現下列操作: 00控制X+Y 01控制X-Y 10控制X and Y 11控制 X xor Y 運算結果暫存在寄存器D中,然后輸出。

    標簽: 操作 寄存器 輸入 暫存

    上傳時間: 2014-01-09

    上傳用戶:凌云御清風

  • basic.c */ /**//* Project:NeuroBasic, basic package*//**/ /* Survey:This is a simple Basic b-code

    basic.c */ /**//* Project:NeuroBasic, basic package*//**/ /* Survey:This is a simple Basic b-code compiler which*/ /*can be used as a comfortable command shell for */ /* any program. The actual compiler is found in */ /*compiler.c.*/ /*The functions m_fctptr() and user_server()*/ /*build an interface to an

    標簽: basic NeuroBasic Project package

    上傳時間: 2017-02-15

    上傳用戶:xymbian

  • 給定兩個集合A、B

    給定兩個集合A、B,集合內的任一元素x滿足1 ≤ x ≤ 109,并且每個集合的元素個數不大于105。我們希望求出A、B之間的關系。 任 務 :給定兩個集合的描述,判斷它們滿足下列關系的哪一種: A是B的一個真子集,輸出“A is a proper subset of B” B是A的一個真子集,輸出“B is a proper subset of A” A和B是同一個集合,輸出“A equals B” A和B的交集為空,輸出“A and B are disjoint” 上述情況都不是,輸出“I m confused!”

    標簽:

    上傳時間: 2017-03-15

    上傳用戶:yulg

主站蜘蛛池模板: 乌拉特中旗| 贡嘎县| 鄂温| 临澧县| 甘肃省| 嘉鱼县| 湘阴县| 汉川市| 额济纳旗| 确山县| 家居| 修武县| 汝州市| 西吉县| 西乌| 博乐市| 安西县| 郓城县| 新巴尔虎左旗| 苗栗市| 额尔古纳市| 溧水县| 正镶白旗| 潮安县| 九江市| 津南区| 正阳县| 临夏市| 福鼎市| 会泽县| 天津市| 嵊州市| 波密县| 永泰县| 广宗县| 通道| 淮阳县| 厦门市| 礼泉县| 成武县| 织金县|