- Category:
- J2ME
- Tags:
-
[Java]
[源码]
- File Size:
- 38kb
- Update:
- 2012-11-26
- Downloads:
- 0 Times
- Uploaded by:
- tahwee
Description:
Notes
* Input word prefix. If prefix is very short (one letter) large number of words starting with this prefix can cause memory overflow. Choose "Translate" command.
* If exact match is found, translation will be shown. Otherwise list with words started with this prefix will be displayed. If there are no words started with specified prefix, then severlal next items will be displayed.
* Dictionary is splitted in the parts, each part is about 16kb. Index of the disctionary is stored in application itself. Using this index OnlineDict locates volumes of the dictionary which can contain requested word and download them from the net.
To Search:
File list (Check if you may need any files):
OnlineDict
..........\bin
..........\...\makezip.bat
..........\...\MANIFEST.MF
..........\...\OnlineDict.jad
..........\...\OnlineDict.jar
..........\classes
..........\.......\Dictionary$CacheEntry.class
..........\.......\Dictionary$Volume.class
..........\.......\Dictionary.class
..........\.......\InternetConnection.class
..........\.......\Locale.class
..........\.......\PrefixList.class
..........\.......\Receiver.class
..........\.......\Translation.class
..........\.......\TranslationBox.class
..........\lib
..........\locale
..........\......\eng
..........\......\...\Locale.java
..........\......\rus
..........\......\...\Locale.java
..........\res
..........\...\dictionary.idx
..........\...\dictionary.png
..........\src
..........\...\Dictionary.java
..........\...\InternetConnection.java
..........\...\Locale.java
..........\...\PrefixList.java
..........\...\Receiver.java
..........\...\Translation.java
..........\...\TranslationBox.java
..........\tmpclasses
..........\..........\Dictionary$CacheEntry.class
..........\..........\Dictionary$Volume.class
..........\..........\Dictionary.class
..........\..........\InternetConnection.class
..........\..........\Locale.class
..........\..........\PrefixList.class
..........\..........\Receiver.class
..........\..........\Translation.class
..........\..........\TranslationBox.class
..........\tmplib