登录
首页 » C51 » jiaotongdeng

jiaotongdeng

于 2017-05-02 发布 文件大小:15KB
0 183
下载积分: 1 下载次数: 4

代码说明:

  基于C51单片机开发交通灯的设计源代码实现道路交通灯的转换设计( U57FA u5355 u5352 u7247 u673A u706F u7684 u8F6C u7 U6362 u8BBE u8BA1)

文件列表:

【实验26】交通灯
................\jiaotongdeng,4630,2013-09-13
................\jiaotongdeng.c,2476,2013-09-13
................\jiaotongdeng.hex,1335,2013-09-13
................\jiaotongdeng.lnp,41,2013-09-13
................\jiaotongdeng.LST,6807,2013-09-13
................\jiaotongdeng.M51,7052,2013-09-13
................\jiaotongdeng.OBJ,5279,2013-09-13
................\jiaotongdeng.Opt,998,2013-09-13
................\jiaotongdeng.plg,568,2013-09-13
................\jiaotongdeng.Uv2,2159,2007-02-15
................\jiaotongdeng_Opt.Bak,996,2007-02-15
................\jiaotongdeng_Uv2.Bak,2126,2010-06-23

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

发表评论

0 个回复

  • 互补SPWM+模拟死区关方波+PID+ADC (极性)
    说明:  本程序用于全国大学生电子设计竞赛逆变电源,且包含PID闭环控制,可调出稳定交流电压(This program is used in the inverter power supply of the national college students electronic design competition, and contains PID closed-loop control, which can transfer out stable AC voltage)
    2020-04-04 22:00:35下载
    积分:1
  • Uart_receive
    STM32F4系列串口接收函数,,程序已测试通过。(void USART1_IRQHandler(void) //串口1中断服务程序 { u8 Res #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntEnter() #endif if(USART_GetITStatus(USART1, USART_IT_RXNE) != RESET) //接收中断(接收到的数据必须是0x0d 0x0a结尾) { Res =USART_ReceiveData(USART1) //(USART1->DR) //读取接收到的数据 if((USART_RX_STA&0x8000)==0)//接收未完成 { if(USART_RX_STA&0x4000)//接收到了0x0d { if(Res!=0x0a) USART_RX_STA=0 //接收错误,重新开始 else USART_RX_STA|=0x8000 //接收完成了 } else //还没收到0X0D { if(Res==0x0d)USART_RX_STA|=0x4000 else { USART_RX_BUF[USART_RX_STA&0X3FFF]=Res USART_RX_STA++ if(USART_RX_STA>(USART_REC_LEN-1))USART_RX_STA=0 //接收数据错误,重新开始接收 } } } } #ifdef OS_TICKS_PER_SEC //如果时钟节拍数定义了,说明要使用ucosII了. OSIntExit() #endif } )
    2016-01-21 17:04:30下载
    积分:1
  • a-ui-design-for-signal-sorce
    这是一个基于STM32F103ZET6的信号发生器的UI设计。本UI包括主菜单,主菜单包括三种波形的选择按键,频率,幅度调节子菜单,FM,AM调制设置子菜单。每个子菜单都有返回主菜单的选项。在任何一个界面中都有当前输出信号频率幅度显示。(This is a signal generator STM32F103ZET6 based UI design. The UI includes a main menu, the main menu includes three waveform selection button, the frequency, amplitude adjustment submenu, FM, AM modulation settings submenu. Each sub-menu has the option to return the main menu. Has a current amplitude of the output signal frequency is displayed on any one screen.)
    2021-01-01 00:18:58下载
    积分:1
  • 总线操作法点亮led
    总线操作法点亮led,非常好的入门教程。(zong xian cao zuo fa dian liang led zong xian cao zuo fa dian liang led)
    2018-03-13 10:59:50下载
    积分:1
  • F429调制解调
    说明:  STM32F429开发板 编写的2FSK调制解调代码(2FSK Modem Code Written by STM32F429 Development Board)
    2019-08-19 16:29:29下载
    积分:1
  • yy_51_UCOS
    51单片机上的移植源代码,非常详细,非常容易理解(SCM 51 transplant source code, very detailed, very easy to understand)
    2013-04-18 11:51:49下载
    积分:1
  • lingo
    lingo学习教程。主要用于优化设计,确定最优方案,分析各分量的约束条件。(Lingo learning tutorial. Mainly for the optimization design, determine the optimal scheme, analysis of the components in the constraint condition. )
    2013-12-17 15:16:59下载
    积分:1
  • OLED
    飞思卡尔coldfire MCF52255单片机OLED驱动程序(Freescale coldfire MCF52255 microcontroller OLED driver)
    2014-01-16 21:29:18下载
    积分:1
  • pfinal
    Adc, uart, lcd, pic16f871 assembler
    2011-10-02 03:14:06下载
    积分:1
  • qihuayali
    激光深熔焊接过程中小孔行为的数值模拟,同时获得自由表面并在其自由表面上添加气化压力的udf,获得想要的流速场。(Modelling of keyhole dynamics and porosity formation considering the adaptive keyhole shape and three-phase coupling during deep-penetration laser welding)
    2021-03-01 15:59:34下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载