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.
標(biāo)簽: two-dimensional application simulating simplified
上傳時(shí)間: 2013-12-22
上傳用戶:gaome
主要考察的是資源池的設(shè)計(jì)和實(shí)現(xiàn), Domain Model比較簡(jiǎn)單,僅用于測(cè)試資源池,因此IDL也僅僅實(shí)現(xiàn)基本存取功能。本資源池的設(shè)計(jì)主要參考Object Resource Pooling這篇文章中介紹的基本框架
標(biāo)簽: 資源
上傳時(shí)間: 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.
標(biāo)簽: speech with enhancement corrupted
上傳時(shí)間: 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.
標(biāo)簽: speech enhancement corrupted problem
上傳時(shí)間: 2013-12-20
上傳用戶:569342831
自定義一個(gè)簡(jiǎn)單的日期類(lèi)DateType,它具有數(shù)據(jù)成員y、m、d,用來(lái)表示當(dāng)前日期的年、月、日。而后設(shè)計(jì)該類(lèi)欲實(shí)現(xiàn)(完成)的功能,進(jìn)而設(shè)計(jì)出相應(yīng)的類(lèi)成員函數(shù)。 例如,下面給出的“雛形”可用來(lái)實(shí)現(xiàn)對(duì)天的增加,比較兩個(gè)日期是否相等,以及對(duì)日期的輸出等操作。請(qǐng)完成各類(lèi)成員函數(shù),并編制主函數(shù),說(shuō)明DateType類(lèi)對(duì)象,對(duì)定義的各成員函數(shù)進(jìn)行調(diào)用,以驗(yàn)證它們的正確性。 class DateType { //自定義的日期類(lèi)DateType int y,m,d //數(shù)據(jù)成員,表示當(dāng)前日期的年、月、日 public: DateType(int y0=1, int m0=1, int d0=1) //構(gòu)造函數(shù),設(shè)定年、月、日;并設(shè)置參數(shù)默認(rèn)值 void incrementDay() //增加1天 bool equal(DateType dt2) //判斷二日期是否相等 void printDate() //屏幕輸出日期對(duì)象的有關(guān)數(shù)據(jù)(年、月、日) }
上傳時(shí)間: 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)
標(biāo)簽: input Statement You are
上傳時(shí)間: 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
標(biāo)簽: environments Dropbear designed supports
上傳時(shí)間: 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.
標(biāo)簽: fingerprint FingerChip technology electronic
上傳時(shí)間: 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幾o(hù)ut— putting signal’S jamming peculiarity ale explained.At last,these time series models ofnoise FM jalllIIling sig— nal and幾o(hù)utputting signal ale built.
標(biāo)簽: jamming modulation frequency Abstract
上傳時(shí)間: 2015-10-17
上傳用戶:lijinchuan
手機(jī)游戲坦克大戰(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)
標(biāo)簽: import java awt EventL
上傳時(shí)間: 2015-10-17
上傳用戶:李彥東
蟲(chóng)蟲(chóng)下載站版權(quán)所有 京ICP備2021023401號(hào)-1