登录
首页 » Python » example

example

于 2017-11-21 发布 文件大小:19KB
0 167
下载积分: 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 个回复

  • ADC
    说明:  ADC设计相关资料,包含模拟调制和数字滤波等相关原理、算法和设计实现(ADC design related information, including analog modulation and digital filtering and other related principles, algorithms and design implementation)
    2021-04-06 18:54:42下载
    积分:1
  • Java绘图:绘制虚线与实线
    Java绘图:绘制虚线与实线   public LineDemo(){    super("实线与虚线"); //调用父类构造函数    setSize(300,200); //设置窗口尺寸    setVisible(true); //设置窗口可视    setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); //关闭窗口时退出程序   }   public void paint(Graphics g){ //绘制组件方法    Graphics2D g2=(Graphics2D)g; //得到2D图形    Dimension dim = this.getSize(); //得到组件尺寸    g2.setColor(Color.white); //设置绘制颜色为白色    g2.fillRect(0, 0, dim.width, dim.height); //填充整个组件    g2.setColor(Color.black); //设置绘制颜色    g2.drawLine(40,160,280,160); //绘制实线    g2.drawLine(40,160,40,40);    g2.drawString("0",30,165); //绘制字符串    g2.drawString("100",16,50);    g2.drawString("200",270,175);    float[] dash={5,5}; //短划线图案    BasicStroke bs = new BasicStroke(1,BasicStroke.CAP_BUTT,BasicStroke.JOIN_MITER, 10.0f,dash,0.0f); //实例化新画刷    g2.setStroke(bs); //设置新的画刷    g2.drawLine(40,160,100,120); //用新的画刷绘制虚线
    2022-01-28 07:52:17下载
    积分:1
  • 修复版ddos
    说明:  ddos网页端-带API系统上传源码2.在@/config 配置数据库信息3.导入ddos.sql数据库后台帐号kaixin密码123456(DDoS web page with API system)
    2020-03-16 12:18:25下载
    积分:1
  • 本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小...
    本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the problem closest point. Prior to use O (nlogn) time to sort the x coordinate so that all points are based on x coordinates from small to large sorted (x coordinates with the same y coordinates of the small, the top), and then remove the standard is less than n/2 the set of points belonging to the left PL, remove the standard is greater than n/2 set of points belonging to the right of PR, that is to use O (1) time can be the problem size n divided into two size n/2, the same type The sub-problems. Segmentation can be used after completion of sub-rule method, respectively, find the PL and PR in the last points and eventually through the recursion.
    2022-01-25 16:01:13下载
    积分:1
  • 适合区域内拖拽查看长途特效
    左下角有一个缩略图效果,拖拽缩略图的同时,大图对应比例的部分也会展示出来 效果相当不错 使用方法: 1、将css样式复制到你的网页中 2、将代码部分拷贝到body结束前即可 (图片、js采用绝对路径,不建议修改)(There is a thumbnail effect in the lower left corner. Drag and drop the thumbnail, and the proportions of the larger image are displayed. The result is pretty good. Usage method: 1, copy the CSS style to your webpage. 2. Copy the code part to the end of body. (photo, JS uses absolute path, no modification is recommended))
    2018-10-18 15:56:40下载
    积分:1
  • 2套简化漂亮的html网站维护源码
    说明:  可以用来当网站维护界面 404页面 502页面 都可以 源码简单CSS本地化 不是网上泛滥的版本 已经修复(It can be used as website maintenance interface 404 page 502 page Source code simple CSS localization is not online flooding version has been fixed)
    2020-04-23 08:46:50下载
    积分:1
  • 可以了吧,这是有关计算物理中用蒙特卡罗方法编程的,好好看吧...
    可以了吧,这是有关计算物理中用蒙特卡罗方法编程的,好好看吧-be all right, which is used in the calculation of Physics Monte Carlo method of programming, sees good
    2023-01-28 20:55:04下载
    积分:1
  • 计算多层媒质的反射和透射系数
    说明:  计算多层媒质的反射和透射系数,输入是多层媒质的层数、每层的厚度、每层的介电常数和磁导率,输出是最外层的反射系数(The input is the number of layers, the thickness of each layer, the permittivity and permeability of each layer, and the output is the reflection coefficient of the outermost layer)
    2020-12-06 12:25:36下载
    积分:1
  • add_noise
    Adding noise to Image
    2020-06-20 16:20:02下载
    积分:1
  • 《VB函数参考手册》电子书
    【基本简介】 VB编程经验手册 书籍目录: 读写INI文件的四个函数 如何取得计算机名 计算Windows从启动后所运行的总时间 使窗体右上角的X按钮失效删除系统菜单 动态改变及恢复屏幕设置下 制作垂直标题栏的窗体下 用API函数控制光驱的开关 如何映射/中断网络磁盘 制作垂直标题栏的窗体上 实现隐藏和显示桌面图标 VB托盘程序详解下 妙用GetSystemMetrics函数 利用API和注册表获取系统信息上 VB快速调用系统对话框下 利用API和注册表获取系统信息中 利用API和注册表获取系统信息下 百叶窗图形特效([basic introduction] VB programming experience Handbook Book Catalogue: Four functions for reading and writing INI files How to get a computer name Calculate the total time that Windows runs from startup. Invalidation of the X button in the upper right-hand corner of the form to delete the system menu. Dynamic change and restore screen settings Making the vertical title bar under the form Using API function to control the switch of CD driver How to map / interrupt network disks Make vertical title bar on the form. Achieve hidden and displayed desktop icons VB tray procedure detailed explanation Magical function of GetSystemMetrics Using API and registry to get system information VB quick call system dialog box Using API and registry to get system information Using API and registry to get system information Shutter graphics effects)
    2018-09-22 18:31:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载