CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 JSP源码/Java

文件名称:Intelligent_robot-master

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2016-04-28
  • 文件大小:
    10.93mb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

智能聊天机器人,采用图灵机器人API和科大讯飞SDK,实现语音识别功能-Smart chat robot, the robot uses Turing IFLYTEK API and SDK, voice recognition
(系统自动生成,下载前可以参看下载内容)

下载文件列表

Intelligent_robot-master/.gitignore
Intelligent_robot-master/.idea/.name
Intelligent_robot-master/.idea/codeStyleSettings.xml
Intelligent_robot-master/.idea/compiler.xml
Intelligent_robot-master/.idea/copyright/profiles_settings.xml
Intelligent_robot-master/.idea/dictionaries/zsl.xml
Intelligent_robot-master/.idea/encodings.xml
Intelligent_robot-master/.idea/gradle.xml
Intelligent_robot-master/.idea/inspectionProfiles/profiles_settings.xml
Intelligent_robot-master/.idea/inspectionProfiles/Project_Default.xml
Intelligent_robot-master/.idea/libraries/appcompat_v7_21_0_0.xml
Intelligent_robot-master/.idea/libraries/Baidu_Frontia_Android_2_0_7.xml
Intelligent_robot-master/.idea/libraries/Baidu_SpeechRecognitionUI_SDK_Android_1_6_1.xml
Intelligent_robot-master/.idea/libraries/BmobSDK_V3_2_6_1103.xml
Intelligent_robot-master/.idea/libraries/fastjson_1_1_34.xml
Intelligent_robot-master/.idea/libraries/galaxy.xml
Intelligent_robot-master/.idea/libraries/gson_2_3_1.xml
Intelligent_robot-master/.idea/libraries/Msc.xml
Intelligent_robot-master/.idea/libraries/open_sdk_r4346_lite.xml
Intelligent_robot-master/.idea/libraries/Sunflower.xml
Intelligent_robot-master/.idea/libraries/support_annotations_21_0_0.xml
Intelligent_robot-master/.idea/libraries/support_v4_21_0_0.xml
Intelligent_robot-master/.idea/libraries/universal_image_loader_1_9_3.xml
Intelligent_robot-master/.idea/libraries/VoiceRecognition_1_6_1.xml
Intelligent_robot-master/.idea/libraries/Volley.xml
Intelligent_robot-master/.idea/misc.xml
Intelligent_robot-master/.idea/modules.xml
Intelligent_robot-master/.idea/scopes/scope_settings.xml
Intelligent_robot-master/.idea/vcs.xml
Intelligent_robot-master/.idea/workspace.xml
Intelligent_robot-master/apk
Intelligent_robot-master/app/.gitignore
Intelligent_robot-master/app/app.iml
Intelligent_robot-master/app/build.gradle
Intelligent_robot-master/app/libs/armeabi/libbdpush_V2_1.so
Intelligent_robot-master/app/libs/armeabi/libBDVoiceRecognitionClient_MFE_V1.so
Intelligent_robot-master/app/libs/armeabi-v7a/libbdpush_V2_1.so
Intelligent_robot-master/app/libs/armeabi-v7a/libBDVoiceRecognitionClient_MFE_V1.so
Intelligent_robot-master/app/libs/Baidu-Frontia-Android-2.0.7.jar
Intelligent_robot-master/app/libs/Baidu-SpeechRecognitionUI-SDK-Android-1.6.1.jar
Intelligent_robot-master/app/libs/BmobSDK_V3.2.6_1103.jar
Intelligent_robot-master/app/libs/fastjson-1.1.34.jar
Intelligent_robot-master/app/libs/galaxy.jar
Intelligent_robot-master/app/libs/gson-2.3.1.jar
Intelligent_robot-master/app/libs/mips/libbdpush_V2_1.so
Intelligent_robot-master/app/libs/mips/libBDVoiceRecognitionClient_MFE_V1.so
Intelligent_robot-master/app/libs/Msc.jar
Intelligent_robot-master/app/libs/open_sdk_r4346_lite.jar
Intelligent_robot-master/app/libs/Sunflower.jar
Intelligent_robot-master/app/libs/universal-image-loader-1.9.3.jar
Intelligent_robot-master/app/libs/VoiceRecognition-1.6.1.jar
Intelligent_robot-master/app/libs/Volley.jar
Intelligent_robot-master/app/libs/x86/libBDVoiceRecognitionClient_MFE_V1.so
Intelligent_robot-master/app/proguard-rules.pro
Intelligent_robot-master/app/src/androidTest/java/com/zhengsonglan/jiujiu/ApplicationTest.java
Intelligent_robot-master/app/src/main/.classpath
Intelligent_robot-master/app/src/main/.project
Intelligent_robot-master/app/src/main/.settings/org.eclipse.jdt.core.prefs
Intelligent_robot-master/app/src/main/AndroidManifest.xml
Intelligent_robot-master/app/src/main/assets/iflytek/recognize.xml
Intelligent_robot-master/app/src/main/assets/iflytek/voice_bg.9.png
Intelligent_robot-master/app/src/main/assets/iflytek/voice_empty.png
Intelligent_robot-master/app/src/main/assets/iflytek/voice_full.png
Intelligent_robot-master/app/src/main/assets/iflytek/waiting.png
Intelligent_robot-master/app/src/main/assets/iflytek/warning.png
Intelligent_robot-master/app/src/main/bin/AndroidManifest.xml
Intelligent_robot-master/app/src/main/bin/classes/com/zhengsonglan/jiujiu/BuildConfig.class
Intelligent_robot-master/app/src/main/gen/com/zhengsonglan/jiujiu/BuildConfig.java
Intelligent_robot-master/app/src/main/java/com/zhengsonglan/jiujiu/action/TuLingAction.java
Intelligent_robot-master/app/src/main/java/com/zhengsonglan/jiujiu/activitys/AAAActivity.java
Intelligent_robot-master/app/src/main/java/com/zhengsonglan/jiujiu/activitys/BaseActivity.java
Intelligent_robot-master/app/src/main/java/com/zhengsonglan/jiujiu/activitys/main/MainActivity.java
Intelligent_robot-master/app/src/main/java/com/zhengsonglan/jiujiu/adapter/ChatAdapter.java
Intelligent_robot-master/app/src/main/java/com/zhengsonglan/jiujiu/adapter/utils/ViewHolderUtil.java
Intelligent_robot-master/app/src/main/java/com/zhengsonglan/jiujiu/app/AppConfig.java
Intelligent_robot-master/app/src/main/java/com/zhengsonglan/jiujiu/AppConfig.java
Intelligent_robot-master/app/src/main/java/com/zhengsonglan/jiujiu/BaseActivity.java
Intelligent_robot-master/app/src/main/java/com/zhengsonglan/jiujiu/broadcastreceiver/MyReceiver.java
Intelligent_robot-master/app/src/main/java/com/zhengsonglan/jiujiu/entity/ChatMsgEntity.java
Intelligent_robot-master/app/src/main/java/com/zhengsonglan/jiujiu/exc

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com