CarSim is an application for the simulating the (simplified) movement of cars on a two-dimensional surface. Package ope.carsim contains classes that represent the problem domain: cars and locations. Package ope.carsim.gui contains a user interface for the application.
標簽: two-dimensional application simulating simplified
上傳時間: 2013-12-22
上傳用戶:gaome
主要考察的是資源池的設計和實現(xiàn), Domain Model比較簡單,僅用于測試資源池,因此IDL也僅僅實現(xiàn)基本存取功能。本資源池的設計主要參考Object Resource Pooling這篇文章中介紹的基本框架
標簽: 資源
上傳時間: 2015-09-06
上傳用戶:cx111111
This paper deals with the problem of speech enhancement when a corrupted speech signal with an additive colored noise is the only information available for processing. Kalman filtering is known as an effective speech enhancement technique, in which speech signal is usually modeled as autoregressive (AR) process and represented in the state-space domain.
標簽: speech with enhancement corrupted
上傳時間: 2015-09-07
上傳用戶:zhangyi99104144
This paper deals with the problem of speech enhancement when only a corrupted speech signal is available for processing. Kalman filtering is known as an effective speech enhancement technique, in which speech signal is usually modeled as autoregressive (AR) model and represented in the state-space domain.
標簽: speech enhancement corrupted problem
上傳時間: 2013-12-20
上傳用戶:569342831
自定義一個簡單的日期類DateType,它具有數(shù)據(jù)成員y、m、d,用來表示當前日期的年、月、日。而后設計該類欲實現(xiàn)(完成)的功能,進而設計出相應的類成員函數(shù)。 例如,下面給出的“雛形”可用來實現(xiàn)對天的增加,比較兩個日期是否相等,以及對日期的輸出等操作。請完成各類成員函數(shù),并編制主函數(shù),說明DateType類對象,對定義的各成員函數(shù)進行調用,以驗證它們的正確性。 class DateType { //自定義的日期類DateType int y,m,d //數(shù)據(jù)成員,表示當前日期的年、月、日 public: DateType(int y0=1, int m0=1, int d0=1) //構造函數(shù),設定年、月、日;并設置參數(shù)默認值 void incrementDay() //增加1天 bool equal(DateType dt2) //判斷二日期是否相等 void printDate() //屏幕輸出日期對象的有關數(shù)據(jù)(年、月、日) }
上傳時間: 2013-12-22
上傳用戶:songyue1991
Problem Statement You are given a string input. You are to find the longest substring of input such that the reversal of the substring is also a substring of input. In case of a tie, return the string that occurs earliest in input. Definition Class: ReverseSubstring Method: findReversed Parameters: string Returns: string Method signature: string findReversed(string input) (be sure your method is public) Notes The substring and its reversal may overlap partially or completely. The entire original string is itself a valid substring (see example 4). Constraints input will contain between 1 and 50 characters, inclusive. Each character of input will be an uppercase letter ( A - Z ). Examples 0) "XBCDEFYWFEDCBZ" Returns: "BCDEF" We see that the reverse of BCDEF is FEDCB, which appears later in the string. 1)
上傳時間: 2015-09-21
上傳用戶:sunjet
Dropbear is an SSH 2 server, designed to be usable in small memory environments. It supports: * Main features of SSH 2 protocol * Implements X11 forwarding, and authentication-agent forwarding for OpenSSH clients * Compatible with OpenSSH ~/.ssh/authorized_keys public key authentication
標簽: environments Dropbear designed supports
上傳時間: 2014-01-16
上傳用戶:skhlm
This article describes Atmel’s FingerChip technology for electronic fingerprint sensing that combines the advantages of small size, low cost, high accuracy, zero maintenance, low energy consumption and portability. This technology has applications in a wide range of fixed and portable secured devices including access control systems, cash terminals, public transport, PCs, PDAs, Smart Card readers and motor vehicles. It can be used in almost any situation where rapid, reliable and accurate identification or authentication of an individual is required.
標簽: fingerprint FingerChip technology electronic
上傳時間: 2013-12-27
上傳用戶:h886166
Abstract:Noise frequency modulation(FM)jamming。which belongs to blanket jamming。is already become the main form ofnoise jamming at present。because the wideband was gained by it.Tne spectnlnl ofnoise FM jamming is analyzed by time domain autocorrelation method in this paper.It’S jamm g peculiarity and幾out— putting signal’S jamming peculiarity ale explained.At last,these time series models ofnoise FM jalllIIling sig— nal and幾outputting signal ale built.
標簽: jamming modulation frequency Abstract
上傳時間: 2015-10-17
上傳用戶:lijinchuan
手機游戲坦克大戰(zhàn)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
上傳用戶:李彥東