-
demo.voice_recognition
科大讯飞的语音开发包,可以在android下进行语音识别产品的开发!(IFLYTEK MSC development guide, instruct users under ANDROID speech recognition product development.)
- 2013-08-18 20:16:55下载
- 积分:1
-
DeskClockApp
详细介绍 - [ Android 闹钟源码 ]
在android平台上开发的一个闹钟,本站有多个闹钟源码,可对比学习一下。(Detailed introduction- [Android alarm clock source]
Android platform in the development of an alarm clock, the station has a number of alarm clock source, can be compared to learn about.)
- 2016-06-04 22:28:02下载
- 积分:1
-
wenduji
Android项目源码基于传感器的温度计开发是android应用上的温度计,是通过传感器来感知外面的温度。应该说这个应用太强大了,用到传感器技术,并能时时更新。项目中代码层次分明,大部分方法都加了详细的注释。对于想学习传感器的开发人员来说,简直是福音。(项目采用GBK编码,是studio工程)。(Android project source sensor based on the development of the thermometer is a thermometer on the Android application, it is through the sensor to sense the temperature outside. It should be said that this application is too powerful, the use of sensor technology, and can always update. Items in the code level, most of the methods have added a detailed notes. For developers who want to learn sensor, it is the gospel. (the project uses the GBK code, is the studio project).)
- 2016-05-16 11:37:00下载
- 积分:1
-
安卓手机间WIFI通信源码
希望帮助新学者,这是一款基于安卓平台的,实现两个移动设备通过WIFI进行相互通信的代码
- 2022-08-14 16:44:30下载
- 积分:1
-
android 下载远程网络文件 示例源码
android 下载远程网络文件 示例源码
- 2014-09-04下载
- 积分:1
-
3D绘图安卓程序
在surfaceView绘图程序中,必须另外建立一个thread来连续调用我们的draw方法。但是3D绘图程序是由系统自动连续运行我们建立的onDrawFrame()方法,因此不需要自己建立thread运行绘图工作。3D绘图程序必须换成使用GLSurfaceView类,并且实现GLSurfaceView.Renderer界面。
- 2023-07-14 12:45:03下载
- 积分:1
-
android 232串口通讯
mApplication = (Application) getApplication();
try {
mSerialPort = mApplication.getSerialPort();
mOutputStream = mSerialPort.getOutputStream();
mInputStream = mSerialPort.getInputStream();
/* Create a receiving thread */
mReadThread = new ReadThread();
mReadThread.start();
} catch (SecurityException e) {
DisplayError(R.string.error_security);
} catch (IOException e) {
DisplayError(R.string.error_unknown);
} catch (InvalidParameterException e) {
DisplayError(R.string.error_configuration);
}
- 2022-01-24 15:19:55下载
- 积分:1
-
基于stm32f103c8t6 spi-flash
基于stm32f103c8t6 spi-flash
- 2021-05-06下载
- 积分:1
-
android打地鼠游戏开发
打地鼠源代码
- 2022-09-13 20:55:03下载
- 积分:1
-
android平台的linphone客户端
已经编译好的android平台的linphone客户端,包含了所有运行需要到得动态库文件。
- 2022-12-12 17:50:03下载
- 积分:1