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) return 0 else return Math.PI else {
資源簡(jiǎn)介: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...
上傳時(shí)間: 2016-10-31
上傳用戶:zhyiroy
資源簡(jiǎn)介: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...
上傳時(shí)間: 2016-10-31
上傳用戶:sunjet
資源簡(jiǎn)介: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...
上傳時(shí)間: 2013-12-18
上傳用戶:rocketrevenge
資源簡(jiǎn)介: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...
上傳時(shí)間: 2014-01-22
上傳用戶:cazjing
資源簡(jiǎn)介:RFC1661 PPP協(xié)議 (RFC1661 The Point-to-Point Protocol (PPP)) 本備忘錄狀態(tài) This memo provides information for the Internet community. It does not specify an Internet standard of any kind. Distribution of this memo is unlimited.
上傳時(shí)間: 2014-12-07
上傳用戶:569342831
資源簡(jiǎn)介: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...
上傳時(shí)間: 2015-09-13
上傳用戶:lhw888
資源簡(jiǎn)介: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 ...
上傳時(shí)間: 2015-09-15
上傳用戶:lgnf
資源簡(jiǎn)介:OpenJMS是一個(gè)開源的Java Message Service API 1.0.2 規(guī)范的實(shí)現(xiàn),它包含有以下特性: *. 它既支持點(diǎn)到點(diǎn)(Point-to-Point)(PTP)模型和發(fā)布/訂閱(Pub/Sub)模型。 *. 支持同步與異步消息發(fā)送 *. JDBC持久性管理使用數(shù)據(jù)庫(kù)表來(lái)存儲(chǔ)消息 *. 可視化管...
上傳時(shí)間: 2014-01-14
上傳用戶:zsjinju
資源簡(jiǎn)介:RFC3021:Using 31-Bit Prefixes on IPv4 Point-to-Point Links
上傳時(shí)間: 2014-11-22
上傳用戶:tianyi223
資源簡(jiǎn)介:test return Point or Point as param
上傳時(shí)間: 2013-12-08
上傳用戶:aig85
資源簡(jiǎn)介:SMPP with Java to implement Point-to-Point communication
上傳時(shí)間: 2016-06-06
上傳用戶:zhichenglu
資源簡(jiǎn)介: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...
上傳時(shí)間: 2013-12-21
上傳用戶:chenxichenyue
資源簡(jiǎn)介:This is a code for wireless Point-to-Point communication using Altera FPGA and TI s CC2500 transceiver
上傳時(shí)間: 2017-09-05
上傳用戶:zhangjinzj
資源簡(jiǎn)介: JMS是用于和面向消息的中間件相互通信的應(yīng)用程序接口。它既支持點(diǎn)對(duì)點(diǎn)(Point-to-Point)的域,又支持發(fā)布/訂閱(publish/subscribe)類型的域,并且提供對(duì)下列類型的支持:經(jīng)認(rèn)可的消息傳遞,事務(wù)型消息的傳遞,一致性消息和具有持久性的訂閱者支持。JMS還提供...
上傳時(shí)間: 2014-01-09
上傳用戶:1427796291
資源簡(jiǎn)介:If you design applications, or if you build, test, or document solutions, you need this book. If your applications are Web-based or Win32-based, you need this book. Finally, if you are currently learning or building Microsoft .NET Framework...
上傳時(shí)間: 2013-12-13
上傳用戶:kernaling
資源簡(jiǎn)介:testing to see if upload works or see if upload works or notsee if upload works or not
上傳時(shí)間: 2017-03-11
上傳用戶:離殤
資源簡(jiǎn)介:(1) 實(shí)現(xiàn)一個(gè)Point類,該類包含表示坐標(biāo)的兩個(gè)int型變量x、y,構(gòu)造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,計(jì)算兩點(diǎn)間距離的double distance(Point)方法。其中計(jì)算平方根用Math.sqrt()方法。 (2) 實(shí)現(xiàn)一個(gè)Circle...
上傳時(shí)間: 2014-11-25
上傳用戶:cylnpy
資源簡(jiǎn)介:Connecting an M68HC08 Family Microcontroller to an Internet Service Provider (ISP) Using the Point-to-Point Protocol (PPP)
上傳時(shí)間: 2013-12-11
上傳用戶:bibirnovis
資源簡(jiǎn)介:首先定義一個(gè)點(diǎn)類Point,其私有成員為其坐標(biāo)X,Y。設(shè)計(jì)構(gòu)造函數(shù),拷貝構(gòu)造函數(shù),析構(gòu)函數(shù)(可以什么都不做,只打印信息,表示其被調(diào)用),設(shè)置新值函數(shù)Set, 打印成員值函數(shù)Print。再定義一個(gè)線類Line,線類是在公有繼承點(diǎn)類的基礎(chǔ)上,新增私有成員斜率S,并設(shè)...
上傳時(shí)間: 2015-07-07
上傳用戶:xfbs821
資源簡(jiǎn)介:Connecting an M68HC08 Family Microcontroller to an Internet Service Provider (ISP) Using the Point-to-Point Protocol (PPP)
上傳時(shí)間: 2014-01-24
上傳用戶:gyq
資源簡(jiǎn)介:Connecting an M68HC08 Family Microcontroller to an Internet Service Provider (ISP) Using the Point-to-Point Protocol (PPP)
上傳時(shí)間: 2013-12-26
上傳用戶:anng
資源簡(jiǎn)介:This soucse code is for CodevisionAVR and RF2500 application driver code is all included.The Point to Point communication is realized.
上傳時(shí)間: 2016-06-11
上傳用戶:
資源簡(jiǎn)介: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...
上傳時(shí)間: 2016-12-10
上傳用戶:王慶才
資源簡(jiǎn)介:復(fù)數(shù)運(yùn)算#include<iostream.h> class Complex { public: Complex( double r =0, double i =0 ) Complex(int a) { Real = a Image = 0 } void print() const friend Complex operator+ ( const Complex & c1, const Complex & c2 ) friend Co...
上傳時(shí)間: 2016-06-30
上傳用戶:wang5829
資源簡(jiǎn)介:很多不同的廠家生產(chǎn)各種型號(hào)的計(jì)算機(jī),它們運(yùn)行完全不同的操作系統(tǒng),但TCP.IP協(xié)議族允許它們互相進(jìn)行通信。這一點(diǎn)很讓人感到吃驚,因?yàn)樗淖饔靡堰h(yuǎn)遠(yuǎn)超出了起初的設(shè)想。T C P / I P起源于6 0年代末美國(guó)政府資助的一個(gè)分組交換網(wǎng)絡(luò)研究項(xiàng)目,到9 0年代已發(fā)展...
上傳時(shí)間: 2013-11-13
上傳用戶:tdyoung
資源簡(jiǎn)介:AN2120, Connecting an M68HC08 Family Microcontroller to an Internet Service Provider (ISP) Using the Point-to-Point Protocol (PPP).
上傳時(shí)間: 2013-12-17
上傳用戶:標(biāo)點(diǎn)符號(hào)
資源簡(jiǎn)介:Blaster is a simple application that illustrates Windows NT 5.0’s support of the IrDA protocol. IrDA provides reliable Point to Point connectivity between 2 computers equipped with infrared
上傳時(shí)間: 2015-03-29
上傳用戶:Thuan
資源簡(jiǎn)介:#if !defined(AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_) #define AFX_GAQUEEN_H__C26AE0A3_F9B4_426F_A324_B460CC7946CB__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 class CGAQueen { pu...
上傳時(shí)間: 2015-12-27
上傳用戶:wuyuying
資源簡(jiǎn)介:消息中間件(Message—OrientedMiddleware,簡(jiǎn)稱MOM)提供客戶和服務(wù)器的同步和異步連接,并且在任意的時(shí)刻對(duì)消息進(jìn)行傳送和存儲(chǔ)轉(zhuǎn)發(fā)。消息的傳輸一般都支持Point—to—Point模式和Publish/Subscribe模式。消息中間件為大規(guī)模分布式環(huán)境下應(yīng)用程序的集成提供了...
上傳時(shí)間: 2013-12-20
上傳用戶:天誠(chéng)24
資源簡(jiǎn)介:This application includes a demo server and client program. You could write your own server launcher and client application by using the SimpleScreenCaptureServer class and the SimpleRemoteScreenCaptureClient class. Usage: 1. Type the...
上傳時(shí)間: 2016-10-06
上傳用戶:kr770906