登录
首页 » Visual C++ » 多路舵机控制

多路舵机控制

于 2020-06-25 发布 文件大小:44KB
0 147
下载积分: 1 下载次数: 0

代码说明:

  对舵机的调试功能,通过多个舵机完成整个机器人的拼凑,进而完成机器人跳舞的任务。(The debugging function of the steering gear completes the assembly of the whole robot through multiple steering gear, and then completes the task of robot dancing.)

文件列表:

多路舵机控制\main.c, 6042 , 2016-09-11
多路舵机控制\main.LST, 13024 , 2015-06-16
多路舵机控制\main.OBJ, 7661 , 2015-06-16
多路舵机控制\main.__i, 34 , 2015-06-16
多路舵机控制\Project1, 7247 , 2015-06-16
多路舵机控制\Project1.hex, 2128 , 2015-06-16
多路舵机控制\Project1.lnp, 82 , 2015-06-16
多路舵机控制\Project1.M51, 10708 , 2015-06-16
多路舵机控制\Project1.plg, 185 , 2016-09-11
多路舵机控制\Project1.uvgui.Administrator, 72606 , 2015-06-23
多路舵机控制\Project1.uvgui_Administrator.bak, 72563 , 2015-06-22
多路舵机控制\Project1.uvopt, 55828 , 2016-09-11
多路舵机控制\Project1.uvproj, 13426 , 2016-09-11
多路舵机控制\Project1_uvopt.bak, 55832 , 2016-09-11
多路舵机控制\Project1_uvproj.bak, 13581 , 2015-06-22
多路舵机控制\STARTUP.A51, 6376 , 2010-09-03
多路舵机控制\STARTUP.LST, 14049 , 2015-06-14
多路舵机控制\STARTUP.OBJ, 749 , 2015-06-14
多路舵机控制\__Previews\main.cPreview, 8861 , 2015-06-14
多路舵机控制\说明.txt, 42 , 2015-06-14
多路舵机控制\__Previews, 0 , 2017-03-24
多路舵机控制, 0 , 2017-03-24

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

发表评论


0 个回复

  • PARK
    说明:     paek变换 park转换,也称派克变换,英文为Park transformation,为现在占主流地位的交流电机分析计算时的基本变换。在电力系统分析和计算中,park转换具有重要的理论和实际意义。(paek transform park conversion, also known as Park transformation, the English for the Park transformation, for the now dominant in the calculation of AC motor analysis of the basic transformation. In power system analysis and calculations, park conversion has important theoretical and practical significance.)
    2011-04-14 15:48:47下载
    积分:1
  • ModbusSlaveProgram
    这是一款模拟modbus从机的程序,可以方便用户调试modbus程序,本程序完全免费。(This is a simulation of the modbus from machines, can facilitate users to debug the modbus program, this program is completely free. )
    2013-11-08 19:23:47下载
    积分:1
  • 61IC_H4242
    w90p710的LCD显示图片的程序,已测试(w90p710 the LCD display pictures of the process, have been tested)
    2011-05-29 18:22:52下载
    积分:1
  • Timers
    c8051f060中定时器设置的参考程序,用于定时器的设置(The timer is set to the C8051F060 reference procedures, used to set the timer)
    2015-03-06 18:39:07下载
    积分:1
  • VIDBUF
    8051/8096/8099/8048单片机汇编工具、 汇编语言、摩托罗拉m68HC11、m680x0系列汇编语言、inter8051单 片机汇编语言、dos未公开的秘密、windows进程控制、图形编程、 创新32位声开发、视频实例(8051/8096/8099/8048 SCM tools, Assembly language, Motorola m68HC11, m680x0 series of assembly language, inter8051 single Machine assembly language, dos not an open secret, windows process control, graphical programming, Innovative 32-bit sound, video examples)
    2014-02-24 15:15:08下载
    积分:1
  • 12864
    使用MSP430操作12864显示屏,共显示四行。可显示中文汉字(Use MSP430 operation 12864 display four lines total. Can display Chinese characters)
    2013-04-08 21:12:50下载
    积分:1
  • include
    ATMEGA48 头文件 适用于 ICCAVR7.0 有些版本没有ATMEGA48的头文件(ATMEGA48 )
    2013-08-08 22:45:19下载
    积分:1
  • Date
    用整数存储私有成员:年、月和日。为类提供构造函数,能够对各成员进行初始 化,但出现错误的初值时, 成员为2000-1-。也可以不在不提供任何初值的情况 下日期为2000-1-1。另外可以用一个Date 对象进行初始化,成员函数应实现以 下功能: (1) 对所有成员一次性赋值,也能对某个成员单独赋值,能够一次返回所有成 员的值,也能单独返回某个成员的值 (2) 可以按照mm-dd-yyyy 格式输出日期。 (3) 有成员函数nextDay(),用于将日期增加一天(Integer stored the private Members: year, month, and day. Class provides a constructor to initialize the members, but the wrong initial value, members 2000-1-. The date can also be not the case does not provide any initial value 2000-1-1. Also available on a Date object is initialized, the member function should achieve the following functions: (1) all members of the one-time assignment, can also be a member of a separate assignment, to return once the value of all the members, but also separate return a The members of the value (2) according to the date of mm-dd-yyyy format output. (3) member function nextDay () for additional day date)
    2012-11-22 11:18:18下载
    积分:1
  • Process-scheduling-
    ① 设计进程控制块PCB表结构,分别适用于优先数调度算法和循环轮转调度算法。 ②建立进程就绪队列。对两种不同算法编制入队子程序。 ③编制两种进程调度算法:1)优先数调度;2)循环轮转调度 (① design process control block PCB table structure, respectively, for priority scheduling algorithm and round-robin scheduling algorithm. ② establish a process ready queue. Two different algorithms for the preparation of subroutine into the team. ③ preparing two kinds of process scheduling algorithm: 1) priority scheduling 2) round-robin scheduling)
    2020-11-27 09:49:31下载
    积分:1
  • hongwai-yaokong-jiema
    红外遥控解码,基于51单片机的例程,简单实用,我在学习单片机的时候用到的(Infrared remote control decoding, based on 51 MCU routine, simple and practical, I used the time to learn microcontroller)
    2013-08-04 16:53:01下载
    积分:1
  • 696518资源总数
  • 104530会员总数
  • 46今日下载