登录
首页 » c » 51继电器使用

51继电器使用

于 2022-12-25 发布 文件大小:10.82 kB
0 34
下载积分: 2 下载次数: 1

代码说明:

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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • code
    A code to code your code.
    2015-04-02 23:32:54下载
    积分:1
  • UnionSet
    POJ1703 引自余立功《算法训练教程》,并查集的应用(POJ1703 union set)
    2014-06-04 16:10:24下载
    积分:1
  • 柱面投影程序
    用opencv2.4.9的环境,编写的柱面投影程序,调试成功
    2022-02-01 07:48:26下载
    积分:1
  • a
    说明:  静态文本控件典型事例电子计时器,主要根据位图来绘制数字(Typical examples of static text control electronic timer, mainly based on the bitmap to draw the figures)
    2010-12-17 18:18:23下载
    积分:1
  • TIM1andADC3andDMA
    说明:  使用HAL库实现TIM1_CC1定时触发ADC3的温度采集通道,并将采集的数据通过DMA传输到SDRAM,从而实现特定频率采样存储(The temperature acquisition channel of adc3 is triggered by TIM1 CC1 timing, and the collected data is transferred to SDRAM through DMA, so as to realize sampling and storage at specific frequency)
    2020-09-27 18:37:45下载
    积分:1
  • Siftdetect
    说明:  c++&pcl,查找点云的SIFT特征点(Finding SIFT Feature Points of Point Cloud)
    2019-05-20 16:31:01下载
    积分:1
  • bundler-v0.3-source
    Bundler v0.3 Installation Guide copyright 2009 Noah Snavely (snavely@cs.cornell.edu) based on the Photo Tourism work of Noah Snavely, Steven M. Seitz, (University of Washington) and Richard Szeliski (Microsoft Research) For more technical information, visit http://phototour.cs.washington.edu The source provided in this distribution can be accessed at http://phototour.cs.washington.edu/bundler/
    2009-11-12 13:14:12下载
    积分:1
  • PSO
    说明:  此为最精简型的蚊子演算法之设计(C++)(Simplest Particle Swarm Optimization Design)
    2011-03-05 14:01:35下载
    积分:1
  • sound
    给音频降噪,还原清晰声音,自动增益开源代码(Audio reduction, restore clear voice, auto gain open source code.)
    2018-11-14 09:30:11下载
    积分:1
  • myGAOSIDIEDANSUANFAC
    高斯迭代算法基本程序,用于求解矩阵方程,对初学者很有帮助(Gauss iterative algorithm for solving the matrix equation, useful for beginners)
    2012-05-06 21:34:44下载
    积分:1
  • 696518资源总数
  • 104224会员总数
  • 54今日下载