-
BuildAPK
android自动打包工具,可以进行代码混淆等(Android automatic packing tools, can undertake the code obfuscation, etc)
- 2012-04-23 15:36:53下载
- 积分:1
-
compass
说明: 简单指南针,实现指南针的功能,新手使用
Android Studio(Simple compass, realize the function of compass, novice use)
- 2018-12-25 11:38:41下载
- 积分:1
-
task9
自己制作了一个日历,是用calendarView写的,可以添加事务。但由于我没写数据库,所以还不能保存事务,只是给大家写了一个模板吧,大家可以连本地数据库,也可以链接云端。(I made a calendar to add transactions. But because I did not write the database, so I can not save the transaction, just write a template for you, you can connect to the local database, you can also link to the cloud.)
- 2020-06-21 14:20:02下载
- 积分:1
-
ActivityThread
这是一个简单的android程序,应用thread阻塞和inent实现简单的信息交换,适合初学者使用(This is a simple android, application thread blocking and inent simple exchange of information for beginners)
- 2013-10-07 20:58:46下载
- 积分: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
-
快速傅里叶变换fft
fft的小程序,欢迎指正!:)是用java编写的,可以运行!-fft small program, please correct me! :) Is used fortran prepared, you can run! 感觉还是可行的
- 2022-02-22 02:38:32下载
- 积分:1
-
ResolveInfoTest
Resolve Info Test for andriod.
- 2014-01-10 10:56:03下载
- 积分:1
-
android 截图示例源码下载
android 截图示例源码下载
- 2013-10-23下载
- 积分:1
-
FanxingDemo
泛型例题源代码,个人编写,可以提供给初学者参考参考(A generic sample source code, individual writing, can provide reference for beginners reference
)
- 2013-12-03 22:47:35下载
- 积分:1
-
ActivityManagerRecentTwoActivity
Activity Manager Running Task Info Test for Andriod.
- 2013-10-06 00:32:55下载
- 积分:1