-
Radar
雷达专业的经典教材,书籍雷达数据处理及应用,非常有用(Radar data processing and Application)
- 2014-01-03 16:34:46下载
- 积分:1
-
SI4438test909
用STM系列单片机驱动SI4438无线透传模块,用于智能家居类产品的研发(With STM series single-chip driver SI4438 passthrough module, used for smart home products research and development)
- 2015-12-03 18:05:11下载
- 积分:1
-
main
说明: 介绍main函数的执行动作和入口形式。先是配置中断向量,再是配置时钟,然后是配置GPIO、串口等外设。(This paper introduces the execution action and entry form of main function. Firstly, the interrupt vector is configured, then the clock is configured, and then the peripherals such as GPIO and serial port are configured.)
- 2020-06-17 11:40:02下载
- 积分:1
-
FDTD_microstrip
分享一个外国人编写的FDTD程序,可以用来计算微带线和微带贴片天线,程序中采用的是均匀网格划分,但也可以在容易地在它基础上改写成非均匀网格.其边界条件与Sheen的程序不同,这里采用二阶技术.(Prepared to share a foreigner FDTD procedures, can be used to calculate the microstrip lines and microstrip patch antenna, the procedure used is uniform mesh, but can also easily rewrite it into the basis of non-uniform grid. its boundary conditions with different processes and Sheen, where second-order technology.)
- 2020-12-07 16:39:22下载
- 积分:1
-
code
使用stm32f103主控光伏并网发电装置,实现mppt,并提供开发各个环节阶段代码。(Use stm32f103 master photovoltaic power generation device to achieve mppt, and to provide all aspects of the development phase of the code.)
- 2015-06-26 13:31:23下载
- 积分:1
-
LPC2103-IAR
LPC2103-IAR例程,NXPLPC2103 arm7处理器实验代码(LPC2103-IAR routines, NXPLPC2103 arm7 processor test code)
- 2011-10-14 20:52:55下载
- 积分:1
-
riglol
说明: Rigol osciloscope tool
- 2019-04-05 14:28:34下载
- 积分:1
-
车道线检测源码 OPENCV
车道线检测的方法,一种快速的方法,用于车道线的检测-Lane detection method, a fast method,开发环境OPENCV c#
- 2022-03-02 04:27:48下载
- 积分:1
-
LBM三维方腔
适合初学者入门学习使用, C++结构化语言书写,读起来比较方便。
// 三维方腔.cpp : Defines the entry point for the console application.
//
//#include "stdafx.h"
#include
#include
#include
#include
#include
#include
#include
using namespace std; //变量名定义
- 2022-03-24 22:42:06下载
- 积分:1
-
GSM模块源程序
本程序的主要功能如下:
1、给指定电话号码打电话。
2、挂断电话
3、接听电话
4、给指定电话号码发送英文短信息
5、给指定电话号码发送中文短信息
硬件接口定义:
1、单片机采用STC89C52,晶振为11.0592
2、P0.0; //按键1,拨打电话
3、P0.1; //按键2,挂断电话
4、P0.2; //按键3,接听电话
5、P0.3; //按键4,发送一条英文短信息
6、P0.4; //按键5,发送一条中文短信息
请注意在本程序中TC35I模块内的SIM卡号码为:
- 2022-07-23 19:43:48下载
- 积分:1