登录
首页 » c » 流水灯c51代码

流水灯c51代码

于 2022-01-29 发布 文件大小:45.86 kB
0 106
下载积分: 2 下载次数: 1

代码说明:

#include sbit  LED0=P1^0; sbit LED7=P1^7; void  main ( ) { TMOD=0x66; TH0=255; TL0=255; TH1=-3;  TL1=-3; EA=1 ;  ET1=1 ;  ET0=1 ; TR0=1 ;  TR1=1 ; while (1); } void t0int( )  interrupt 1 {  LED0=~  LED0 ;} void t1int ( ) interrupt 3 { LED7=~LED7 ;}

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

发表评论

0 个回复

  • 条形码生成
    自己改造的根据自定义规则生成条形码的软件,可任意生成多位数字的条形码; 支持序列批量生成,支持将生成的图形保存到word文件中;
    2023-02-13 00:30:04下载
    积分:1
  • DFA-acceptor
    dfa acceptor for compiler course....
    2014-12-05 17:30:34下载
    积分:1
  • Nagist-MetaHook-master
    MetaHook for cs 1.6
    2018-06-16 17:15:40下载
    积分:1
  • juzhenjianpan0-f
    基于51单片机开发板,矩阵键盘按键在数码管上显示0~F(Based on 51 MCU development board, matrix keyboard keys on the digital display 0 ~ F)
    2013-07-10 16:50:59下载
    积分:1
  • Ajiaoxue
    是我买的c8051f020送的光盘!上面东西很齐全,用于c8051f020的学习!很多源程序(C语言),便于学习和参加全国电子设计大赛的培训(I bought the CD c8051f020 sent! The above things are complete, for c8051f020 learning! Many source code (C language), easy to learn and participate in the training of the National Electronic Design Contest)
    2011-08-06 10:49:08下载
    积分:1
  • scull
    基于跟新后的linux内核的scull驱动代码及详解(Based on post with the new linux kernel driver code and Detailed scull)
    2015-03-24 21:15:40下载
    积分:1
  • 超声波测距仪_基于STM32F103C8T6核心板
    说明:  Ultrasonic range finder based on STM32F103
    2019-03-28 00:06:10下载
    积分:1
  • qpegps_0.2.3.tar
    用于PDA的GPS源代码(for PDA GPS source code)
    2004-11-13 15:09:56下载
    积分:1
  • Fixed_Beamformer
    麦克风阵列波束成型算法,使用C语言写成,易于移植到DSP上(Microphone array beamforming algorithm, written in C language, easy to transplant to DSP)
    2021-04-08 14:49:00下载
    积分:1
  • Programming_Matlab_and_C++
    Introduction to Computers and Programming using C++ and MATLAB
    2009-05-27 20:47:18下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载