-
winform 文件浏览控件 例子
winform 文件浏览控件 例子
- 2015-06-19下载
- 积分:1
-
Cell_sysbbk
这是本人开发的一个课题软件,主要用于点细胞识别与轨迹追踪! 具有 很好的研究价值,里面运用 图像处理(很多种)函数的 编写与调用!! 估计仅此一个项目代码,版主就应该给我特殊鼓励的!(err)
- 2021-03-08 15:19:28下载
- 积分:1
-
Wijdows
windows系统下获取系统信息的程序,包括主机名,用户名,系统路径(Get information system under the Windows program, including the host name, user name, the system path)
- 2017-07-22 10:24:18下载
- 积分:1
-
USART_DMA_Interrupt
USART_DMA双缓冲接收数据 stm32f103 双缓冲接收数据(stm USART DMA Double buffer receiving data)
- 2019-02-16 11:30:19下载
- 积分:1
-
Kriging_WENG
克里金插值程序,VS2012编译通过。OpenGL结果渲染与显示,价值十分大。目前经过修复BUG,可以直接运行。花费大量时间整理。希望对你有所帮助!(Kriging Geological terrain interpolation program which cost the developers so much time. Hope it can help you!)
- 2016-01-11 09:49:28下载
- 积分:1
-
AT25XXXEEPROM
说明: spi读取AT25128例程,全面解析底层,与I2C兼容。(The SPI reads AT25128 routines, comprehensively parses the underlying, and is compatible with I2C.)
- 2020-12-17 15:19:13下载
- 积分:1
-
kei_v81
这是一个好用的频偏估计算法的matlab仿真程序,含噪脉冲信号进行相关检测,采用波束成形技术的BER计算。( This is a useful frequency estimation algorithm matlab simulation program, Noisy pulse correlation detection signal, By applying the beam forming technology of BE.)
- 2017-06-02 16:16:30下载
- 积分: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
-
sinwn
生成含有高斯噪声的正弦信号,C语言格式(Gaussian noise generated containing the sinusoidal signal, C language format)
- 2009-01-08 09:47:26下载
- 积分:1
-
DHCP服务器
1、理解在网络中部署 DHCP 服务器的解决方案;
2、掌握 DHCP 服务器的基本配置;
3、掌握 DHCP 客户端的配置和测试;
4、掌握在Linux下实现路由的方法;
5、掌握DHCP服务器中继代理的配置。
- 2022-11-16 06:30:02下载
- 积分:1