-
adhoc_mac_v2
Manet model in OPNET
- 2020-12-07 15:09:21下载
- 积分:1
-
Process
VC++系统开发实例精粹 进程查看程序代码 Process(VC++ instance of the essence of the process of system development Process view code)
- 2011-05-28 18:57:44下载
- 积分: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
-
matlab
是一个语音识别的程序,有LPCC,MFCC等的代码,最后用SVM进行分类(Is a voice recognition program, there LPCC, MFCC and other code, the final classification with SVM)
- 2011-09-23 17:05:17下载
- 积分:1
-
solidmysql-5.1.22-beta-0080
Soliddb for MySQL 是 solidbase 公司开发的一个针对MySQL的存储引擎,这是一个基于内存的存储引擎,速度很快。 solidmysql-5.1.22-beta-0080(Soliddb for MySQL is solidbase developed a storage engine for MySQL, which is a memory-based storage engine, very fast. solidmysql-5.1.22-beta-0080)
- 2008-06-12 15:38:28下载
- 积分:1
-
photoediter
这是一个简单的图象处理的小软件的原代码,试试吧,不错的(This is a simple image of the original small software code, try it, good)
- 2007-05-22 13:54:05下载
- 积分:1
-
UBLOX GPS资料包V5.0
说明: The GPS module has a PC configuration software called u-Center. It can set the parameters of the module and save it to the EEPROM. In fact, it can also be set through the serial communication of the single-chip microcomputer. However, the PC-side setting is more user-friendly and the result can be seen immediately.
- 2020-06-21 12:40:02下载
- 积分:1
-
Parabolic SAR EA 抛物线SAR EA
应用于MT4交易的EA系统,挂在M15 EURUSD(EA system for MT4, hanging on M15 EURUSD))
- 2019-05-08 14:00:28下载
- 积分:1
-
AutoUpdate自动更新、解压缩实例
系统结构服务端自动更新服务:这个是部署到web服务器的,如果有新的版本,只要放到自动更新服务App_DataUpdate目录下,即可【注意:每次更新版本时,需要更新软件的版本号,即解决方案的AssemblyInfo.cs文件,类似如下内容[assembly: AssemblyVersion("1.0.0.1")][assembly: AssemblyFileVersion("1.0.0.1")]更新版本时换这个内容】客户端MyApp:每次启动时需要检测版本【引用“自动更新服务”】,有新版本时进行解压和更新具体的内容参考详细的代码。
- 2021-04-12 13:58:57下载
- 积分:1
-
S_函数的PWM仿真_
基于s函数的spw仿真程序简单易懂便于操作(SPW simulation based on s function)
- 2021-04-22 23:38:48下载
- 积分:1