登录
首页 » DOS » TEST

TEST

于 2010-06-03 发布 文件大小:59KB
0 138
下载积分: 1 下载次数: 106

代码说明:

  单片机交通灯控制,汇编语言,PROTUES仿真带源码和仿真图(SCM traffic light control, assembly language, PROTUES simulation and simulation graph with source)

文件列表:

TEST
....\KCSJ1.ASM,2108,2009-07-01
....\KCSJ1.LST,7754,2009-07-01
....\KCSJ1.OBJ,1376,2009-07-01
....\Last Loaded 测试.DBK,137258,2009-07-05
....\STARTUP.A51,6376,2005-03-22
....\交通灯,1290,2009-07-01
....\交通灯.hex,694,2009-07-01
....\交通灯.lnp,28,2009-07-01
....\交通灯.M51,6228,2009-07-01
....\交通灯.Opt,1043,2009-07-03
....\交通灯.plg,199,2009-07-03
....\交通灯.Uv2,2097,2009-07-03
....\交通灯_Opt.Bak,1053,2009-07-03
....\交通灯_Uv2.Bak,1687,2009-07-01
....\测试,1015,2009-07-01
....\测试.DSN,139576,2009-07-05
....\测试.hex,534,2009-07-01
....\测试.lnp,26,2009-07-01
....\测试.M51,4900,2009-07-01
....\测试.Opt,1046,2009-07-01
....\测试.plg,582,2009-07-01
....\测试.PWI,653,2009-07-05
....\测试.Uv2,2163,2009-07-01
....\测试_Opt.Bak,1046,2009-07-01
....\测试_Uv2.Bak,2159,2009-07-01

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

发表评论

0 个回复

  • 超声波
    说明:  使用超声波模块测距,测距范围 10cm--1..2m(Using ultrasonic module to measure distance, ranging range is 10cm-1.2m.)
    2020-06-18 10:00:01下载
    积分: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
  • BUCK_Control
    说明:  BUCK电路控制的设计方法,分析BUCK电路的传递函数框图,介绍如何设计BUCK电路的具体参数。(The control of BUCK circuit)
    2020-10-27 12:49:58下载
    积分:1
  • AdvanAI
    调用研华PCL数据采集卡进行采集数据例程,很容易理解,舍弃了繁琐功能!(Call Advantech PCL data acquisition card for data collection routines, it is easy to understand, abandoning the cumbersome features!)
    2015-04-13 15:59:50下载
    积分:1
  • Phase_detection
    PLL锁相环 输入三相电压电流 输出电角度 DQ轴电压电流(Phase Loop Lock Input: 3_phase voltage¤t output: angle & DQ-axis Voltage&Current)
    2020-06-29 23:00:01下载
    积分:1
  • 111111111222
    zigbee cc2530无线数据接受与发送,以外接传感器MQ-2酒精传感器为例,内置协议栈,直接下载就行,IAR版本为8.1(zigbee cc2530 wireless data accepted and sent to the external sensor MQ-2 alcohol sensor, for example, the built-in protocol stack, the direct download on the line)
    2021-01-03 22:48:55下载
    积分:1
  • JN-AN-1069
    说明:  Leave with Rejoin - The stack will attempt once and
    2020-06-21 18:20:02下载
    积分:1
  • ILI9225
    说明:  ILI9225 液晶驱动, FSMC 方式(ILI9225 TFTLCD Drive)
    2019-12-27 09:41:28下载
    积分:1
  • 958579
    This program is a simple water-saving irrigation pipeline hydraulic calculation, although small, but still more applicable,
    2017-06-25 20:04:18下载
    积分:1
  • RSBY-ECIS-Patch-1.0-13092013
    none1.The content is too simple 2.Is not a sourcecode or document 3.lost some files 4.Description is not detailed or not correct 5.Compressed file has password 6.Sourcecode duplicate or already exist Please do not upload copyrighted content and the file which has trojan or virus
    2014-01-17 23:51:05下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载