登录
首页 » 汇编语言 » 电动车从起跑线出发(车体不得超过起跑线),沿引导线到达B点。在“直道区”铺设的白纸下沿引导线埋有1~3块宽度为15cm、长度不等的薄铁片。电动车检测到薄铁片时需...

电动车从起跑线出发(车体不得超过起跑线),沿引导线到达B点。在“直道区”铺设的白纸下沿引导线埋有1~3块宽度为15cm、长度不等的薄铁片。电动车检测到薄铁片时需...

于 2022-11-25 发布 文件大小:3.79 kB
0 102
下载积分: 2 下载次数: 1

代码说明:

电动车从起跑线出发(车体不得超过起跑线),沿引导线到达B点。在“直道区”铺设的白纸下沿引导线埋有1~3块宽度为15cm、长度不等的薄铁片。电动车检测到薄铁片时需立即发出声光指示信息,并实时存储、显示在“直道区”检测到的薄铁片数目。 (2)电动车到达B点以后进入“弯道区”,沿圆弧引导线到达C点(也可脱离圆弧引导线到达C点)。C点下埋有边长为15cm的正方形薄铁片,要求电动车到达C点检测到薄铁片后在C点处停车5秒,停车期间发出断续的声光信息。 (3)电动车在光源的引导下,通过障碍区进入停车区并到达车库。电动车必须在两个障碍物之间通过且不得与其接触。 (4)电动车完成上述任务后应立即停车,但全程行驶时间不能大于90秒,行驶时间达到90秒时必须立即自动停车。 -err

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

发表评论


0 个回复

  • 贝贝大厅+数据库脚本
    应用背景CPasswordKeyboard::CPasswordKeyboard() : CDialog(IDD_PASSWORD_KEYBOARD) { //设置变量 m_nRandLine[0]=rand()%11; m_nRandLine[1]=rand()%10; m_nRandLine[2]=rand()%13; m_nRandLine[3]=rand()%13; //键盘状态 m_bShiftStatus=false; m_bCapsLockStatus=false; //状态变量 m_bMouseDown=false; m_wHoverRow=INVALID_WORD; m_wHoverLine=INVALID_WORD; //键盘字符 m_nItemCount[0]=11; lstrcpyn(m_szKeyboradChar[0][0],TEXT("`1234567890"),CountArray(m_szKeyboradChar[0][0])); lstrcpyn(m_szKeyboradChar[0][1],TEXT("~!@#$%^&*()"),CountArray(m_szKeyboradChar[0][1])); //键盘字符 m_nItemCount[1]=10; lstrcpyn(m_szKeyboradChar[1][0],TEXT("-=[];",./"),CountArray(m_szKeyboradChar[1][0])); lstrcpyn(m_szKeyboradChar[1][1],TEXT("_+{}|:"?"),CountArray(m_szKeyboradChar[1][1])); //
    2022-01-29 01:54:02下载
    积分:1
  • 电子琴
    汇编电子琴-An asembly electronic piano.
    2022-01-26 02:27:48下载
    积分:1
  • High to low dividend deposited in TEMP_STR
    被除数由高到低存于TEMP_STR-->TEMP_STR+4中,除数存于TEMP_STR+10-->TEMP_STR+14中, 运算后商存于TEMP_STR-->TEMP_STR+4中,余数存于TEMP_STR+5-->TEMP_STR+9中 高字节在前 方法:移位相除 10位BCD码除法 XUE:20080729-High to low dividend deposited in TEMP_STR-> TEMP_STR+ 4, the divisor stored in TEMP_STR+ 10-> TEMP_STR+ 14, the operations are kept in after TEMP_STR-> TEMP_STR+ 4, the remainder stored in TEMP_STR+ 5-> TEMP_STR+ 9 in the high byte of the former method: shift 10 BCD division code division XUE: 20080729
    2022-07-08 14:31:21下载
    积分:1
  • 最简单的程序,功能不错
    最简单的汇编程序,功能不错-compilation of the most simple procedures, functions well
    2023-02-18 10:20:03下载
    积分:1
  • 用VB做的一个简单通讯录
    用VB做的一个简单通讯录-VB do a simple directory
    2022-07-07 19:57:40下载
    积分:1
  • compiler of the original code, and I hope to the likes compiler expert who help
    编译器的原代码,希望对喜欢编译器的高手们有帮助-compiler of the original code, and I hope to the likes compiler expert who help
    2022-03-24 04:45:59下载
    积分:1
  • a compilation procedure but forgot what
    一个汇编程序 不过什么忘了-a compilation procedure but forgot what
    2022-03-19 02:12:42下载
    积分:1
  • c译的计算器 为了方便了解流程,在程序中把计算过程也输出了.而且栈操作的实现部分也是自己实现的. 程序用两个栈,optr寄存运算符,opnd寄存操
    c语言编译的计算器 为了方便了解流程,在程序中把计算过程也输出了.而且栈操作的实现部分也是自己实现的. 程序用两个栈,optr寄存运算符,opnd寄存操作数和运算结果.输入的表达式以等号结束,例如:2*(1+2)= -c language compiler of the calculator in order to facilitate the understanding of flow, in the procedure to calculate the output of the process. but Stack is the realization of part of their realization. procedures with two stacks, optr storage operator, opnd operand storage and computing the results of . enter the expression in order to equate the end of, for example: 2* (1+ 2) =
    2022-10-25 02:00:03下载
    积分:1
  • 基于892051红外遥控电子密码锁,接收部分程序
    基于892051红外遥控电子密码锁,接收部分程序-892,051 based on the infrared remote control of electronic locks, receive some of the procedures
    2022-06-12 21:12:30下载
    积分:1
  • 用sse2来实现dct变换,对于图像处理的速度有很大提高。
    用sse2来实现dct变换,对于图像处理的速度有很大提高。-realizing dct translation with sse2 promotes the graph calculting speed
    2022-12-16 04:30:03下载
    积分:1
  • 696518资源总数
  • 104554会员总数
  • 21今日下载