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
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
上传时间: 2013-12-18
上传用户:rocketrevenge
DEW POINT CALCULATION ROUTINE
标签: CALCULATION ROUTINE POINT DEW
上传时间: 2016-11-04
上传用户:风之骄子
RBFMIP is a package for training multi-instance RBF neural networks
标签: multi-instance networks training package
上传时间: 2014-01-23
上传用户:refent
BPMLL is a package for training multi-label BP neural networks. The package includes the MATLAB code of the algorithm BP-MLL, which is designed to deal with multi-label learning. It is in particular useful when a real-world object is associated with multiple labels simultaneously
标签: package multi-label includes networks
上传时间: 2013-12-05
上传用户:xsnjzljj
CCE is a multi-instance learning method solving multi-instance problems through adapting multi-instance representation to single-instance algorithms, which is quite different from existing multi-instance learning algorithms which attempt to adapt single-instance algorithms to multi-instance representation
标签: multi-instance multi-insta adapting learning
上传时间: 2014-01-14
上传用户:manlian
This toolbox contains re-implementations of four different multi-instance learners, i.e. Diverse Density, Citation-kNN, Iterated-discrim APR, and EM-DD. Ensembles of these single multi-instance learners can be built with this toolbox
标签: i.e. re-implementations multi-instance different
上传时间: 2013-12-19
上传用户:haohaoxuexi
The TMS320C54x, TMS320LC54x, and TMS320VC54x fixed-point, digital signal processor (DSP) families (hereafter referred to as the ’54x unless otherwise specified) are based on an advanced modified Harvard architecture that has one program memory bus and three data memory buses. These processors also provide an arithmetic logic unit (ALU) that has a high degree of parallelism, application-specific hardware logic, on-chip memory, and additional on-chip peripherals. These DSP families also provide a highly specialized instruction set, which is the basis of the operational flexibility and speed of these DSPs.
标签: TMS 320 fixed-point processor
上传时间: 2013-12-27
上传用户:宋桃子
提出了利用精密单点定位(precise point positioning,PPP)技术进行海啸预警的方法,并利用TriP软件对实测浮标数据进行了处理,将得出的海面高数据和海啸波模型叠加进行了模拟分析。仿真结果表明,利用精密单点定位技术进行海啸预警,能够监测判断海啸的发生,并获得海啸波到达海岸的波高和时间,提供一定的预警信息。
标签: positioning precise point TriP
上传时间: 2016-11-18
上传用户:agent