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

流水灯c51代码

于 2022-01-29 发布 文件大小:45.86 kB
0 122
下载积分: 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 个回复

  • C_eig
    利用幂法和反幂法求解按模最小特征值,按模最大特征值。与MATLAB中eig功能相似 (get the character value of a matrix, similiar with the function eig in matlab)
    2013-12-02 11:04:25下载
    积分:1
  • 操作系统进程调度
    说明:  模拟操作系统进程调度(先来先服务,优先级优先,相应比优先,最短作业优先),资源抢夺,内存分配功能(动态分区,静态分区)(最坏适应法,最佳适应法,FIFO)(Simulation operating system process scheduling (first come first serve, priority first, corresponding ratio first, shortest job first), resource grabbing, memory allocation function (dynamic partition, static partition) (worst adaptation, best adaptation, FIFO))
    2019-12-21 13:37:48下载
    积分:1
  • 【野火?】零死角玩转STM32—F407霸天虎
    说明:  STM32F407野火开发板相关资料,STM32F407野火v2开发板相关资料(Relevant information of stm32f407 wildfire development board)
    2020-12-25 13:26:06下载
    积分:1
  • MMIMO-OFDM_SiI
    MIMO-OFDM仿真程序,包含完整的信道仿真程序,信道估计程序(MIMO-OFDM simulation program, include the full channel simulation program, the channel estimation procedure)
    2012-07-16 17:24:37下载
    积分:1
  • OpenMahjong-V3.1
    mahjong game. you can take a look of it. it is a zip file you have to unzip it.(this is a mahjong game.you can take a look)
    2013-02-04 00:38:42下载
    积分:1
  • issuing an exterior model, in hopes of giving the guys some hints to improve c#...
    c#kai发得一个外观模型,希望能给菜鸟们一些提示提高c#程序开发技术-issuing an exterior model, in hopes of giving the guys some hints to improve c# programming technology
    2022-10-31 20:10:03下载
    积分:1
  • OpenGL-for-games
    Delphi环境用OpenGL开发-黑白棋(Delphi environment using OpenGL- Reversi)
    2013-07-16 15:19:39下载
    积分:1
  • junzhilvbonmd
    MATLAB对数字信号进行均值滤波,尤其是对数字图像(MATLAB for digital signals mean filter, especially for digital images)
    2014-02-22 18:43:06下载
    积分:1
  • Whuaawei-WCDMC
    WCDMA无线接口物理层,经典典WCDMA无线接口物理层,经典 (WCDMA radio interface physical layer, the classic typical WCDMA radio interface physical layer, the classic)
    2012-08-05 11:42:44下载
    积分:1
  • 基本粒子群算法
    本文件是基于C语言的基本粒子群算法实现代码,其中测试函数使用的超球函数。本文件对于粒子群算法初学者能起到一定辅助作用
    2022-01-26 06:26:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载