手机游戏坦克大战import java.awt.* import javax.swing.* import java.awt.event.* import java.util.EventListener public class HsTank2 extends JFrame { HsTank2(String title) { this.setTitle(title) this.setSize(608 , 630) this.setLocation(300 , 100) this.setBackground(Color.WHITE)
上传时间: 2015-10-17
上传用户:李彦东
The purpose of this paper is to provide a practical introduction to the discrete Kalman filter. This introduction includes a description and some discussion of the basic discrete Kalman filter, a derivation, description and some discussion of the extended Kalman filter, and a relatively simple (tangible) example with real numbers & results.
标签: introduction practical discrete purpose
上传时间: 2014-11-14
上传用户:familiarsmile
In 1960, R.E. Kalman published his famous paper describing a recursive solution to the discrete-data linear filtering problem. Since that time, due in large part to advances in digital computing, the Kalman filter has been the subject of extensive research and application, particularly in the area of autonomous or assisted navigation.
标签: R.E. discrete-dat describing published
上传时间: 2015-10-22
上传用户:2404
import java.awt.* import java.awt.event.* import javax.swing.*
上传时间: 2014-01-19
上传用户:jkhjkh1982
---实现的部分VHDL 程序如下。 --- elsif clk1x event and clk1x = 1 then ---if std_logic_vector(length_no) >= “0001” and std_logic_vector(length_no) <= “1001” then -----数据帧数据由接收串行数据端移位入接收移位寄存器---rsr(0) <= rxda --- rsr(7 downto 1) <= rsr(6 downto 0) --- parity <= parity xor rsr(7) --- elsif std_logic_vector(length_no) = “1010” then --- rbr <= rsr --接收移位寄存器数据进入接收缓冲器--- ...... --- end if
标签: clk1x std_logic_vector length_no elsif
上传时间: 2015-10-28
上传用户:cainaifa
package huanrongdao import javax.swing.* import java.awt.event.WindowEvent import java.awt.event.WindowAdapter
标签: import java huanrongdao WindowEvent
上传时间: 2013-12-17
上传用户:skhlm
onBlur event handler A blur event occurs when a text or textArea field on a form loses focus. The onBlur event handler executes JavaScript code when a blur event occurs. Applies to
标签: event textArea handler onBlur
上传时间: 2015-10-30
上传用户:jiahao131
Modulates binary data with discrete multitone modulation.
标签: modulation Modulates multitone discrete
上传时间: 2014-01-26
上传用户:王庆才
用JAVA APPLET开发的小游戏,介绍了鼠标和键盘的事件响应,是初学JAVA EVENT LISTENER 的例子教程.
标签: JAVA LISTENER APPLET EVENT
上传时间: 2013-12-23
上传用户:asdkin
This document provides guidelines for integrating a discrete high speed USB host controller onto a fourlayer desktop motherboard. The material covered can be broken into three main categories: Board design guidelines, EMI/ESD guidelines and front panel USB guidelines. Section 1.1 Background provides an explanation of the routing experiments and testing performed to validate the feasibility of 480 Megabits per second on an actual motherboard. Section 7 contains a design checklist that lists each design recommendation described in this document. High speed USB operation is described in the USB 2.0 Specification (http://www.usb.org/developers/docs.html).
标签: integrating controller guidelines document
上传时间: 2013-11-27
上传用户:电子世界