虫虫首页|资源下载|资源专辑|精品软件
登录|注册

Pairs

  • 3 Pairs of sample codes for basic net apps: . Socket server/client . start the server first . Datagr

    3 Pairs of sample codes for basic net apps: . Socket server/client . start the server first . DatagramSocket . start MyDatagramSocketA first . MyDatagramSocketA receive a packet first, and then send a reply MyDatagramSocketA send a packet first, and then receive a reply. . Multicast sender/receiver . start the receiver first

    标签: server Socket Datagr client

    上传时间: 2015-03-30

    上传用户:yxgi5

  • MSC 1210 A/D Conversion for 1 input signals (-2.5V ... +2.5V) Inputs Pairs AIN0-AIN1 read in an in

    MSC 1210 A/D Conversion for 1 input signals (-2.5V ... +2.5V) Inputs Pairs AIN0-AIN1 read in an interrupt service routine

    标签: Conversion 2.5 AIN signals

    上传时间: 2014-01-24

    上传用户:gtzj

  • 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

  • Batch version of the back-propagation algorithm. % Given a set of corresponding input-output Pairs

    Batch version of the back-propagation algorithm. % Given a set of corresponding input-output Pairs and an initial network % [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the % network with backpropagation. % % The activation functions must be either linear or tanh. The network % architecture is defined by the matrix NetDef consisting of two % rows. The first row specifies the hidden layer while the second % specifies the output layer. %

    标签: back-propagation corresponding input-output algorithm

    上传时间: 2016-12-26

    上传用户:exxxds

  • Model for Opnet. Use this model to generate traffic between source and destination Pairs. The resul

    Model for Opnet. Use this model to generate traffic between source and destination Pairs. The resultant traffic file can then be imported into the networks to mimic traffic patterns and represent background loading on a network

    标签: destination generate between traffic

    上传时间: 2017-08-06

    上传用户:gaome

  • This is montecarlo cards game to choose Pairs. I have developed using a single servlet. uncompress a

    This is montecarlo cards game to choose Pairs. I have developed using a single servlet. uncompress and deploy the application to a webserver like tomcat. java files also comressed with the war file.

    标签: montecarlo uncompress developed servlet

    上传时间: 2017-09-20

    上传用户:zhuyibin

  • 视频差分放大器带来低电压应用的多功能性

      The LT®6552 is a specialized dual-differencing 75MHzoperational amplifier ideal for rejecting common modenoise as a video line receiver. The input Pairs are designedto operate with equal but opposite large-signal differencesand provide exceptional high frequency commonmode rejection (CMRR of 65dB at 10MHz), therebyforming an extremely versatile gain block structure thatminimizes component count in most situations. The dualinput Pairs are free to take on independent common modelevels, while the two voltage differentials are summedinternally to form a net input signal.

    标签: 视频 差分放大器 低电压 多功能

    上传时间: 2014-12-23

    上传用户:13691535575

  • PCA9540B 2channel I2C bus mult

    The PCA9540B is a 1-of-2 bidirectional translating multiplexer, controlled via the I2C-bus.The SCL/SDA upstream pair fans out to two SCx/SDx downstream Pairs, or channels.Only one SCx/SDx channel is selected at a time, determined by the contents of theprogrammable control register.

    标签: 2channel 9540B 9540 mult

    上传时间: 2014-12-27

    上传用户:nshark

  • PCA9542A 2channel I2C bus mult

    The PCA9542A is a 1-of-2 bidirectional translating multiplexer, controlled via the I2C-bus.The SCL/SDA upstream pair fans out to two SCx/SDx downstream Pairs, or channels.Only one SCx/SDx channel is selected at a time, determined by the contents of theprogrammable control register. Two interrupt inputs, INT0 and INT1, one for each of theSCx/SDx downstream Pairs, are provided. One interrupt output, INT, which acts as anAND of the two interrupt inputs, is provided.

    标签: 2channel 9542A 9542 mult

    上传时间: 2013-12-06

    上传用户:europa_lin

  • PCA9546A 4 channel I2C bus swi

    The PCA9546A is a quad bidirectional translating switch controlled via the I2C-bus. TheSCL/SDA upstream pair fans out to four downstream Pairs, or channels. Any individualSCx/SDx channel or combination of channels can be selected, determined by thecontents of the programmable control register.

    标签: channel 9546A 9546 PCA

    上传时间: 2013-11-15

    上传用户:cc1915