search for: 3d2048

Displaying 2 results from an estimated 2 matches for "3d2048".

Did you mean: 372048
2007 Jul 12
0
No subject
...00Using latest REGISTER request as basis request=0D =00Sending to 192.168.0.4 : 2048 (NAT)=0D =00=0D=1B[Kjdc*CLI> =0D=0D <--- Transmitting (no NAT) to 192.168.0.4:5060 --->=0D SIP/2.0 100 Trying=0D=0D Via: SIP/2.0/UDP 192.168.0.4;branch=3Dz9hG4bK-1fk1w5i9tp27;received=3D192.1= 68.0.4;rport=3D2048=0D=0D =46rom: "Jason White" <sip:5549 at 192.168.0.2>;tag=3Drrzoty966y=0D=0D To: "Jason White" <sip:5549 at 192.168.0.2>=0D=0D Call-ID: 3c33894c8198-jfnao0gkzzkv=0D=0D CSeq: 341 REGISTER=0D=0D User-Agent: Asterisk PBX=0D=0D Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, R...
2009 Oct 08
2
intersection of 2 density curves
Hi, I would like to find out the coordinates of the intersection points of 2 density curves. I did a search but i didn't get any significant results. I really hope some of you have some ideas. here it is an example: set.seed(123) x1 <- rnorm(100, 1, 1) x2 <- rnorm(100, 0, 1) d1 <- density(x1) d2 <- density(x2) plot(d1, col = 2) lines(d2, col = 4) Now i would like to know