Windows Mobile平臺的日文輸入法,支持手寫。A sample UI for Japanese handwriting input that works with IME 3.1 and with Pocket IME.
上傳時間: 2016-02-20
上傳用戶:cxl274287265
詞典 Time Limit:3000MS Memory Limit:65536K Total Submit:2349 Accepted:603 Description 你旅游到了一個國外的城市。那里的人們說的外國語言你不能理解。不過幸運的是,你有一本詞典可以幫助你。 Input 首先輸入一個詞典,詞典中包含不超過100000個詞條,每個詞條占據一行。每一個詞條包括一個英文單詞和一個外語單詞,兩個單詞之間用一個空格隔開。而且在詞典中不會有某個外語單詞出現超過兩次。詞典之后是一個空行,然后給出一個由外語單詞組成的文檔,文檔不超過100000行,而且每行只包括一個外語單詞。輸入中出現單詞只包括小寫字母,而且長度不會超過10。 Output 在輸出中,你需要把輸入文檔翻譯成英文,每行輸出一個英文單詞。如果某個外語單詞不在詞典中,就把這個單詞翻譯成“eh”。 Sample Input dog ogday cat atcay pig igpay froot ootfray loops oopslay atcay ittenkay oopslay Sample Output cat eh loops Hint 輸入比較大,推薦使用C語言的I / O函數。
標簽: Limit Description Accepted 65536K
上傳時間: 2016-02-22
上傳用戶:fandeshun
AutoBoot is a generic boot loader that automatically locates, loads, and executes object files from multiple types of media. AutoBoot provides a simple, fast, and functional means of loading an OS image while maintaining a small Flash memory footprint. This binary release contains a stand-alone version of AutoBoot for the DbAu1200 development board, designed to replace the YAMON boot loader.
標簽: automatically AutoBoot executes generic
上傳時間: 2014-01-14
上傳用戶:海陸空653
/*************************************************************************************************** The 4×4-keyboard drivers *COMPANY NAME: WUYI UNIVERSITY *MODULE NAME: Keyboard drivers *WRITTEN BY: Pang Weicong *FUNCTION DESCRIPTION: Keyboard input processing *EDITION: The first edition V1.0 *DATE: 2007-04-16 *Copyright: (c)2007 Pang Weicong **************************************************************************************************/
標簽:
上傳時間: 2014-01-05
上傳用戶:xiaodu1124
很好的搜索: 給你很多長度不定的木棒,將他們分成幾組,每組中的總長度作為這組的標示值,請給出一種分組方法,能使得所有標示值中的最小值最大。 Input 多組,每組兩行,第一行是一個N和K,代表有N根木棒,分成K組,第二行是N個數字,代表木棒的長度。(N不超過100,K不超過20,每根木棒長度不超過1000) Output 輸出所有標示值中的最小值的最大值。 Sample Input 5 3 1 3 5 7 9 5 3 89 59 68 35 29 Sample Output 8 89
上傳時間: 2013-12-23
上傳用戶:nairui21
簡單的floyd運用 第一行輸入一個整數C。C是測試的情況(0< C <=30).第二行一個正整數N( 0< N <=100),表示道路的總數.緊接N行,每一行包含兩個字符串, Si,,Ti,和一個整數Di,代表從Si到Ti的距離(0<= Di <=150)。最后一行有兩個字符串,S 和 T,你得找出從S 到 T的最短的距離。地名是不超過120個小寫字符的串(從‘a’到‘z’)。假設這里最多有100條直接連通兩個地方的路。 Output 輸出包含C行,每一行對一種測試情況。對每一種測試情況,輸出包含一個整數,假如S 到 T存在一條最短的路,輸出從S到T的最短距離,否則輸出“-1”. Sample Input 2 2 jiuzhouriver liuchi 89 liuchi liyuan 100 liuchi jiuzhouriver 3 youyongchi fengyuan 100 qinshi meiyuan 100 chaochang supermarkt 100 meiyuan youyongchi Sample Output 89 -1
上傳時間: 2016-03-10
上傳用戶:wyc199288
SED1335驅動320x240圖形液晶驅動演示程序 接口情況表述: No: LCM ----- 52 --------------------- 1...VSS..... GND 地線 2...VDD..... +5V(VCC) 電源 3...VO ..... -Vadj Input 對比度負壓調整輸入 4...A0 ..... P2.0 寄存器選擇信號,命令數據方式選擇 5.../WR..... WR 寫有效 6.../RD..... RD 讀有效 7...D0 ..... P0.0 數據總線 D0 8...D1 ..... P0.1 數據總線 D1 9...D2 ..... P0.2 數據總線 D2 10..D3 ..... P0.3 數據總線 D3 11..D4 ..... P0.4 數據總線 D4 12..D5 ..... P0.5 數據總線 D5 13..D6 ..... P0.6 數據總線 D6 14..D7 ..... P0.7 數據總線 D7 15../CS .... GND 片選通信號,低電平有效.實際使用應編入地址 16../RES.... /RESET 復位信號,低電平有效,阻容式復位電路 17..VEE..... -Vout 逆變-22.5V 負電壓輸出 18..VSS..... GND 地線 0V
上傳時間: 2013-12-22
上傳用戶:redmoons
無線網卡驅動 固件程序 There are currently 3 "programming generations" of Atheros 802.11 wireless devices (some of these have multiple hardware implementations but otherwise appear identical to users): 5210 supports 11a only 5211 supports both 11a and 11b 5212 supports 11a, 11b, and 11g
標簽: programming generations currently wireless
上傳時間: 2014-01-22
上傳用戶:aa54
模擬實現spooling技術 一個用C做的假脫機SPOOLING輸入程序,是操作系統實驗來的,-do spooling SPOOLING input program is the experimental operating system
上傳時間: 2013-12-15
上傳用戶:思琦琦
Kriging 插值程序,實現二維三維數據插值 Makefile_hp700 Makefile_ibm6000 kriging.mdf kriging.c outboard.c inv_m.tar.gz The inverse matrix source codes which got from Netlib. f2c.tar.gz The head file and library which are used to inverse matrix source codes. krig.net The example dx file. data1.dx The input example.
上傳時間: 2016-03-27
上傳用戶:縹緲