搜索资源列表
jqr
- 上载一篇自己参加机器人比赛时的底层单片机程序-posted their participation in a robot competition at the bottom of SCM procedures
jqr
- 机器人运动学标定综述.很好的文章!对初学者有一定帮助
jqr
- 机器人程序,包括PWM调制,和一些控制程序,定时以及同步
jqr
- 好玩的机器人c语言源代码程序,以经过精心调试-Fun robot c language source code program to carefully debugging
siyiren-jqr
- 一种多自由度智能机器人的设计全部资料上传!-A multi-degree of freedom of the design of intelligent robot upload all the information!
jqr
- 小程序,实现机器人在三维空间行走过程,使用ogre技术!-Small procedures, the realization of the robot in three-dimensional space to walk the course, the use of technology ogre!
jqr
- 用陵阳61板改装玩具机器人的全套资料,可实现机器人通过语音命令对其进行控制;可以跳两首舞曲; 走步功能、转向功能、转头功能;发射飞盘功能。-61 plate modified with陵阳robot toy complete set of data, can be realized through the voice command of their robot control can jump 2 Dance walking function, shift function, the ot
jqr
- 一个小型的玩具机器人的智能避障的源程序包-A toy robot smart obstacle avoidance of vc source
jqr
- 机器人路径规划,自动实现机器人路径规划选择-Robot path planning, robot path planning automatically select
jqr
- 这是我们学OPenGL时,老师让做的机器人图形,主要可以用键盘和鼠标操作。-This is when we learn, the teacher let OPenGL do robots, can use graphics keyboard and mouse operation
jqr
- JC代码这是一个关于搭积木机器人的的设计代码程序,用于能力风暴-JC Code This is a robot on the building blocks of the design code procedures for the ability to storm
jqr
- 和瑞斌工业大学,机器人技术大作业,我不想写老师非要叫,我只能上网写,被刺。-And Rachel bin industrial university, robot technology big homework, I don t want to write the teacher must call, I only can write on the Internet, stung.
jqr
- 用opengl简单的划线基础 设计出一个自由行走的机器人-A walk in the robot design with a simple opengl crossed base
jqr
- jquery实现动态按钮地图定位功能,类似Google地图定位一样的功能,内含两个示例,在每个示例中-jquery dynamic button map positioning function, similar to Google Maps positioning features, contains two examples, in each example
jqr
- 这是我们学OPenGL时,老师让做的机器人图形,主要可以用键盘和鼠标操作。-This is when we learn, the teacher let OPenGL do robots, can use graphics keyboard and mouse operation
jqr
- using System using System.Collections.Generic using System.Linq using System.Text namespace 聊天机器人2._0 { class Program { static void Main(string[] args) { Console.WriteLine("你好,我是机器人!") while (true) { string s
qq-jqr
- 一易语言编写的qq聊天程序,可以qq群管理,功能不太复杂,适合初学者自学。-An easy language to write the qq chat program, can qq group management. The function is not too complicated, for beginners self-study.
jqr
- 51单片机控制步进电机正反转,并在1602液晶屏上显示方向,转速等-51 single-chip control stepper motor forward and reverse, and 1602 on the LCD screen display direction, speed and so on
1216
- 使用最小化堆实现一个整型的优先队列,实现下列功能: insert x,将优先级值为x的元素入队 find x,找出优先级值大于x的最小的元素,输出其下标。如果有多个元素优先级值相同输出下标最小的那个。 DECREASE i v,将第i个节点的优先级值减少v。(Using a minimum heap to achieve an integer priority queue, the following functions are implemented: