-
平滑转弯走迷宫
顺滑转弯,可以极大程度上减少电脑鼠在迷宫转弯时的损耗时间。本设计讨论电脑鼠底层驱动算法中有关电脑鼠
转弯部分(90度转弯)的改进算法,该方法改进了以往在电脑鼠转弯过程中首先对左右两个电机同时制动,
然后一个电机正向转动,一个反向转动,从而形成电脑鼠转弯过程的传统方法。
本设计所用的方法是在转弯过程中电机不停转,在转弯过程中让一个电机处于减速状态,
另一个处于加速状态(但不停机),然后调整步进电机的步数,使两个电机同时前向转动,
接着调整步进电机在转弯时的步数,待转弯结束后再使电机处于加速状态,并进入前进状态
- 2022-01-30 15:52:34下载
- 积分:1
-
这是一本书<<VC数据库开发技术与工程实践>>中的部分代码,供学习者学习中使用...
这是一本书中的部分代码,供学习者学习中使用-This a book lt; Lt; VC database development technology and engineering practice gt; Gt; Part of the code for the use of Learners! !
- 2022-03-15 14:19:22下载
- 积分:1
-
这是我们做的数据结构课程设计的一个内容,是用C语言编写的一个图书管理的程序...
这是我们做的数据结构课程设计的一个内容,是用C语言编写的一个图书管理的程序-we do this is the data structure of a curriculum design content of the C language with a library management procedures
- 2023-01-18 05:25:03下载
- 积分:1
-
利用三元组完成距阵的基本运算,包括加法,减法,乘法.数据结构实习题目...
利用三元组完成距阵的基本运算,包括加法,减法,乘法.数据结构实习题目-using ternary Group completed the basic matrix operations, including addition, subtraction, multiplication. Internship topic data structure
- 2022-03-20 19:41:17下载
- 积分:1
-
清华大学数据结构讲义
清华大学数据结构讲义-data structure lectures Tsinghua University
- 2022-12-08 13:40:03下载
- 积分:1
-
数据结构与算法
数据结构与算法-程序、素材---使用矩阵类-Data Structures and Algorithms- procedures, materials--- the use of matrices
- 2022-05-24 05:17:33下载
- 积分:1
-
JSP个人求职管理系统
jsp个人求职管理系统-jsp personal job management system
- 2023-07-04 00:00:03下载
- 积分:1
-
约瑟夫环 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个...
约瑟夫环 已知n个人(以编号1,2,3...n分别表示)围坐在一张圆桌周围。从编号为k的人开始报数,数到m的那个人出列;他的下一个人又从1开始报数,数到m的那个人又出列;依此规律重复下去,直到圆桌周围的人全部出列。(有详细注解)数据结构学习的好例子-Joseph ring known n individuals (identified by serial number 1,2,3 ... n, respectively) were sitting around on a round-table. K from the number of people reported a few, a few of the m out of that person him from one of the next person to start off, a few m to another person out and so the law of repetition until around round-table All of the people out. (Detailed notes) data structure to learn a good example of
- 2023-06-20 15:30:04下载
- 积分:1
-
这是用链表实现的栈数据结构。链表数据结构的最大优点是不受元素个数的限制,除非内存耗尽。...
这是用链表实现的栈数据结构。链表数据结构的最大优点是不受元素个数的限制,除非内存耗尽。-This is the stack implementation with linked list data structure. List data structure is not subject to the greatest advantage of the restricted number of elements, unless the memory run out.
- 2022-09-23 11:35:03下载
- 积分:1
-
数制转换,将二进制数转换为十进制数。数制转换
数制转换,将二进制数转换为十进制数。数制转换-shuzhizhuanhuan
- 2022-01-28 03:54:30下载
- 积分:1