通过驱动直接读取Intel 82093AA I/O的键盘记录器
上传时间: 2014-01-09
上传用户:懒龙1988
Latest ucFS v.3.10d PC Windows Evaluation Ed., provided with free Flash driver
标签: Evaluation provided Windows Latest
上传时间: 2014-01-01
上传用户:ainimao
GB3836.4-2000爆炸性环境用防爆电气设备 第4部分-本质安全型”i“,做煤矿本安产品的国家强制标准,很难找到的东西
上传时间: 2016-02-14
上传用户:小眼睛LSL
根据基尔霍夫定律:节点上∑i=0和回路中∑u=0这两个公式,无论是在正旋稳态下还是在暂稳态电路中表达网络变量间的关系时都只取决于网络的布局即节点和支路的相互关系,而与支路的特性即支路由那些元件组成及其参数的量值都没有关系。因此当我们根据网络来建立节点电流方程及回路电压方程时,无须画出电路元件。这种节点与支路相互关系以表示电路结构的图,称为网络的图。在网络的图中,为建立KCL、KVL方程,取支路电压、支路电流关联参考方向,在图中的支路上标明。
上传时间: 2016-02-16
上传用户:gdgzhym
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
Delphi RTL-VCL optimization addon. I ve used, really good job.
标签: optimization RTL-VCL Delphi really
上传时间: 2013-12-16
上传用户:lunshaomo
Delphi MsgCommunicator 2-10 component.I ve used, really good job. can be Server-Client message application developped.
标签: MsgCommunicator Server-Client component message
上传时间: 2016-02-18
上传用户:zhuimenghuadie
This program don t special because it just can run some number,and I hope I can be a menber on this website
标签: can program because special
上传时间: 2013-12-26
上传用户:netwolf
simursot this is other person told me I think it is good
标签: simursot person other think
上传时间: 2016-02-21
上传用户:zhengjian
一种基于CPLD和PC I总线的视频采集卡的设计方案
上传时间: 2014-01-21
上传用户:heart520beat