登录
首页 » Windows开发 » 主要实现对汽车进入驶出停车场的仿真。当汽车进入时,要判断该车所持卡号是否为合法卡,以及场中是否有空位决定该车能否出入。同理当车驶出时,要看该车卡号是否合法,能否...

主要实现对汽车进入驶出停车场的仿真。当汽车进入时,要判断该车所持卡号是否为合法卡,以及场中是否有空位决定该车能否出入。同理当车驶出时,要看该车卡号是否合法,能否...

于 2023-03-26 发布 文件大小:75.34 kB
0 188
下载积分: 2 下载次数: 1

代码说明:

主要实现对汽车进入驶出停车场的仿真。当汽车进入时,要判断该车所持卡号是否为合法卡,以及场中是否有空位决定该车能否出入。同理当车驶出时,要看该车卡号是否合法,能否驶出。以及,在进入驶出时,行车道上是否有车辆行驶冲突,从而决定让道操作。-The main exit of the car into the parking lot of the simulation. When the car enters, it is necessary to judge whether the car

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

发表评论

0 个回复

  • toeplitz方程,预测反褶积必备,主要是方程的解法
    toeplitz方程,预测反褶积必备,主要是方程的解法-toeplitz equations, predictive deconvolution essential, mainly equations
    2022-01-26 04:46:32下载
    积分:1
  • 主要针对售房商在出售房屋时,对用户水表以及电表的统计,管理。...
    主要针对售房开发商在出售房屋时,对用户水表以及电表的统计,管理。-It can stat and manage water meter ,ammeter when empolders sale buildings.
    2022-01-20 23:02:38下载
    积分:1
  • myie浏览器的源代码
    myie浏览器的源代码-vs. browser source code
    2022-03-25 21:37:28下载
    积分:1
  • 七段码的实现问题,实现了对实验箱上的显示数据的模拟,同时也对VC的控件类进行详细的操作....
    七段码的实现问题,实现了对实验箱上的显示数据的模拟,同时也对VC的控件类进行详细的操作.-THIS CODE CAN TRANSLATE NUMBER INTO LED CODE AND OPERATE MFC.
    2022-04-27 20:47:48下载
    积分:1
  • This one a typical one number value issue, is it is it belong to algorithm ask a...
    这是一个典型的非数值问题,如果使用非递归算法求解此问题,要设计复杂的算法,编写很长的程序。而使用递归算法可以使整个算法清晰,使程序简洁。本问题分析并建立递归算法的过程是典型的抽取问题本质、建立递归算法 并最终解决非数值问题递归实例。-This one a typical one number value issue, is it is it belong to algorithm ask and solve this question to pass to use, design the complicated algorithm , will write very long procedure . It can make the whole algorithm clear and use and pass and belong to the algorithm, make the procedure succinct . Case study this is it is it belong to course of algorithm typical extraction issue essence , is it pass algorithm of belonging to to set up to pass to set up And it is not a number value problem to solve finally and pass and belong to the instance
    2022-05-23 18:27:16下载
    积分:1
  • RFID课设之校园一卡通系统
           资料很多,系统可以运行,缺少论文。过使用RFID技术达到校园的智能化建设。相比于传统的学生卡等功能单一的卡来说,使学生做到了一卡在手,走遍校园的目的。对于学校,在一卡通平台的基础之上,重点是将一卡通系统整合到整个办公大楼的智能系统中,同时,需要将扩展的一卡通系统融入到校园工作的流程之中,为校园工作提供高效、安全、流畅的运作平台。该论文对今后进行射频识别系统开发的工作有一定的参
    2022-03-16 18:28:45下载
    积分:1
  • 8 皇后之谜 AI
    八皇后问题是在 8 × 8 的棋盘上放置八国际象棋皇后,所以,没有两个皇后威胁到对方的问题。因此,一种解决方案要求没有两个皇后共享相同的行、 列或对角线。这场比赛是作为赋值 AI 开发的。
    2022-07-14 13:21:42下载
    积分:1
  • 学习美国的basiv
    利用cc++初步学习wrl,适用于初学者,源代码比较简单-to learn the basiv of wrl
    2022-01-30 18:09:28下载
    积分:1
  • 一个模拟钢琴的小程序,可以弹出动听的歌曲哦!
    一个模拟钢琴的小程序,可以弹出动听的歌曲哦!-a small piano simulation procedures can be sweet pop songs!
    2022-05-31 15:28:08下载
    积分:1
  • 中断服务程序的关键是:1.保护进入中断时的状态,并在退出中断之前恢复进入时的状态。2.必须在中断程序中设定是否允许中断重入,即设置EX0位。 本例中使用了I...
    中断服务程序的关键是:1.保护进入中断时的状态,并在退出中断之前恢复进入时的状态。2.必须在中断程序中设定是否允许中断重入,即设置EX0位。 本例中使用了INT0中断,一般中断程序进入时应保护PSW,ACC以及中断程序使用但非其专用的寄存器。本例的INT0程序保护了PSW,ACC,2等三个寄存器并且在退出前恢复了这三个寄存器。另外中断程序中涉及到关键数据的设置时应关中断,即设置时不允许重入。本例中没有涉及这种情况。 实验开始时K8应在H(高电平)端,要产生中断时先拨向L(低电平)端再拨回H端。 -Interrupt service s key is: 1. the protection enters when the interrupt condition, and when the withdrawal interrupt before regains enters the condition. 2. must in the interrupt routine establish whether to permit the interrupt re-entry, namely establishes the EX0 position. in this example has used the INT0 interrupt, generally the interrupt routine enters when should protect PSW, ACC as well as the interrupt routine use but non-its special-purpose register. This example INT0 program protection PSW, ACC,2 and so on three registers, and restored these three registers before the withdrawal. Moreover in the interrupt routine involves to when the essential data establishment should close the interrupt, namely when establishment does
    2022-03-22 04:01:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载