test return point or point as param
資源簡介:test return point or point as param
上傳時間: 2013-12-08
上傳用戶:aig85
資源簡介:Bing is a point-to-point bandwidth measurement tool (hence the b ), based on ping. Bing determines the real (raw, as opposed to available or average) throughput on a link by measuring ICMP echo requests roundtrip times for different packet ...
上傳時間: 2015-09-15
上傳用戶:lgnf
資源簡介:KPhoneIM is a simple point to point instant messaging application. You may chat with (exactly) one partner directly. The tool needs no server. It may be called from KPhoneSI as external session. Indeed, I develloped the tool mainly to demon...
上傳時間: 2015-09-13
上傳用戶:lhw888
資源簡介:private double pointToAngle(point AOrigin, point Apoint) { if (Apoint.X == AOrigin.X) if (Apoint.Y > AOrigin.Y) return Math.PI * 0.5f else return Math.PI * 1.5f else if (Apoint.Y == AOrigin.Y) if (Apoint.X > AOrigin.X) retu...
上傳時間: 2016-10-31
上傳用戶:zhyiroy
資源簡介:private double pointToAngle(point AOrigin, point Apoint) { if (Apoint.X == AOrigin.X) if (Apoint.Y > AOrigin.Y) return Math.PI * 0.5f else return Math.PI * 1.5f else if (Apoint.Y == AOrigin.Y) if (Apoint.X > AOrigin.X) retu...
上傳時間: 2016-10-31
上傳用戶:sunjet
資源簡介:private double pointToAngle(point AOrigin, point Apoint) { if (Apoint.X == AOrigin.X) if (Apoint.Y > AOrigin.Y) return Math.PI * 0.5f else return Math.PI * 1.5f else if (Apoint.Y == AOrigin.Y) if (Apoint.X > AOrigin.X) retu...
上傳時間: 2013-12-18
上傳用戶:rocketrevenge
資源簡介:The point-to-point Protocol (PPP) for the Transmission of Multi-protocol Datagrams over point-to-point Links Status of this Memo This RFC specifies an IAB standards track protocol for the Internet community, and requests discussion an...
上傳時間: 2014-01-22
上傳用戶:cazjing
資源簡介:RFC1661 PPP協議 (RFC1661 The point-to-point Protocol (PPP)) 本備忘錄狀態 This memo provides information for the Internet community. It does not specify an Internet standard of any kind. Distribution of this memo is unlimited.
上傳時間: 2014-12-07
上傳用戶:569342831
資源簡介:This program is test URL exists or not ,then print out a overall result in *.html style.
上傳時間: 2015-08-13
上傳用戶:wangchong
資源簡介:You can call MsgBoxEx instead of MsgBox MsgBoxEx will return the same vbMsgBoxResults as MsgBox, but adds the frm, Left, and Top parameters.
上傳時間: 2013-12-22
上傳用戶:zycidjl
資源簡介:OpenJMS是一個開源的Java Message Service API 1.0.2 規范的實現,它包含有以下特性: *. 它既支持點到點(point-to-point)(PTP)模型和發布/訂閱(Pub/Sub)模型。 *. 支持同步與異步消息發送 *. JDBC持久性管理使用數據庫表來存儲消息 *. 可視化管...
上傳時間: 2014-01-14
上傳用戶:zsjinju
資源簡介:RFC3021:Using 31-Bit Prefixes on IPv4 point-to-point Links
上傳時間: 2014-11-22
上傳用戶:tianyi223
資源簡介:SMPP with Java to implement point-to-point communication
上傳時間: 2016-06-06
上傳用戶:zhichenglu
資源簡介:Console HDD performance test for windows or unix
上傳時間: 2014-01-20
上傳用戶:Miyuki
資源簡介:This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link robot arm. The objective function for the proposed GA is to minimizing traveling time and space, while not exceeding a maximum pre...
上傳時間: 2013-12-21
上傳用戶:chenxichenyue
資源簡介:This is a code for wireless point-to-point communication using Altera FPGA and TI s CC2500 transceiver
上傳時間: 2017-09-05
上傳用戶:zhangjinzj
資源簡介: JMS是用于和面向消息的中間件相互通信的應用程序接口。它既支持點對點(point-to-point)的域,又支持發布/訂閱(publish/subscribe)類型的域,并且提供對下列類型的支持:經認可的消息傳遞,事務型消息的傳遞,一致性消息和具有持久性的訂閱者支持。JMS還提供...
上傳時間: 2014-01-09
上傳用戶:1427796291
資源簡介:Connecting an M68HC08 Family Microcontroller to an Internet Service Provider (ISP) Using the point-to-point Protocol (PPP)
上傳時間: 2013-12-11
上傳用戶:bibirnovis
資源簡介:Connecting an M68HC08 Family Microcontroller to an Internet Service Provider (ISP) Using the point-to-point Protocol (PPP)
上傳時間: 2014-01-24
上傳用戶:gyq
資源簡介:Connecting an M68HC08 Family Microcontroller to an Internet Service Provider (ISP) Using the point-to-point Protocol (PPP)
上傳時間: 2013-12-26
上傳用戶:anng
資源簡介:SimpliciTI™ -1.0.3.exe for CC11xx and CC25xx SimpliciTI is a simple low-power RF network protocol aimed at small (<256) RF networks. Such networks typically contain battery operated devices which require long battery life, low data ra...
上傳時間: 2014-11-05
上傳用戶:rishian
資源簡介:SimpliciTI™ -1.0.4.exe for CC2430 SimpliciTI is a simple low-power RF network protocol aimed at small (<256) RF networks. Such networks typically contain battery operated devices which require long battery life, low data rate and low...
上傳時間: 2016-05-21
上傳用戶:R50974
資源簡介:This soucse code is for CodevisionAVR and RF2500 application driver code is all included.The point to point communication is realized.
上傳時間: 2016-06-11
上傳用戶:
資源簡介:(1) 實現一個point類,該類包含表示坐標的兩個int型變量x、y,構造方法point()和point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,計算兩點間距離的double distance(point)方法。其中計算平方根用Math.sqrt()方法。 (2) 實現一個Circle...
上傳時間: 2014-11-25
上傳用戶:cylnpy
資源簡介:A passive optical network (PON) is a point-to-multipoint, fiber to the premises network architecture in which unpowered optical splitters are used to enable a single optical fiber to serve multiple premises, typically 32-128. A PON consists...
上傳時間: 2016-12-10
上傳用戶:王慶才
資源簡介:高清電子書-C++ Primer Plus, 第6版英文版 1438頁Learning C++ is an adventure of discovery, particularly because the language accommodates several programming paradigms, including object-oriented programming, generic programming, and the trad...
上傳時間: 2022-02-19
上傳用戶:trh505
資源簡介:很多不同的廠家生產各種型號的計算機,它們運行完全不同的操作系統,但TCP.IP協議族允許它們互相進行通信。這一點很讓人感到吃驚,因為它的作用已遠遠超出了起初的設想。T C P / I P起源于6 0年代末美國政府資助的一個分組交換網絡研究項目,到9 0年代已發展...
上傳時間: 2013-11-13
上傳用戶:tdyoung
資源簡介:This product may be controlled for export purposes. You may not export, or transfer for the purpose of reexport, any technical data received hereunder or the product produced by use of such technical data, including processes and serv...
上傳時間: 2015-04-29
上傳用戶:陽光少年2016
資源簡介:This product may be controlled for export purposes. You may not export, or transfer for the purpose of reexport, any technical data received hereunder or the product produced by use of such technical data, including processes and serv...
上傳時間: 2014-01-13
上傳用戶:cc1915
資源簡介:BugTrack is a basic, yet fully functional web based Bug Tracking system that you may use as a framework to create an expanded system or use as is . Great for small teams working on software projects. Features include: - Search by Proje...
上傳時間: 2017-04-02
上傳用戶:qilin