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
標(biāo)簽: server Socket Datagr client
上傳時(shí)間: 2015-03-31
上傳用戶:yxgi5
MSC 1210 A/D Conversion for 1 input signals (-2.5V ... +2.5V) Inputs Pairs AIN0-AIN1 read in an interrupt service routine
標(biāo)簽: Conversion 2.5 AIN signals
上傳時(shí)間: 2014-01-25
上傳用戶:gtzj
Floyd-Warshall算法描述 1)適用范圍: a)APSP(All Pairs Shortest Paths) b)稠密圖效果最佳 c)邊權(quán)可正可負(fù) 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)算法結(jié)束:dis即為所有點(diǎn)對(duì)的最短路徑矩陣 3)算法小結(jié):此算法簡(jiǎn)單有效,由于三重循環(huán)結(jié)構(gòu)緊湊,對(duì)于稠密圖,效率要高于執(zhí)行|V|次Dijkstra算法。時(shí)間復(fù)雜度O(n^3)。 考慮下列變形:如(I,j)∈E則dis[I,j]初始為1,else初始為0,這樣的Floyd算法最后的最短路徑矩陣即成為一個(gè)判斷I,j是否有通路的矩陣。更簡(jiǎn)單的,我們可以把dis設(shè)成boolean類型,則每次可以用“dis[I,j]:=dis[I,j]or(dis[I,k]and dis[k,j])”來代替算法描述中的藍(lán)色部分,可以更直觀地得到I,j的連通情況。
標(biāo)簽: Floyd-Warshall Shortest Pairs Paths
上傳時(shí)間: 2013-12-01
上傳用戶:dyctj
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. %
標(biāo)簽: back-propagation corresponding input-output algorithm
上傳時(shí)間: 2016-12-27
上傳用戶:exxxds
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
標(biāo)簽: destination generate between traffic
上傳時(shí)間: 2017-08-06
上傳用戶:gaome
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.
標(biāo)簽: montecarlo uncompress developed servlet
上傳時(shí)間: 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.
上傳時(shí)間: 2014-12-23
上傳用戶:13691535575
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.
標(biāo)簽: 2channel 9540B 9540 mult
上傳時(shí)間: 2014-12-28
上傳用戶:nshark
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.
標(biāo)簽: 2channel 9542A 9542 mult
上傳時(shí)間: 2013-12-07
上傳用戶:europa_lin
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.
標(biāo)簽: channel 9546A 9546 PCA
上傳時(shí)間: 2013-11-16
上傳用戶:cc1915
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1