登录
首页 » Python » example

example

于 2017-11-21 发布 文件大小:19KB
0 141
下载积分: 1 下载次数: 29

代码说明:

  nao机器人的编程例子,包括了获得个关节的值,踢球,识别红球等等(Nao robot programming examples, including the acquisition of joint values, kicking, recognition of red balls and so on)

文件列表:

example
example\dance.py, 2443, 2017-11-02
example\landmark_tracker.py, 6276, 2017-11-09
example\redball.py, 20086, 2017-11-17
example\soccer.py, 15189, 2017-11-21
example\soccer_choose_rl.py, 2392, 2017-11-17
example\sonar_obstacle.py, 13333, 2017-10-15
example\touch.py, 4525, 2017-11-04
example\walk2ball.py, 3817, 2017-11-18
example\walkinline.py, 8175, 2017-11-09
example\__init__.py, 39, 2017-11-09

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

发表评论

0 个回复

  • 收集几款漂亮的CSS3按钮美化例子
    收集几款漂亮的CSS3按钮美化例子,这些按钮包括了背景渐变、圆角按钮、带图标的按钮、带序号的按钮、带外框阴影的按钮等,本演示代码更侧重于学习研究,代码的实际用途并不是很大。
    2023-02-18 04:30:03下载
    积分:1
  • BP
    bp算法实现手写数字识别,简单实用,下载即可使用(Bp algorithm realizes handwritten digit recognition, simple and practical, download and use)
    2020-06-16 11:00:02下载
    积分:1
  • VC++ AnimateWindow函数实现动画窗体
    VC++制作实现带动画效果的窗体,用一些小动画特效装饰你的程序界面,本源码生成的窗口在打开时,由小变大渐变显示,关闭时则是由大到小,这个例子的实现目的主要是:通过对AnimateWindow函数的分析,介绍动画窗口的实现原理,同时演示了在运用AnimateWindow函数编译时会遇到的问题及处理方法。
    2022-02-02 21:58:21下载
    积分:1
  • 本程序用C语言实现了读一个.txt文档中一行数据的功能。希望对大家有用。有不对的地方请指正。...
    本程序用C语言实现了读一个.txt文档中一行数据的功能。希望对大家有用。有不对的地方请指正。-This procedure using C language to implement reading a. Txt document in the line of data. Want to be useful to everyone. Where there is something wrong please correct me.
    2022-04-12 00:08:21下载
    积分:1
  • 支持最小化到托盘的VC++音量控制程序
    支持最小化到托盘的VC++音量控制程序,程序启动后可设置成最小化到托盘处,并支持热键调节音量,程序窗口还使用了渐变显示特效,也就是淡入淡出窗体显示特效,本程序由一名大学生所写。
    2022-01-24 09:21:26下载
    积分:1
  • 遗传算法 演化硬件
    应用背景用C实现演化电路的设计,电路设计自动化关键技术C,演化电路,遗传算法,在没有人为干预的条件下,自动设计出满足要求的逻辑电路
    2022-01-28 01:05:57下载
    积分:1
  • matlab求积分实例
    说明:  插值型求积方法 275   8.1.1 梯形公式 276   8.1.2 辛普森公式 277   8.1.3 柯特斯公式 278   8.2 复化求积公式 279   8.2.1 复化梯形公式 279   8.2.2 复化辛普森公式 281   8.2.3 复化柯特斯公式 283   8.2.4 复化求积公式误差分析 285   8.3 步长逐次减半求积方法 286   8.3.1 步长逐次减半梯形求积公式 287   8.3.2 步长逐次减半辛普森求积公式 288   8.3.3 步长逐次减半柯特斯求积公式 290   8.3.4 Romberg求积公式 291   8.4 自适应求积方法 293   8.5 Gauss求积方法 295   8.5.1 Gauss求积公式的构造 295   8.5.2 几种常用的Gauss求积公式 297   8.6 重积分的数值解 303   8.7 MATLAB自带函数应用 304   8.7.1 trapz函数 304   8.7.2 integral函数 305   8.7.3 integral2函数 307   8.7.4 integral3函数 307(Interpolation Method for Integral Program Code)
    2019-02-13 10:54:13下载
    积分:1
  • CH11-KEA128-SPI
    说明:  1. 硬件接线 (1)调试串口(UART_Debug)使用UART2,在“printf.h”文件中宏定义, 对应引脚为TX-PTD7,RX-PTD6 (在“uart.h文件中宏定义)。 (2)灯0~3(LIGHT_0~LIGHT_3)对应的引脚是PTC0~PTC3,高电平点亮(由硬件接法决定) (3)SPI0_CLK对应的引脚是PTE0, SPI0_MOSI对应的引脚是PTE1, SPI0_MISO对应的引脚是PTE2,SPI0_PCS对应的引脚是PTE3, SPI1_CLK对应的引脚是PTG4, SPI1_MOSI对应的引脚是PTG5, SPI1_MISO对应的引脚是PTG6,SPI1_PCS对应的引脚是PTG7。 (4)SPI0作为master,SPI1作为slave,SPI1接收SPI0发送的数据并产生中断。 用导线将PTE0与PTG4对接,将PTE1与PTG5对接,将PTE2与PTG6对接,将PTE3与PTG7对接。(1. Hardware wiring (1) Debugging Serial Port (UART_Debug) uses UART2, macro-defined in "printf.h" file, corresponding pins are TX-PTD7, RX-PTD6. (macro definition in the uart.h file). (2) The pins corresponding to the lamp 0~3 (LIGHT_0~LIGHT_3) are PTC0~PTC3, and the high-level lighting is determined by the hardware connection. (3) The pin corresponding to SPI0_CLK is PTE0, and the pin corresponding to SPI0_MOSI is PTE1. The pin corresponding to SPI0_MISO is PTE2, and the pin corresponding to SPI0_PCS is PTE3. The pin corresponding to SPI1_CLK is PTG4, and the pin corresponding to SPI1_MOSI is PTG5. The pin corresponding to SPI1_MISO is PTG6, and the pin corresponding to SPI1_PCS is PTG7. (4) SPI0 acts as master and SPI1 acts as slave. SPI1 receives data sent by SPI0 and generates interruption. PTE0 and PTG4 are docked by wire, PTE1 and PTG5 are docked, PTE2 and PTG6 are docked, PTE3 and PTG7 are docked.)
    2020-06-16 12:00:01下载
    积分:1
  • lin2
    说明:  微网中逆变器准比例谐振控制模型,实现逆变器准pr控制,仿真效果很好。(Quasi-proportional Resonance Control Model of Inverter in Microgrid)
    2021-03-05 15:59:31下载
    积分:1
  • 嵌入式零树小波编码标准的例子
    Example of Embedded Zerotree Wavelet encoding in ANSI-C
    2022-09-27 22:55:02下载
    积分:1
  • 696516资源总数
  • 106562会员总数
  • 4今日下载