登录
首页 » Java » MIUISoundRecorder

MIUISoundRecorder

于 2013-11-23 发布 文件大小:1642KB
0 159
下载积分: 1 下载次数: 23

代码说明:

  android小米录音机源码,可以直接运行的,非常不错。(MIUI recorder android source)

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

发表评论

0 个回复

  • gathsrkernel
    LDPC校验矩阵生成,高斯消去法编码,BP译码程序,可以作为自己编写LDPC编译码程序的参考,因为matlab代码效率不高(The LDPC check matrix generation, the Gaussian elimination method and the BP decoding program can be used as the reference of the LDPC coding program, because the matlab code efficiency is not high.)
    2019-03-26 14:56:01下载
    积分:1
  • java 项目
    资源描述javaweb项目, [下周工作]   11 20150403 [本周工作] 1.湖北分行531远程更新,查找“发卡机摄像头第一次调用flash player时必须点击记住站点”的问题以及解决方案 2.票据机虚拟SERVER,P端交易改造 3.发卡机工单处理以及整理发卡机问题跟踪 [下周工作]   12 20150410 [本周工作] 1.学习交通银行发卡机开发测试 2.发卡机工单处理和跟踪工单记录 3.票据机脱机版P端C端整合,票据机上搭配环境 [下周工作]   13 20150417 [本周工作] 1.票据机脱机版本在机具上测试,然后修改并添加没有的交易 2.交接交行同事郭中华的工作,学习IMT后屏模块开发,前屏双利理财,风险评估,个人贷款申请,借记卡刷卡金模块 3.学习并发布P端531,常规UAT环境版本,以及P端531,常规投产版本 4.参与发卡机531投产工作 [下周工作]   14 20150424 [本周工作] 1.编写P端打版本流程文档 2.调试修改531ITM刷卡金明细查询模块(C端P端) 3.P端UAT环境版本更新 4.处理TRL1环境下,清钞交易失败缺陷
    2022-03-20 11:35:05下载
    积分:1
  • java编程打印输出九九乘法表
    资源描述下载后直接导入myeclipse集成开发环境或者在装有jdk的电脑本机上直接运行,即可根据用户具体需求,输入要打印的行数,程序打印出相应行数的乘法口诀表。
    2023-02-13 17:25:03下载
    积分:1
  • java和mysql结合做的系统
    用java编写的C/S架构的高仿QQ软件,可以实现私聊,群聊,用户注册,修改个人信息,添加好友,删除好友,发送表情,进入空间,找回密码,记住密码登陆等功能。 并且不同用户登录有不同的头像等,数据库用的是mysql,并附有mysql数据库和文档说明,对于想学习java的人会很有帮助。
    2022-08-10 10:11:13下载
    积分:1
  • Hyperic 报警中心 alert center中文插件 源代码
    资源描述采用 jsp, groovy, gsp, 开发。适合 hyepric 中文版 5.8
    2022-02-12 18:13:50下载
    积分:1
  • 聊天应用程序
    这一项目都是一个房间聊天应用程序哪里 enetring 到他或她在用户选择的空间,可以是板球、 橄榄球、 棒球、 政治学、 娱乐等...和比人开始要放在那里点的组中的意见。
    2022-03-22 11:09:43下载
    积分:1
  • android 仿360悬浮窗 完整实例源码下载
    android 仿360悬浮窗 完整实例源码下载
    2015-02-05下载
    积分:1
  • fudu365_src
    voa英语学习(英语听力)网站源码是一个广大英语学习爱好者喜欢的英语听力网站,网站以VOA英语(慢速英语)为听力学习材料,首创建英语复读模式,目前新版本已经推出了英语学习资料,英语学习经验,学习视频等实用功能,而且我们觉得voa英语复读网项目本身技术含量好,对于初学者或建站人员都有帮助,所以将项目代码免费共享给大家,网站项目的主要功能包括: 一、j2ee架构的,ssh框架组合。 二、Memcached缓存框架的使用。 三、flex英语复读机。 四、邮件发送实现。 五、文章自动抓取实现等等。(lovers of English listening English learning website, website (English) for listening to voa English learning materials, first create the English answer read mode, the new version has launched English learning materials, experience in learning English, learning the practical function such as video, and we think the voa English restudy net project itself technology content, good for beginners or site personnel have help, so the project code sharing to you for free, web project s main features include: A, j2ee architecture, SSH framework combination. The use of the two, Memcached cache framework. Three, flex English repeater. Four, mail delivery. Five, the realization of automatic fetching articles and so on.)
    2015-05-07 10:20:03下载
    积分:1
  • Bluetooth_fwj
    可以发送文件的蓝牙适配例子是一个可以选择文件并发送给对方的蓝牙例子源码,项目带有蓝牙可见性的控制和其他常规的功能,项目比较大,分了好多层但是比较给力的是源码有比较详细的注释,用到的朋友可以下载看一下,项目编译版本2.3.3默认编码UTF-8。(You can send files of Bluetooth adapter is an example to a file and send to the other Bluetooth example source code, control project with Bluetooth visibility and other routine functions, the project is relatively large, divided into many layers but more awesome is a more detailed source notes, the use of friends can look at the download the project compiled version of 2.3.3 default encoding UTF-8.)
    2016-06-22 11:36:51下载
    积分:1
  • accessdata
    package com.access.util; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.Locale; import java.util.ResourceBundle; public class DataToolForAccess { private static DataToolForAccess dto = null; private static Connection con = null; public Connection getOreca
    2022-02-05 23:17:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载