54x54-bit Radix-4 Multiplier based on Modified Booth Algorithm
標簽: Multiplier Algorithm Modified Radix
上傳時間: 2016-10-28
上傳用戶:李夢晗
A Module-based Wireless Node (MW-Node) is a Node with wireless and mobile capabilities added by means of modules. It is not a new node object derived from Node. Rather it is a new layout of mostly existing components. Rationale for this new design has been presented in [1]. The MW-Node provides a flexible support for wireless and mobile networking and in particular: support for multiple interfaces/multiple channels, and a common basis for the implementation of wireless routing protocols.
標簽: Node Module-based capabilities Wireless
上傳時間: 2013-12-26
上傳用戶:大三三
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
This function generates normalized rayleigh samples based on Inverse DFT
標簽: normalized generates function rayleigh
上傳時間: 2014-01-23
上傳用戶:lacsx
This paper presents a visual based localization mechanism for a legged robot. Our proposal, fundamented on a probabilistic approach, uses a precompiled topological map where natural landmarks like doors or ceiling lights are recognized by the robot using its on-board camera. Experiments have been conducted using the AIBO Sony robotic dog showing that it is able to deal with noisy sensors like vision and to approximate world models representing indoor ofce environments. The two major contributions of this work are the use of this technique in legged robots, and the use of an active camera as the main sensor
標簽: localization mechanism presents proposal
上傳時間: 2016-11-04
上傳用戶:dianxin61
DEW POINT CALCULATION ROUTINE
標簽: CALCULATION ROUTINE POINT DEW
上傳時間: 2016-11-04
上傳用戶:風之驕子
國際會議上關于磨損平衡的一片論文:A Stackable Wear-Leveling Module for Linux-Based Flash File Systems
標簽: Wear-Leveling Linux-Based Stackable Systems
上傳時間: 2014-08-15
上傳用戶:Pzj
DTNSim2 is a simulator for Delay-Tolerant Networks (DTNs) written in Java. It is based on Sushant Jain s DTNSim, which was used for the Routing in a delay tolerant network paper. It has been exensively modified.
標簽: Delay-Tolerant simulator Networks DTNSim2
上傳時間: 2016-11-06
上傳用戶:tianyi223