-
GFFDwebApi
说明: webapi服务实例,实现了从mysql提取数据,通过webapi为前端提供数据的功能(Web API service instance, realizes the function of extracting data from MySQL and providing data for front-end through web API)
- 2020-06-21 04:20:02下载
- 积分:1
-
tms320lf2812
TMS320F2812开发板(SCH+PCB图)Protel (TMS320F2812 ?????(SCH+ PCB?? Protel)
- 2008-08-23 23:00:10下载
- 积分:1
-
Mifare anneta
说明: Mifare天线设计资料.包含一天线感值计算软件,使天线设计变得很简单(Mifare antenna design information. One line contains flu value calculation software, antenna design becomes very simple)
- 2005-12-25 21:35:46下载
- 积分:1
-
CrashRpt_v.1.4.2_r1609
开源 异常 捕获上传程序 非常有用 值得学习(very useful)
- 2015-03-17 11:46:18下载
- 积分:1
-
SPWM单相全桥逆变代码
逆变器(inverter,又称变流器、反流器,或称反用换流器、电压转换器)是一个利用高频电桥电路将直流电变换成交流电的电子器件,其目的与整流器相反。可将12V或24V的直流电转换成230V、50Hz交流电或其它类型的交流电。它由逆变桥、控制逻辑和滤波电路组成(Inverter (also known as converter, inverter, or inverter inverter, voltage converter) is a high-frequency bridge circuit to convert direct current to alternating current electronic devices, the purpose of the opposite of the rectifier . Converts 12V or 24V DC to 230V, 50Hz AC or other types of AC. It consists of inverter bridge, control logic and filter circuit)
- 2018-01-16 09:28:55下载
- 积分:1
-
瑞萨串口例程
说明: 瑞萨官方提供的串口例程,见附件。运行起来的效果与官方说明的一样(For the serial routines provided by Risa, see the annex. It works just as well as the official instructions.)
- 2020-06-24 10:20:02下载
- 积分:1
-
MoveLight
MoveLight
- 2022-05-22 10:32:00下载
- 积分:1
-
222
这是我学习vc++的资料。希望对大家有帮助。 谢谢(This is my vc++ to learn the information. We want to help. Thanks)
- 2009-07-14 10:37:07下载
- 积分:1
-
Labs_v1.1
说明: 中断例程 ,适合2019年电设,有备无患,单片机型号位 MSP4305529,可直接下载使用。(Interruption routine, suitable for 2019 electrical installations, ready for trouble, single-chip model bit MSP4305529, can be downloaded and used directly.)
- 2020-06-17 21:20:02下载
- 积分:1
-
实验:RS485通信程序
/**************************************************************************************
* RS485通信实验 *
实现现象:下载程序后打开串口调试助手,将波特率设置为4800,选择发送的数据就可以显示
在串口助手上。具体接线操作参考操作视频
注意事项:无。
***************************************************************************************/
#include "reg52.h" //此文件中定义了单片机的一些特殊功能寄存器
typedef unsigned int u16; //对数据类型进行声明定义
typedef unsigned char u8;
sbit RS485DIR=P1^0; //RS485DIR=0为接收状态 RS485DIR=1为发送状态
/*******************************************************************************
* 函 数 名 : delay
* 函数功能 : 延时函数,i=1时,大约延时10us
**************************************
- 2022-02-04 03:13:17下载
- 积分:1