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 {
资源简介: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
资源简介: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
资源简介: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
资源简介: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
资源简介:test return Point or Point as param
上传时间: 2013-12-08
上传用户:aig85
资源简介:SMPP with Java to implement Point-to-Point communication
上传时间: 2016-06-06
上传用户:zhichenglu
资源简介: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
资源简介: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...
上传时间: 2013-12-13
上传用户:kernaling
资源简介:testing to see if upload works or see if upload works or notsee if upload works or not
上传时间: 2017-03-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
资源简介:Connecting an M68HC08 Family Microcontroller to an Internet Service Provider (ISP) Using the Point-to-Point Protocol (PPP)
上传时间: 2013-12-11
上传用户:bibirnovis
资源简介:首先定义一个点类Point,其私有成员为其坐标X,Y。设计构造函数,拷贝构造函数,析构函数(可以什么都不做,只打印信息,表示其被调用),设置新值函数Set, 打印成员值函数Print。再定义一个线类Line,线类是在公有继承点类的基础上,新增私有成员斜率S,并设...
上传时间: 2015-07-07
上传用户:xfbs821
资源简介: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
资源简介:This soucse code is for CodevisionAVR and RF2500 application driver code is all included.The Point to Point communication is realized.
上传时间: 2016-06-11
上传用户:
资源简介: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
上传用户:王庆才
资源简介:复数运算#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...
上传时间: 2016-06-30
上传用户:wang5829
资源简介:很多不同的厂家生产各种型号的计算机,它们运行完全不同的操作系统,但TCP.IP协议族允许它们互相进行通信。这一点很让人感到吃惊,因为它的作用已远远超出了起初的设想。T C P / I P起源于6 0年代末美国政府资助的一个分组交换网络研究项目,到9 0年代已发展...
上传时间: 2013-11-13
上传用户:tdyoung
资源简介:AN2120, Connecting an M68HC08 Family Microcontroller to an Internet Service Provider (ISP) Using the Point-to-Point Protocol (PPP).
上传时间: 2013-12-17
上传用户:标点符号
资源简介: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
上传时间: 2015-03-29
上传用户:Thuan
资源简介:#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...
上传时间: 2015-12-27
上传用户:wuyuying
资源简介:消息中间件(Message—OrientedMiddleware,简称MOM)提供客户和服务器的同步和异步连接,并且在任意的时刻对消息进行传送和存储转发。消息的传输一般都支持Point—to—Point模式和Publish/Subscribe模式。消息中间件为大规模分布式环境下应用程序的集成提供了...
上传时间: 2013-12-20
上传用户:天诚24
资源简介: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...
上传时间: 2016-10-06
上传用户:kr770906