AppWizard has created a WCEDialogWiz DLL for you. This DLL is the starting point for writing your custom AppWizard. It demonstrates the basics of creating a custom AppWizard.
标签: WCEDialogWiz AppWizard DLL for
上传时间: 2013-12-17
上传用户:cc1915
Application (fix point) for playing MP3 data on embedded systems. mp3play is designed to be able to play mp3 data files within the local filesystem (which can be a network filesystem), or fetch files to play via http over a network. For the http case the address can specify a streaming MP3 server.
标签: Application embedded designed playing
上传时间: 2016-07-10
上传用户:520
matlab training power point
标签: training matlab power point
上传时间: 2013-12-26
上传用户:hn891122
(1) 实现一个Point类,该类包含表示坐标的两个int型变量x、y,构造方法Point()和Point(int xx, int yy),返回x值和y值的int getX()和int getY()方法,计算两点间距离的double distance(Point)方法。其中计算平方根用Math.sqrt()方法。 (2) 实现一个Circle类,该类包含表示圆心的Point型变量center,表示半径的int radius变量,以及构造方法Circle()、Circle(int xx,int yy,int r)、Circle(Point c,int r),返回周长和面积的int perimeter()、double area()方法,返回两个圆是否为同一个圆(返回0)、同心圆(返回1)、相交的圆(返回2)、分离的圆(返回3)、包含的圆(返回4)等关系的int relation(Circle c)等方法。PI值可以用Math.PI常量。 (3) 实现测试上述两个类的ClassTest类。该类在main方法中分别创建若干个Point对象和Circle对象,并调用相关方法,输出方法的返回值,验证其正确性。 (4) 将Point类、Circle类和主类的包名分别调整为p1、p2、p3,并重新运行,验证是否运行正确。
标签: Point
上传时间: 2014-11-25
上传用户:cylnpy
matlab function ---> find roots using fixed-point iteration
标签: fixed-point iteration function matlab
上传时间: 2016-08-31
上传用户:米卡
primary dual 算法 解决Interior point
标签: Interior primary point dual
上传时间: 2016-09-24
上传用户:pompey
matlab的入门教程,Power point制作
上传时间: 2013-12-28
上传用户:363186
IEEE 802.11F-2003 IEEE Recommended Practice for Multi-Vendor Access Point Interoperability via an Inter-Access Point Protocol Across Distribution Systems Supporting IEEE 802.11 Operation
标签: IEEE Interoperability Multi-Vendor Recommended
上传时间: 2013-12-09
上传用户:独孤求源
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 {
标签: AOrigin APoint Point PointToAngle
上传时间: 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) return 0 else return Math.PI else {
标签: AOrigin APoint Point PointToAngle
上传时间: 2016-10-31
上传用户:sunjet