Java program asking the user to enter a number and will be printed out 10 times and enter a LETTER "x" to exit.
上傳時間: 2017-08-11
上傳用戶:www240697738
程序用JAVA語言編寫, 綜合利用圖結構和堆棧結構進行數據組織和處理. 可以進行正則表達式到NFA的轉化, 并能用圖形直觀的表示. 對正則表達式有一些約定, 就是可以用單個字符表示輸入, 也可以用 ‘ ‘ 連接起來的一串字符進行輸入. 有基本的表達式以及由基本表達式構成的并置, 選擇和重復的操作. 例: A|b*c ‘LETTER’*’digit’ 等都是合法輸入. 還帶有括號功能, 優先級
上傳時間: 2015-05-26
上傳用戶:金宜
The JICQ is the bureau area which JAVA writes according to "Customer s Machine/Server"(C/S) mode message solid hour correspond by LETTER tool system, the system adopted the SQL Server2000 of Microsoft company as a backstage database, the system passes a JDBC interview database. The system is divided into the server procedure and customer s procedure two parts, server and customer adoption "Transmission Control Protocol"(TCP), connect a word (Socket) conjunction through a set, the adoption "User Datagram Protocol "(UDP) of the customer s, pass a data report a set to connect a word (DatagramSocket) establishment a conjunction. The system has customer registration, customer to register, increase good friend, delete good friend and send out and receive news etc. function.
標簽: according Customer Machine Server
上傳時間: 2014-01-04
上傳用戶:jyycc
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
We address the problem of blind carrier frequency-offset (CFO) estimation in quadrature amplitude modulation, phase-shift keying, and pulse amplitude modulation communications systems.We study the performance of a standard CFO estimate, which consists of first raising the received signal to the Mth power, where M is an integer depending on the type and size of the symbol constellation, and then applying the nonlinear least squares (NLLS) estimation approach. At low signal-to noise ratio (SNR), the NLLS method fails to provide an accurate CFO estimate because of the presence of outliers. In this LETTER, we derive an approximate closed-form expression for the outlier probability. This enables us to predict the mean-square error (MSE) on CFO estimation for all SNR values. For a given SNR, the new results also give insight into the minimum number of samples required in the CFO estimation procedure, in order to ensure that the MSE on estimation is not significantly affected by the outliers.
標簽: frequency-offset estimation quadrature amplitude
上傳時間: 2014-01-22
上傳用戶:牛布牛
程序接受用戶鍵入的一行字符(字符數不超過80個,該字符串用回車符結束),并按字母、 數字以及其他字符分類統計,然后將結果存入以LETTER,digit和other為名的存儲單元。
上傳時間: 2014-01-21
上傳用戶:電子世界
Noncoherent receivers are attractive for pulsed UWB systems due to the implementation simplicity. To alleviate the noise effect in detecting UWB PPM signals, this LETTER proposes a simple yet flexible weighted noncoherent receiver structure, which adopts a square-law integrator multiplied with a window function.
標簽: implementation Noncoherent attractive simplicity
上傳時間: 2013-12-01
上傳用戶:wys0120
北京大學ACM比賽題目 Write a program to read four lines of upper case (i.e., all CAPITAL LETTERS) text input (no more than 72 characters per line) from the input file and print a vertical histogram that shows how many times each LETTER (but not blanks, digits, or punctuation) appears in the all-upper-case input. Format your output exactly as shown.
標簽: CAPITAL LETTERS program Write
上傳時間: 2014-01-17
上傳用戶:410805624
、該個詞法分析器要求至少能夠識別以下幾類單詞: a. 關鍵字:else if int return void while共6個,所有的關鍵字都是保留字,并且必須是小寫; b. 標識符:識別與C語言詞法規定相一致的標識符,通過下列正則表達式定義:ID = LETTER (LETTER | digit)*; c. 常數:NUM=(+ | - |ε)digit digit*(.digit digit* |ε)(e(+ | - |ε) digit digit* |ε),LETTER = a|..|z|A|..|Z|,digit = 0|..|9,包括整數,如123, -123, +123等;小數,如123.45, +123.45, -123.45;科學計數法表示的常數,如+1.23e3,-2.3e-9; d. 專用符號:+ - * / < <= > >= == != = , ( ) [ ] { } /* */;
上傳時間: 2013-12-08
上傳用戶:gtf1207
Over the past years, we have witnessed destructions of various kinds caused by human actions. As a university student, write a LETTER to our society to
標簽: destructions witnessed actions various
上傳時間: 2014-11-23
上傳用戶:一諾88