登录
首页 » Java » demo.voice_recognition

demo.voice_recognition

于 2013-08-18 发布 文件大小:42KB
0 164
下载积分: 1 下载次数: 33

代码说明:

  科大讯飞的语音开发包,可以在android下进行语音识别产品的开发!(IFLYTEK MSC development guide, instruct users under ANDROID speech recognition product development.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Epay,易宝支付实例
    java第三方支付平台实例,可以给需要的人利用开发,完全可以通过,易宝支付,大家可以学习学习,跟第三方交付的方式,或者通过学习与银行进行对接。
    2023-03-04 10:20:04下载
    积分:1
  • 在线快速抽取数据
    FFQL 用来编写自己的 sQL 查询。它将写入插入和删除查询自动被它自己
    2022-01-28 04:23:39下载
    积分:1
  • http视频传输类源码
    http视频传输类源码
    2013-10-31下载
    积分:1
  • m2e + maven web 演示
    1.首先修改pom.xml文件,添加servlet依赖 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
    2023-06-27 02:30:05下载
    积分:1
  • Paradise3
    management system requirements are as follows: 1. can be in various ways, such as title, number, the author) of the query library. 2. To be able to easily borrow books, renewal of library books, return to books. 3. To be able to query their basic information and to borrow books. 4. To be able to become familiar with Library Management System.
    2015-07-20 17:52:49下载
    积分:1
  • 面部图像提取的 web 项目
    这是一个桌面应用程序。许多算法和体系结构提出了多年努力查明有效数据包分类解决方案。使用较高的带宽和小的片上存储器虽然数据包分类的规则数据库驻留在慢和高容量的片外存储器
    2022-08-14 05:20:19下载
    积分:1
  • 云辅助患者健康监测
    它是一个云辅助的病人健康监护应用程序,我们还将使用加密技术保护病人数据
    2022-03-03 07:52:34下载
    积分:1
  • java 为图片添加水印 示例
    为图片添加水印 【核心代码】 /*** 添加水印* @param imagePath      图片绝对路径* @param watermarkPath  水印图片绝对路径* @param position  水印图片位置* @return 生成水印图片的绝对路径*/public static String addWatermark(String imagePath, String watermarkPath, String position) {logger.info("为图片({})在位置{}添加水印({})", imagePath, position, watermarkPath);if (StringUtils.isNotBlank(imagePath) && StringUtils.isNotBlank(watermarkPath)) {File image = new File(imagePath);File watermark = new File(watermarkPath);Position pos = getPostion(position);if (image.isFile() && image.exists() && watermark.isFile()) {try {BufferedImage bi = ImageIO.read(image);Builder builder = Thumbnails.of(imagePath);BufferedImage watermarkImg = ImageIO.read(watermark);File newWatermark = null;// 原图的宽或高是水印图片宽或高的2倍及以上,则直接打上水印原图;否则缩略水印图片,以原图宽或高的二分之一if (bi.getWidth() / watermarkImg.getWidth()
    2017-10-13下载
    积分:1
  • button2
    JAVA,android计算器设计,简单计算功能做好了,高级功能有几个例子(JAVA, android calculator design, simple computing functions ready, advanced features are a few examples)
    2013-08-26 00:48:01下载
    积分:1
  • java jtts 实现文本转语音
    资源描述 java jtts 实现文本转语音 语音库为espeak
    2022-06-30 11:12:45下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载