-
物业管理系统
该系统主要是简单地对SSh框架的应用,同时也是对一些基础知识的回顾,其中用到的技术有权限控制,数据报表,数据的导入导出,以及一些数据的基本管理
- 2022-08-17 04:31:22下载
- 积分:1
-
checkSwitchButton
android编程,多个不同样式的switchButton按钮(it has many various switchButton)
- 2015-06-05 10:43:21下载
- 积分:1
-
UCI数据集
UCI数据集
- 2020-12-02下载
- 积分:1
-
SZZS(andriod_level)
android安卓版水准测量数据记录电子手薄程序,可平差及导出数据,可导入例子数据等功能。(android Andrews version of the standard measurement data recording electronic hand book program, you can export data and adjustment, can import example data and other functions.)
- 2016-04-30 14:28:22下载
- 积分:1
-
网络相册
1、实现网络相册的管理,包括创建、修改、删除等操作。
2、实现上传图片到网络相册。
3、实现图片的分享。
4、实现图片的管理,包括图片的修改、删除等操作。
- 2022-11-05 07:40: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
-
基于协同过滤算法的电影推荐系统
协同过滤算法对目标用户产生推荐: 收集可以代表用户兴趣的信息;根据收集到的信息,计算出用户之间的相似性,并以此为根据为目标用户或项目寻得最近邻居;根据得到的最近邻居对目标用户产生推荐。
- 2022-01-21 04:17:49下载
- 积分:1
-
支持向量机应用示例
支持向量机(Support Vector Machine, SVM)是一类按监督学习(supervised learning)方式对数据进行二元分类(binary classification)的广义线性分类器(generalized linear classifier),其决策边界是对学习样本求解的最大边距超平面(maximum-margin hyperplane),属于机器学习方法比较高级的一种,被应用于风电、水电的模拟,黑箱模型,模拟效果较好
- 2019-03-20下载
- 积分:1
-
ProgressBarTest
进度条显示,可以改变进度条的显示样式。可以自定义图片为进度条的按钮样式。(Progress bar shows the progress bar can change the display style. You can customize the picture as the progress bar button style.)
- 2013-06-26 11:23:06下载
- 积分:1
-
android 从相册选择一张或者多张图片例子源码下载
android 从相册选择一张或者多张图片例子源码下载
- 2015-05-08下载
- 积分:1