-
简单的功能,很好的参考价值#图像扫描一个C程序。
一种功能简单、参考价值高的图像扫描c#程序。
- 2022-04-21 17:15:32下载
- 积分:1
-
经纬度与大地坐标之间的转换,非常实用的。希望能对大家有所帮助。...
经纬度与大地坐标之间的转换,非常实用的。希望能对大家有所帮助。-GOOD
- 2022-11-27 15:45:03下载
- 积分:1
-
leastSquaresmethod
说明: 最小二乘一次完成算法,C语言编写,源码,调试通过。(A complete least-squares algorithm, C language, source code, debugging through.)
- 2008-10-18 13:57:54下载
- 积分:1
-
jiaotongdeng
十字路口交通灯的单片机控制源代码 红黄绿三灯 还有数码管时间显示(Intersection traffic lights SCM source code red yellow three lights and LED time display)
- 2011-08-07 23:34:04下载
- 积分:1
-
小应用程序的 数据挖掘 源代码(希望对大家有所帮助)
小应用程序的 数据挖掘 源代码(希望对大家有所帮助)
- 2022-01-22 04:30:31下载
- 积分:1
-
TheTetrisGame
经典游戏俄罗斯方块的一种简单实现,支持玩家信息的保存和统计。(A classic game of Tetris simple implementation, support the players the preservation of information and statistics.)
- 2013-09-11 14:46:11下载
- 积分:1
-
高校学籍管理问题设计方案
编写学生学籍,便于管理,系统中介,程序讲解如下,结果如图,(The preparation of student status, easy management, system intermediary, procedures explained as follows, the results are as follows,)
- 2017-06-11 11:09:51下载
- 积分: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
-
图像校正回调函数
本文档主要用于图像的倾斜矫正,通过建立透视变换矩阵和强角点检测实现畸变图形的矫正(This document is mainly used for Image tilt correction, through the establishment of perspective transformation matrix and strong corner detection, to achieve distortion correction)
- 2017-08-22 11:38:04下载
- 积分:1
-
STM32F10X_usb模拟鼠标
实现STM32F10X_usb模拟鼠标,省略了官方历程里大部分无用代码,非常简洁
- 2022-08-17 05:27:28下载
- 积分:1