CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - android dictionary

搜索资源列表

  1. GPSLoger

    0下载:
  2. 一个关于Android平台的GPS获取数据源代码-An electronic dictionary on the Android platform source code
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:132.35kb
    • 提供者:clady
  1. workproject

    1下载:
  2. android电子词典源码 导入项目即可运行-Android electronic dictionary.
  3. 所属分类:android开发

    • 发布日期:2014-02-19
    • 文件大小:926.17kb
    • 提供者:zwyy
  1. DiZiCiDian

    0下载:
  2. 一个关于android电子词典的java程序源代码-A java program source code on android electronic dictionary
  3. 所属分类:android

    • 发布日期:2017-04-04
    • 文件大小:441.33kb
    • 提供者:clady
  1. Dictionary

    0下载:
  2. 绝对的好程序,用google提供的借口开发,在sdk1.1下编译,运行顺利-android
  3. 所属分类:android

    • 发布日期:2017-04-06
    • 文件大小:62.22kb
    • 提供者:陈琛
  1. AndroidRemember

    1下载:
  2. Android手机平台初级应用 背单词软件 提供简单词库进行单词背诵和记忆-Junior Android mobile platform, application software provides a simple dictionary word back to the memorization of words
  3. 所属分类:android开发

    • 发布日期:2014-02-19
    • 文件大小:71.13kb
    • 提供者:陈坚
  1. androidgoogletranslate

    0下载:
  2. android本产品为android手机上的随身翻译系统, 用户可以将它安装在android系统的手机上并使用。 可以随时随地查询词典或翻译整段文字。-This product is android android phone portable translation system, the user can install it on the android phone system and use. Check the dictionary or translation of any
  3. 所属分类:android

    • 发布日期:2017-06-12
    • 文件大小:19.16mb
    • 提供者:杀手47
  1. PsychQ

    0下载:
  2. dictionary for android
  3. 所属分类:android

    • 发布日期:2017-05-01
    • 文件大小:601.66kb
    • 提供者:arisyi
  1. Free-Dictionary-Org

    0下载:
  2. Android上简单电子词典,初学Android Practice-Free Dictionary in Android
  3. 所属分类:android

    • 发布日期:2017-03-25
    • 文件大小:86.14kb
    • 提供者:heidi
  1. aDict

    0下载:
  2. android在线电子词典,可在线翻译,支持android2.1以上的版本-android online dictionary
  3. 所属分类:android

    • 发布日期:2017-03-28
    • 文件大小:34.48kb
    • 提供者:李涛
  1. ch06_dictionary

    0下载:
  2. 电子词典,android方面的东西,一本书上的代码-dictionary, about android dictionary。
  3. 所属分类:android

    • 发布日期:2017-04-16
    • 文件大小:148.74kb
    • 提供者:吴佳雯
  1. MyDictionary1

    0下载:
  2. 基于 google android 平台电子词典- google android platform-based electronic dictionary
  3. 所属分类:android

    • 发布日期:2017-04-09
    • 文件大小:327.47kb
    • 提供者:yuan
  1. EnglishDictionary

    0下载:
  2. 基于 Android 系统一款的英文电子词典源代码-English electronic dictionary source code based on the Android system, a
  3. 所属分类:android

    • 发布日期:2017-11-16
    • 文件大小:446.04kb
    • 提供者:Chen
  1. FanYiDemo

    0下载:
  2. android翻译词典,点击翻译,可以随意翻译自己想要的语言-android translation dictionary, click translation, free to translate the language they want
  3. 所属分类:android

    • 发布日期:2017-11-16
    • 文件大小:14.88mb
    • 提供者:wwl
  1. dictionary

    0下载:
  2. 实现基于 android 中英互译电子词典代码 -android dictionral eng-ch
  3. 所属分类:android

    • 发布日期:2017-11-28
    • 文件大小:439.39kb
    • 提供者:longlin
  1. zhidian

    0下载:
  2. 安卓手机软件,字典类,查寻文字类内容,是一支持安卓1.5版的。-Android mobile phone software, dictionary class, search text based content, is a support Android version 1.5.
  3. 所属分类:android

    • 发布日期:2017-11-17
    • 文件大小:2.04mb
    • 提供者:chen
  1. Dictionary

    0下载:
  2. 在线词典源码,Android开发精典案例源码,很好的参考资料。-Online dictionary source code, Android development of classical case of source code, a good reference.
  3. 所属分类:android

    • 发布日期:2017-04-09
    • 文件大小:68.58kb
    • 提供者:玉米排骨
  1. dictionary

    0下载:
  2. android英语字典是手机中经常使用的应用。因此,在本文将结合Android来讨论如何实现一个Android版的英文词典。实现英文词典的方法很多。在本文使用了SQLite数据库来保存英文单词信息。系统通过SQLite数据库中保存的单词信息来查找到与指定英文对应的中文信息。-Android Dictionary of English is often used in mobile phone applications. Therefore, in this paper will be combi
  3. 所属分类:android

    • 发布日期:2017-05-04
    • 文件大小:450.34kb
    • 提供者:xiaodi
  1. ctest

    0下载:
  2. 本软件是Android版本的词尾查词软件,包含15000词的CET6级词汇,通过JNI技术使用C语言进行后台处理,比如链表生成、查找等操作。环境配置好了的话,直接使用Eclipse的External Tool就可以进行JNI的编译和打包.so库,很方便使用。其中jni文件夹里是一些数据结构用的c源码-An android dictionary which can search with suffix of the word of CET6(15000 words). Using JNI (C l
  3. 所属分类:android

    • 发布日期:2017-12-11
    • 文件大小:7.05mb
    • 提供者:
  1. app

    0下载:
  2. 维汉翻译词典源码,对不同语言可以进行翻译,类似百度翻译(Uighur translation dictionary source, translation of different languages, like Baidu Translate)
  3. 所属分类:android开发

    • 发布日期:2017-12-12
    • 文件大小:2.71mb
    • 提供者:核桃仁
  1. dic

    0下载:
  2. dictionary for android
  3. 所属分类:android开发

    • 发布日期:2018-04-21
    • 文件大小:788kb
    • 提供者:HASSAN2018
« 12 »
搜珍网 www.dssz.com