-
51继电器使用
51单片机继电器简单使用# include
# define uchar unsigned char
# define uint unsigned int
sbit k1=P3^4;
sbit k2=P3^5;
sbit jdq=P2^1;
sbit l1=P1^0;
void delayms(uint x) //延时
{
uint i,j;
for(i=x;i>0;i--)
for(j=110;j>0;j--);
}
void main ()
{
jdq=0;
while(1)
{
if(k1==0)
{
delayms(10);
if(k1==0)
{
&nbs
- 2022-12-25 10:25:03下载
- 积分:1
-
B_Tree
用控制台实现了经典的数据结构B树,可以通过测试文件.txt加载已有的B树,有插入,删除,查找的功能,加深对数据结构的理解。(Using the console to achieve the classic B tree data structure, you can pass the test document. Txt already loaded B-tree, there are insert, delete, search functions, to deepen understanding of the data structure.)
- 2020-10-18 17:47:26下载
- 积分:1
-
HUELLAS
program windows show files open
- 2015-08-30 14:44:24下载
- 积分:1
-
fzy2
very valuable material for matlab developers
- 2008-12-12 11:56:02下载
- 积分:1
-
CS_iso_creator_src
CS Image Creator.to creato image from specific data.
- 2013-01-21 01:00:57下载
- 积分:1
-
stm32_I2C1602完整驱动程序
说明: stm32_I2C1602完整驱动程序, 程序能运行,有兴趣的可以看看。(stm32_ I2c1602 complete driver, the program can run, interested can see.)
- 2020-12-22 16:03:45下载
- 积分:1
-
backwardforward
backwardfoeward load flow for distribution network
- 2014-02-14 00:30:57下载
- 积分:1
-
NoteBook记事本
该记事本是类似于记事本的windows 窗体应用程序,可以实现简单文件打开,修改及保存的功能。
This document is similar to the Notepad windows form program, you can achieve the file open, modify and save functions!
- 2023-05-07 20:45:02下载
- 积分:1
-
串口调试工具源码
【实例简介】
- 2021-05-20 14:39:31下载
- 积分:1
-
cc3200
针对物联网 (IoT) 应用的 SimpleLink CC3200 器件是一款集成了高性能 ARM Cortex-M4 MCU 的无线 MCU,从而使得客户能够用单个集成电路 (IC) 开发整个应用。BH1750环境光传感器内置16位的模数转换器,它能够直接输出一个数字信号,不需要再做复杂的计算。这是一种更精良的和容易使用简易电阻器的版 本,通过计算电压,来获得有效的数据。
- 2022-04-23 02:22:29下载
- 积分:1