搜索资源列表
JAVA鼠标绘图和键盘绘图
- * 鼠标绘图和键盘绘图。鼠标事件和键盘事件 * 提示: 鼠标拖动绘图,响应 mouseDragged 事件 * 方向键绘图,响应 keyPressed 事件-mouse and keyboard mapping. The mouse and keyboard events events * Tip : Drag the mouse drawings, mouseDragged response to the incident direction of bond * mapping, in
java键盘操作
- 本代码是关于java的键盘的输入,当你输入o是会弹出新窗口,当你输入其他是它会在最上一排显示你输入的字符,对学习java的同学是好例子-the java code is on the keyboard input, when you enter o is the new pop-up window When you enter the other is that it will show your best suit the character input, to learn java stud
TypingApplication
- 打字练习器,说明在java中键盘的应用,以及KeyEvent事件的处理-for typing practice to illustrate the keyboard java applications, and the incident was handled KeyEvent! !
java-codes
- 本程序为放出的测试用魔方(MoFang.java),包含所有的核心代码及注释,调试,测试代码。你可以用鼠标转动魔方,用键盘上的方向键移动魔方位置,除此以外,代码中还有大量功能,如智能搜索求解魔方,目前正在制作图形控制界面,也可用于applet嵌入网页中,Frame,也可做成java bean组件,有java bean需要的,请与作者本人联系。-procedures for the release of the test Cube (MoFang.java), contains all the c
JAVA游戏_贪吃蛇
- /* *可以本机单打,本机双打,联机双打 *用户一的键盘控制为:up= key_up down= key_down left = key_left right = key_right * pause = key_space reset = key_r *用户二的键盘控制为:up = w down = s left = a right = d * pause = 1 reset = 2 *@auther 张恩来 *@e-mail:zhang_elai@cvicse.com *联机双打时,请先建立服
java贪吃蛇
- 本程序是由java编写的界面小游戏,由键盘控制,分级数-this procedure is the preparation of java interface small games, controlled by the keyboard, a few grade
java-leidian-10.9.9
- 用java编写的一个雷电游戏,里面有操作说明,目前只支持键盘操作-Lightning with the preparation of a java game, there are instructions, currently only supports the keyboard
Teapot
- 本程序实习了openGL的茶壶(Teapot);键盘C键控制其颜色;R键实现了旋转,同时X,Y,Z键可改变其旋转轴;方向键可控制光源位置;按着鼠标左键移动鼠标可以人工旋转,像Google Earth;按着鼠标右键移动向上移动鼠标壳缩小其尺寸,向下可放大-This program internship in openGL teapot (Teapot) keyboard C keys to control their color R key to achieving the rotation,
Qt-Sokoban
- Qt版的推箱子,有所有主要功能,键盘,鼠标,退步,玄关,自动寻路(最短路径)-Qt version of the Sokoban, all key, keyboard, mouse, backward, vestibule, automatically find its way (shortest path)
java
- 编程:编程实现一个简单的四则运算计算器:从键盘输入一个四则运算表达式(没有空格和括号),遇等号"="说明输入结束,输出结果。 假设计算器只能进行加减乘除运算,运算数和结果都是整数,4种运算符的优先级相同,按从左到右的顺序计算(即:2+3*5先计算2+3,再计算5*5)。 示例:括号内是说明 -Programming: programming a simple calculator four operations: from the keyboard to enter a fou
Contacts
- android通讯录,实现了拨打发短信,自定义手机键盘输入等等功能,是菜鸟入门的好例子-android contacts, call send text messages, self-defined mobile phone keyboard input function is a good example of the rookie started
vkeyboard
- vkeyboard means virtual keyboard to prevent from keyloggrs
readKeyboard
- Program for read keyboard in java
KeyboardFly
- 远程键盘映射工具。使用了网络编程及hook技术,将本地的按键动作映射到远程。可以实现虚拟的同步操作,可用于远程的格斗游戏。-Remote keyboard mapping tool. Use of network programming and hook technology to the local mapping keystrokes to the remote. Virtual synchronization can be achieved, for remotely fighting g
complexedcalculate(java)
- java课程设计,设计一个复杂的计算器,能实现Windows系统中计算器的功能。 (1)定义组件:0~9,+、-、*、/、C=按钮;显示屏文本行;菜单; (2)要求能关闭窗口;点击按钮,或键盘数字会在显示屏上输出结果; (3)具有进制转换功能. -java course design, design a complex calculator, calculator to achieve the functions of Windows systems. (1) custo
VK
- Virtual Keyboard, printed me for a lab
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
keyboard-robot
- Java机器人练习代码,包含了鼠标模拟点击、键盘模拟点击等功能,(Java robot practice code, including mouse simulation click, keyboard simulation click and so on function,)
Java坦克大战源码
- 本系统的坦克大战是基于Java语言设计开发的,具有高超的人工智能,精美的图形处理,支持单机单人双人和网络对战的坦克射击游戏,比网络上实现的游戏更加方便,快捷,智能。运用Java这个跨平台的编程语言,运用了用户图形界面, 程序接口和基本函数绘制来实现,事件监听(包括鼠标事件,键盘事件,响应时间)也是这个游戏的特色。(The tank war of this system is designed and developed based on Java language. It has excelle
java大作业_20190616
- 1、单词统计。键盘输入一段英文语句,将这段话写入文件file.txt中,然后输出这段话,并且统计语句中英文单词的数目(采用Vector类)以及各单词出现的次数(采用Hashtable类)2、查找替换文本文件的内容。(1)键盘输入文件路径及文件名(2)键盘输入待查找的文本信息和替换的文件(1. Word statistics. Keyboard input a sentence in English, write this sentence into file. txt, and then out