-
Android_Library_Giri
axure rp 模板库
具体的还没用过,不知道优劣,大家可以参考下-Axture some instances, specific not used, do not know the pros and cons, we can refer to(axure rp)
- 2013-07-05 15:29:24下载
- 积分:1
-
IP摄像头源码spydroid-ipcamera-master
IP摄像头源码spydroid-ipcamera-master 用你的Android手机摄像头实现网络监控
- 2022-04-10 23:46:38下载
- 积分:1
-
android iperf 源码
android iperf 源代码,
iPerf for Android Android_com.magicandroidapps.iperf
iPerf is a commonly used network testing and performance measurement tool. This app is intended for those who are familiar with the use of iPerf. For details and a tutorial, see my website. This app will not be useful unless you have a second phone or computer to use as an iPerf client/server.Great for testing Wifi!
- 2022-03-18 04:26:14下载
- 积分:1
-
安卓系统群组聊天应用程序
启动服务器、 Java 文件夹和导入下一步,导入 android 文件夹最后,开始要更改 ip 地址
- 2022-02-04 12:23: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
-
android 群聊实例源码下载
android 群聊实例源码下载
- 2015-01-28下载
- 积分:1
-
仿56视频播放源码
应用背景完美仿56视频,可播放视频,可全屏,可二次开发编辑。关键技术Android 2.1 及以上系统可用,包内含可执行apk及源码,可先安装apk测试验证。编译过程中若有错误提示,请根据编译器版本进行细微修改。
- 2022-02-14 14:50:03下载
- 积分:1
-
guangbo
移动手机开发,在安卓系统下,实现广播消息,系统应用可以接收到广播的消息。(Mobile phone development, Andrews system broadcast messages, system applications can receive the broadcast message.)
- 2021-01-02 09:28:57下载
- 积分:1
-
AbstractMapBasedMultiset
Basic implementation of Multiset backed by an instance of code Map, AtomicInteger for Andriod.
- 2013-10-05 08:20:28下载
- 积分:1
-
使用MediaCodecx进行视频解码
使用MediaCodecx进行视频的多屏解码功能
- 2022-04-15 13:23:28下载
- 积分:1