his header file that is used to define all preprossor directives, global variables, and prototypes. The user must modify this header file for their particular Bridge Transducer in use before proceeding.
標簽: directives preprossor prototype variables
上傳時間: 2014-08-24
上傳用戶:李彥東
8路紅外遙控開關控制器 (SAA3010T電視遙控器) Copyright 2004/3/27 http://www.cdle.net http://bbs.cdle.net All rights reserved. 明浩 E-mail: pnzwzw@163.com pnzwzw@cdle.net 只用八路時可以用AT89C2051代替AT89C51 一體化接收頭輸出端拉P3.2(int0),P1為控制輸出端。 可以擴展到32路或更多 輸出為低電平有效
上傳時間: 2016-02-11
上傳用戶:qunquan
Philips D12 all the data
上傳時間: 2013-12-22
上傳用戶:Pzj
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
Speed-Up Delphi for all version
標簽: Speed-Up version Delphi for
上傳時間: 2016-02-21
上傳用戶:lo25643
we all can use it by yourself
上傳時間: 2016-02-26
上傳用戶:從此走出陰霾
.\ Info directory .\delphi\internet Delphi sample applications (all Delphi versions) .\cpp\internet C++Builder sample applications .\cpp\internet\bcb1 C++Builder version 1 projects .\cpp\internet\bcb3 C++Builder version 3 projects .\cpp\internet\bcb4 C++Builder version 4 projects .\cpp\internet\bcb5 C++Builder version 5 projects .\cpp\internet\bcb6 C++Builder version 6 projects .\delphi\vc Delphi 1.x files (winsock.pas 16 bits and *.dcr) .\delphi\vc32 Delphi (1/2/3/4/5/6/7) and C++Builder (1/3/4/5/6) components .\Delphi1 Automated build for Delphi 1. Not for beginners. .\Delphi2 Automated build for Delphi 2. Not for beginners. .\Delphi3 Automated build for Delphi 3. Not for beginners. .\bcb1 Automated build for Bcb 1. Not for beginners.
標簽: Delphi delphiinternet applications cppinternet
上傳時間: 2014-01-12
上傳用戶:star_in_rain
php security all about security
上傳時間: 2013-12-21
上傳用戶:athjac
all project created will have such file
上傳時間: 2013-12-26
上傳用戶:wys0120
Linux flash Player.All files are written in C codes.
標簽: written Player Linux flash
上傳時間: 2014-01-10
上傳用戶:zm7516678