CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Android recognition

搜索资源列表

  1. English_study_software

    0下载:
  2. 基于Android 平台开发的这个英语学习游戏软件,主要实现的功能包括通过对单词认知获得积分的游戏功能、选择不同难度关卡、关卡解锁、游戏背景音乐、游戏音效、提供游戏帮助等功能。-Based on the Android platform developed by the English learning game software, the main features include word recognition score points by game features, choose d
  3. 所属分类:Other Games

    • 发布日期:2017-05-19
    • 文件大小:5580084
    • 提供者:Alex Feng
  1. GestureBuilder

    0下载:
  2. 压缩包内的项目是一个Android application, 利用Android自带的手势包,实现一个由用户添加自定义手势的功能,所创建的gestures文件,即为手势库,是手势识别的重要文件和前提-Compression project within the package is a Android application, the use of Android comes gestures package added by the user to implement a custom ges
  3. 所属分类:Other Games

    • 发布日期:2017-05-13
    • 文件大小:3434628
    • 提供者:wangzhiyuan
  1. GestureRecognize

    0下载:
  2. 压缩包内的项目是一个Android application, 利用Android自带的手势包,实现手势识别功能,需要一个定义好的手势库文件-Compression project within the package is a Android application, use gestures package comes with Android, gesture recognition function, you need to define a good gesture library
  3. 所属分类:android

    • 发布日期:2017-05-11
    • 文件大小:2158878
    • 提供者:wangzhiyuan
  1. androidewm

    0下载:
  2. android二维码实例,核心基于Zxing,来自Google,使用较广泛的android手机二维码识别读取类,源码内包括了Google官方的Zxing Core核心类文件-android dimensional code examples, the core based Zxing, from Google, using a wider range of android phones to read two-dimensional code recognition category, the
  3. 所属分类:android

    • 发布日期:2017-05-11
    • 文件大小:2495000
    • 提供者:epudn8
  1. TwoDimensionCodeDemo

    0下载:
  2. android操作系统的二维码扫描识别,能够识别出二维码里包含的信息-Dimensional code scanning recognition
  3. 所属分类:android

    • 发布日期:2017-05-02
    • 文件大小:927962
    • 提供者:yukun
  1. 3QTest

    0下载:
  2. 一款运行于Android手机平台的情商测试系统,基于Java的源代码,代码的关键部分都标记了注释,对理解代码挺有帮助。你可以了解到安卓连接数据库、手势识别、事务处理,特别是数据库读写部分,注释很详细,对阅读理解代码帮助比较大-A run on EQ test system Android mobile platform, based on key parts of Java source code, the code are marked notes, quite helpful in unde
  3. 所属分类:android

    • 发布日期:2017-05-06
    • 文件大小:1472265
    • 提供者:rpudn99
  1. SlidingDemoAndroid

    0下载:
  2. android手势左右与按钮混合触发滑动效果实现,通过不断的移动布局,形成动画效果。布局移动参考了SlidingDrawer,每次移动的时间间隔,20ms,当前时间是SystemClock的时间,平衡总量和每次平移的距离在代码中请自行设置,移动布局,偏移量为offsetX,编写过程中要注意,一定要将触屏事件交给手势识别类去处理(自己处理会很麻烦的)。-android gesture left button triggers mixed with sliding effect achieved t
  3. 所属分类:JavaScript

    • 发布日期:2017-05-06
    • 文件大小:1175992
    • 提供者:杜小东
  1. SinVoice_plus

    0下载:
  2. 目前声波通信已经在iphone和android中广泛的应用起来了,涉及到数据和文件传输,以及支付等众多领域。比如iphone中的chirp,android中的茄子快传,支付宝的声波支付,小米快传等。该声波通信程序是商用改进版本,在前一个开源版本(SinVoice)的基础上,做了许多优化: 优化如下: * 1. 识别效率更高,几乎达到100 ,完全可以达到商业用途标准,比chirp,支付宝,茄子快传等软件的识别效率更高。 * 2. 能支持更多复杂场景的识别,在有嘈杂大声的背景音乐,
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:483924
    • 提供者:xxyyzz
  1. ZXingDemo

    0下载:
  2. 基于Android的二维码扫描Demo,识别非常快,识别率很高-Android-based two-dimensional code scanning Demo, recognition is very fast, very high recognition rate
  3. 所属分类:android

    • 发布日期:2017-05-11
    • 文件大小:2265919
    • 提供者:周昂
  1. Androcr

    0下载:
  2. 基于Android,利用tesseract实现英文扫描识别,可通过替换语言库等实现各种语言的识别-Based on Android, the use of English tesseract achieve scanning identification, recognition can be achieved by replacing the language in various languages ​ ​ libraries
  3. 所属分类:android

    • 发布日期:2017-05-25
    • 文件大小:8231349
    • 提供者:周昂
  1. voicetotext

    1下载:
  2. android语音识别(使用了讯飞的语音api)-android voice recognition (using Iflytek voice api)
  3. 所属分类:Applet

    • 发布日期:2014-07-28
    • 文件大小:2344960
    • 提供者:沈珩
  1. SlidingDemo

    0下载:
  2. android手势左右与按钮混合触发滑动效果实现,通过不断的移动布局,形成动画效果。布局移动参考了SlidingDrawer,每次移动的时间间隔,20ms,当前时间是SystemClock的时间,平衡总量和每次平移的距离在代码中请自行设置,移动布局,偏移量为offsetX,编写过程中要注意,一定要将触屏事件交给手势识别类去处理(自己处理会很麻烦的)-android gesture left button triggers mixed with sliding effect achieved th
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1174601
    • 提供者:bpudn72
  1. CarPlateandroid

    1下载:
  2. 安卓系统,基于opencv 、神经网络、分类器,实现车牌定位,识别。-Android system, based on opencv, license plate location, identification, use of license plate recognition classifier.
  3. 所属分类:Games

    • 发布日期:2015-12-07
    • 文件大小:9334784
    • 提供者:王培玉
  1. SlidingDemo

    0下载:
  2. android手势左右与按钮混合触发滑动效果实现,通过不断的移动布局,形成动画效果。布局移动参考了SlidingDrawer,每次移动的时间间隔,20ms,当前时间是SystemClock的时间,平衡总量和每次平移的距离在代码中请自行设置,移动布局,偏移量为offsetX,编写过程中要注意,一定要将触屏事件交给手势识别类去处理(自己处理会很麻烦的)。-android gesture left button triggers mixed with sliding effect achieved t
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1173629
    • 提供者:zjb
  1. Androidtalk

    0下载:
  2. Android语音识别软件的源代码,通过语音可以操作手机功能,以及发送短信-Android voice recognition software source code, can be operated by voice phone functions, as well as send text messages
  3. 所属分类:android

    • 发布日期:2017-04-24
    • 文件大小:96128
    • 提供者:杨雨君
  1. 6

    0下载:
  2. Android平板电脑开发实战详解和典型案例——光盘源码 此书出版时间:2013-02-01 从Android 2.0趣味特性、Android 4.0新特性的基础知识到完整综合案例,由浅入深,循序渐进地进行了详解,既适合Android 4.0初学者学习,也适合有一定基础的读者进一步提升之用。 第6章 android TTS及语音识别 6.1 语音合成技术概览 6.1.1 Android系统TTS的设置界面 6.1.2 Android TTS引擎 6.1.3 语音
  3. 所属分类:Java Develop

    • 发布日期:2017-06-02
    • 文件大小:13917104
    • 提供者:Wendy
  1. AndroidObjectRecognition-master

    0下载:
  2. 这个程序 的目的是演示如何使用Android摄像头对特定的物体进行识别-The goal of this app is to demonstrate specific object recognition using android camera.
  3. 所属分类:android

    • 发布日期:2017-06-15
    • 文件大小:23976654
    • 提供者:水煮肉片
  1. CameraView-master

    0下载:
  2. 这是一个Android应用程序,他使用了OpenCV来实现特征跟踪和人脸识别-This is an example of Android application using OpenCV for feature tracking and face recognition.
  3. 所属分类:android

    • 发布日期:2017-04-25
    • 文件大小:29616
    • 提供者:宫爆鸡丁
  1. learn

    0下载:
  2. 基于安卓终端的,识别身份证照片上的文字。-Android,recognition of ID card
  3. 所属分类:Java Develop

    • 发布日期:2017-05-26
    • 文件大小:9057818
    • 提供者:sevnape
  1. TOMHW-

    0下载:
  2. android下笔迹识别,可以识别汉子,英文字母,数字等,比较有用-Under android handwriting recognition, you can identify the man, letters, numbers, etc., the more useful
  3. 所属分类:android

    • 发布日期:2017-05-01
    • 文件大小:1015111
    • 提供者:wangzz
« 1 2 ... 5 6 7 8 9 1011 12 13 »
搜珍网 www.dssz.com