登录
首页 » 数据结构 » 平滑转弯走迷宫

平滑转弯走迷宫

于 2022-01-30 发布 文件大小:519.76 kB
0 244
下载积分: 2 下载次数: 1

代码说明:

顺滑转弯,可以极大程度上减少电脑鼠在迷宫转弯时的损耗时间。本设计讨论电脑鼠底层驱动算法中有关电脑鼠 转弯部分(90度转弯)的改进算法,该方法改进了以往在电脑鼠转弯过程中首先对左右两个电机同时制动, 然后一个电机正向转动,一个反向转动,从而形成电脑鼠转弯过程的传统方法。 本设计所用的方法是在转弯过程中电机不停转,在转弯过程中让一个电机处于减速状态, 另一个处于加速状态(但不停机),然后调整步进电机的步数,使两个电机同时前向转动, 接着调整步进电机在转弯时的步数,待转弯结束后再使电机处于加速状态,并进入前进状态

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

发表评论

0 个回复

  • C常用算法程序集5,描述算法。
    C数据结构常用算法程序集5,描述数据结构算法。-C data structures commonly used algorithm suite 5, describe data structure algorithms.
    2022-07-09 10:01:44下载
    积分:1
  • 一个中关于链表的实验,创建链表等,包括增删查改...
    一个数据结构中关于链表的实验,创建链表等,包括增删查改-A data structure on the list of experiments, create list, including additions and deletions to search
    2022-12-13 20:05:03下载
    积分:1
  • 相对于实验一,新增了2个类。 Class Listing vector<Advertisement*>. Class Group vect...
    相对于实验一,新增了2个类。 Class Listing vector. Class Group vector. 使用到了向量。增强了大家对STL向量容器,以及实现所给的声明函数。 压缩包里面有代码,指导书,以及Apache服务器。-Prerequisites: Students should have mastered the following prerequisite skills. C++ Class Specification- Produce C++ class implementations Standard Template Library- Knowledge of the STL, particularly sequential containers and iterators Goals: This assignment is designed to reinforce your understanding and use of the STL vector container and the Standard Template Library. Outcomes: Students successfully completing this assignment would master the following outcomes. Produce C++ class implementations given class declarations
    2022-07-21 10:24:05下载
    积分:1
  • 【10】玉兔_spi_dataflash
    【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash【10】玉兔_spi_dataflash
    2022-04-15 21:04:00下载
    积分:1
  • delphi7 的 mydac 库组件
    MySQL 数据访问 ComponentsMySQL 数据访问组件 (MyDAC) 是一种组件库,从 Delphi、 C + + 生成器、 拉撒路 (和自由 pascal 语言) 提供对 MySQL 的直接访问 Windows、 Linux、 Mac OS X、 Android、 iOS FreeBSD 在 32 位和 64 位平台。基于 MyDAC 的应用程序可以直接连接到 MySQL 服务器,或通过 MySQL 客户端库的工作。MyDAC 旨在帮助开发更快和更清洁的 MySQL 数据库应用程序的程序员。
    2023-04-08 17:00:04下载
    积分:1
  • Using ADO from C
    Using ADO from C-Using ADO from C
    2023-06-21 23:20:03下载
    积分:1
  • VB图书管理系统,基于VB的图书管理系统的程序开发,只作参考...
    VB图书管理系统,基于VB的图书管理系统的程序开发,只作参考-VB library management system, library management system based on the VB-program development, only for reference
    2023-01-25 21:15:03下载
    积分:1
  • 这个项目简洁、通俗地解释了有关平衡二叉树的问题。也提供了源代码和一个供演示的通用类。描述/提供了如何平衡二叉树的功能。...
    这个项目简洁、通俗地解释了有关平衡二叉树的问题。也提供了源代码和一个供演示的通用类。描述/提供了如何平衡二叉树的功能。-the project concise and simple explanation of the balanced binary tree problem. Also provided source code and a demonstration for the general category. Description/how to provide balanced binary tree functions.
    2023-08-10 15:30:03下载
    积分:1
  • Nearest point on the issue of demand, and the nearest point on the issue, and th...
    求最近点对问题, 求最近点对问题。-Nearest point on the issue of demand, and the nearest point on the issue, and the nearest point on the issue.
    2022-09-25 08:55:03下载
    积分:1
  • labyrinth: You need to find the doable way to go to the destinaton.And then prin...
    labyrinth: you need to find the doable way to go to the destinaton.And then print out the path.-labyrinth: You need to find the doable way to go to the destinaton.And then print out the path.
    2023-04-17 06:20:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载