手機游戲坦克大戰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
上傳用戶:電子世界