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