搜索资源列表
JAVA.java
- Q学习算法实例,这算法主要应用于机器人领域,运用此算法进行行动的选择使Q值最大最后找到最优的策略-Q-learning algorithm is applied in robot domain,example robot-hitting, robot-moving and so on。This paper refers to many robots domain 。It is so useful。
123
- 一个基于java的聊天机器人,也是我的java课程的作业之一。如果打开过程中有问题,试试用BlueJ吧-This is a chat robot which implemented in java and it is also an assignment of my java course. If you meet some trouble in opening it, try to use the BlueJ
javaControl
- 远程协助 如何用Java实现qq中的远程协助功能,可以看到对方桌面,可以控制对方鼠标(在允许的情况下) 帮帮我好吗?(但我没分能给你,我还没分) 不断截取屏幕图像,然后发给接收方,接收方显示及时显示图片,这样可以实现远程监控,如果用控制鼠标,就给受控方发送鼠标移动命令,用受控方的Java程序解析命令移动鼠标,不过Java虚拟机有没有这个权限就不知道了。 用Java.awt.Robot类可以实现全部功能,达到远程控制的目的,-
j-robocode2
- 用java写的运行在robocode的机器人代码-Using java to write the operation of the robot in robocode code
SipClient
- sip client is an voip client which uses an rmi and robot classes in java ,,,it will help u a lot when u r going to develop a java voip appication session intiate proce-sip client is an voip client which uses an rmi and robot classes in java ,,,it wil
robot
- 模拟机器人在平原上的行进行为,按照命令行进并输出所朝方向行进过程等数据-Simulation of robot behavior Plain on the road, in accordance with the orders and output by moving towards the direction of the process of data such as road
jvrobot103
- 虚拟机器人平台上运行Java程序,控制在2D领域的虚拟机器人的运动。实践你的编程技巧,收集有关领域的每一个晶体。尝试使用最小的时间和精力。-Virtual Robot platform that run your Java program to control movement of virtual robot in 2D field. Practice you programming skill to collect every crystals in the fields. Try to u
Samples16x62
- USB Camera Java source code robotics 机器人控制。-USB Camera Java source code robotics robot control.
human-java
- here is a program of human robot. it is developed in java. its main characteristic is that it is a 3d robat.we can rotate in any direction and in any way.-here is a program of human robot. it is developed in java. its main characteristic is that it i
Robot-Programming-in-Java
- 虚拟机器人-Java语言机器人编程指南 Java语言机器人编程指南,介绍了如何使用Java语言进行机器人编程--Java language virtual robot robot robot programming guide Java programming language guide, describes how to use the Java programming language for robotics
crawler
- Spider又叫WebCrawler或者Robot,是一个沿着链接漫游Web 文档集合的程序。它一般驻留在服务器上,通过给定的一些URL,利用HTTP等标准协议读取相应文档,然后以文档中包括的所有未访问过的URL作为新的起点,继续进行漫游,直到没有满足条件的新URL为止。WebCrawler的主要功能是自动从Internet上的各Web 站点抓取Web文档并从该Web文档中提取一些信息来描述该Web文档,为搜索引擎站点的数据库服务器追加和更新数据提供原始数据,这些数据包括标题、长度、文件建立时间
ProjetoRobocode
- Project of Robot in java RoboCode API
multi-robot-teleoperation-virtual-
- 当操作者通过Internet网络控制远端机器人时,结构合理的虚拟操作环境可以增强远程控制能力, 良好的网络通信能力可以保证操作意图的有效性.首先阐明了虚拟操作环境在多机器入网络遥操作系统中 的重要作用,然后分析了以CORBA(公共对象请求中介体系结构)/Java技术融合为基础的中间件技术的特 点,及其在实现分布武虚拟环境过程中的通信作用.在进行虚拟环境(VE)结构分析的基础上,通过定义VE 中的客户类和服务器类,利用统一建模语言(UML)图形化表达了VE框架的内在关系.通过在VE
remote-control-theory-examples
- 有时候,在Java应用程序开发中,如:远程监控或远程教学,常常需要对计算机的屏幕进行截取,由于屏幕截取是比较接近操作系统的操作,在Windows操作系统下,该操作几乎成了VC、VB等的专利,事实上,使用Java JDK1.4 的Robot对象,来完成"屏幕截取操作,更加简单。Java JDK1.4 的Robot对象,该对象可以完成对"屏幕"像素的拷贝,完成屏幕图像截取操作。Java应用程序中可以直接调用此对象,完成对特定应用程序的屏幕截取,如果将此功能配合网络,便可以轻而易举地实现远程服务器屏幕
chatRobot.java
- java写的聊天机器人,有图形界面,使用了某个网站提供的API,在openSUSE12.3和ubuntu13.04上测试通过-write java chat robot, a graphical interface, the use of a site provided by API, in openSUSE12.3 and ubuntu13.04 on the test
xuexiziliao
- 这是一个专家系统的学习资料,欢迎广大学子下载!-This is a program written in java building blocks robot is very simple, can serve as a job. , Welcome to download!
robot-simulators
- Robot simulator using genetic algorithm. There are two basic collections of software. The WSU Java sim is a Java language simulator for the Khepera robot. The sim models a single Khepera that operates in a 4x4 foot enclosure with reconfigurable wal
messagetest
- 用java编写的智能聊天小机器人,支持网页查询,自动发起谈话功能,教我学习功能(Written in Java intelligent chat small robot, support web inquiries, automatically initiate conversation functions, teach me learning functions)
CaptureScreen
- java.awt.robot在java中属于偏黑科技。用于屏幕截图和操作鼠标键盘。是java库中自带的库,无需下载。这次就较为简单的实现一个截屏功能。如需要其他功能,可自行添加。(Java.awt.robot belongs to partial black technology in java. For screen capture and operation of mouse keyboard. Java library comes with the library, no need to
WxBot-master
- JAVA开发的微信机器人程序 1,只有一个类,WxBot.java 2,如果有需要回复自定义消息,重写getMsg()方法 3,依赖库只有2个,httpclient-4.5.2和gson(Java WX Robot. In order to sync the doc with the lastest code, we are using jsdoc to describe the API, and use jsdoc-to-markdown to generate markdown for