-
face_shibie
基于百度媒体云人脸识别安卓版,Android,源码精简,亲测可用,适合初学者研究(Baidu cloud-based media recognition Android version, Android, streamlined source, pro-test available for beginners research)
- 2016-08-23 15:55:17下载
- 积分:1
-
BluetoothChat
Androidƽ̨
- 2010-04-20 16:45:26下载
- 积分:1
-
消息 Iphone 主题,Android 平台
消息 Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android 平台
消息 Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android 平台
消息 Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android platformMessage Iphone 主题,Android 平台
- 2022-03-19 03:11:41下载
- 积分:1
-
mediaplayer2
基于android平台的播放器,很不错,可以给大家参考一下(Android platform based on the player, very good, you can give your reference)
- 2011-06-08 11:18:34下载
- 积分:1
-
GridScenario
Utility base class creating various GridView scenarios for Andriod.
- 2013-10-21 16:29:55下载
- 积分:1
-
安卓Intent切换界面传递数据
启动新的Activity,并传递参数,制作的信息录入,在第二个界面显示
public class MainActivity extends Activity {
protected
void onCreate(Bundle savedInstanceState) {
.......
button.setOnClickListener(new View.OnClickListener(){//点击该按钮会打开一个新的Activity
public void onClick(View v) {
Intent intent = new
Intent(MainActivity.this, NewActivity.class)
Bundle bundle = new
Bundle();//该类用作携带数据
bundle.putString("na
- 2022-03-12 14:26:01下载
- 积分:1
-
Android的NDK随手记工程
学习Android、NDK及JNI过程中写的一些DEMO,有需要的可以大概看下。包含Base64、MD5,以及Java的JNI代码实现。
- 2022-11-04 12:50:03下载
- 积分:1
-
基于STM32的温感GPS终端设计
【实例简介】
野火的指南者,GPS是ATGM332D,温度传感器是DHT11。实现定位温度的采集、LCD显示及WIFI传输
/**
温感GPS终端设计.rar
******************************************************************************
* @file main.c
* @author fire
* @version V1.0
* @date 2013-xx-xx
* @brief 对GPS模块传输的数据进行解码,获取定位信息。
******************************************************************************
* @attention
*
* 实验平台:秉火 STM32 F103-指南者 开发板
* 论坛 :http://www.firebbs.cn
* 淘宝 :https://fire-stm32.taobao.com
*
******************************************************************************
*/
#include "stm32f10x.h"
#include "./usart/bsp_usart.h"
#include "./gps/gps_config.h"
#include "./lcd/bsp_ili9341_lcd.h"
#include "./systick/bsp_SysTick.h"
#include "./dht11/bsp_dht11.h"
#include "./i2c/bsp_i2c_ee.h"
#include "./flash/bsp_spi_flash.h"
#include "usart1.h"
#include "test.h"
#include "bsp_esp8266.h"
#include
#include
extern void nmea_decode_test(void);
extern void ESP8266_StaTcpClient_UnvarnishTest2(void);
int main(void)
{
ILI9341_Init ();
SysTick_Init();
DHT11_Init ();
ILI9341_GramScan ( 6 );
USART_Config();
USARTx_Config();
ESP8266_Init ();
GPS_Config();
while(1)
{
ESP8266_StaTcpClient_UnvarnishTest2();
nmea_decode_test();
}
}
- 2021-10-16 00:31:16下载
- 积分:1
-
DeskClock
安卓自带小闹钟的代码,每天都用这个叫醒自己,值得学习(Android a small alarm code, wake up every day with this yourself, it is worth learning)
- 2013-05-24 17:44:37下载
- 积分:1
-
安卓客户端拍照显示
安卓拍照程序, 包括拍照,选中,删除,上传 的功能,返回按钮,简洁实用,测试可用 。文件全面。
- 2022-06-20 09:08:12下载
- 积分:1