搜索结果

找到约 405 项符合 floating-Point 的查询结果

书籍源码 AppWizard has created a WCEDialogWiz DLL for you. This DLL is the starting point for writing your c

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.
https://www.eeworm.com/dl/532/313576.html
下载: 177
查看: 1035

单片机开发 Application (fix point) for playing MP3 data on embedded systems. mp3play is designed to be able to

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. ...
https://www.eeworm.com/dl/648/318613.html
下载: 132
查看: 1046

matlab例程 matlab training power point

matlab training power point
https://www.eeworm.com/dl/665/324487.html
下载: 77
查看: 1015

Java编程 (1) 实现一个Point类

(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 ...
https://www.eeworm.com/dl/633/334958.html
下载: 99
查看: 1063

matlab例程 matlab function ---> find roots using fixed-point iteration

matlab function ---> find roots using fixed-point iteration
https://www.eeworm.com/dl/665/339966.html
下载: 111
查看: 1025

matlab例程 primary dual 算法 解决Interior point

primary dual 算法 解决Interior point
https://www.eeworm.com/dl/665/346296.html
下载: 183
查看: 1038

matlab例程 matlab的入门教程,Power point制作

matlab的入门教程,Power point制作
https://www.eeworm.com/dl/665/348202.html
下载: 191
查看: 1041

其他书籍 IEEE 802.11F-2003 IEEE Recommended Practice for Multi-Vendor Access Point Interoperability via an In

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
https://www.eeworm.com/dl/542/349010.html
下载: 160
查看: 1092

matlab例程 private double PointToAngle(Point AOrigin, Point APoint) { if (APoint.X == AOrigin.X) if (APoin

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 {
https://www.eeworm.com/dl/665/360969.html
下载: 93
查看: 1041

加密解密 private double PointToAngle(Point AOrigin, Point APoint) { if (APoint.X == AOrigin.X) if (APoin

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 {
https://www.eeworm.com/dl/519/360970.html
下载: 27
查看: 1050