搜索资源列表
Screenzhuaqu
- 屏幕抓取程序,执行屏幕抓取程序,可用从WEB页面上获取特定的信息,如天气情况,股票价格等-screen crawls procedures, the implementation of the screen crawls procedures, available from the Web page access to specific information, If the weather conditions, stock prices, etc.
java屏幕取词
- java屏幕取词源码
dictionary_experiment
- 也是一个屏幕取词的功能,但是不是很成功,希望有能力的人改一下
dicti_e
- 用java 实现屏幕取词技术,这只是个简单的Demo
BejeweledDeluxePlugin
- 是我写的校内宝石迷阵的外挂,代码注释清晰保证质量。 把config.ini 置于D盘根目录下。 需要在配置中输入宝石迷阵8*8格子的左上角在屏幕上的坐标,我在里面做了DistanceMeasure 可以截图,并量取坐标 就看你怎么用了-I write plug-school gems like a trap, clear to ensure the quality of the code comments. To put D config.ini under the root dir
atmnew
- 基于Java技术,只实现了ATM机的取款过程 在这个程序中,用到以下JAVA类库: dataAccess(数据操作)类:包含用于数据库的相关操作 atmScreen(ATM屏幕)类:主要创建各操作窗体和相应按钮事件 Account(用户帐户)类:包含用户信息的验证、余额查询和扣钱等方法 readCard(读卡机)类:包含读取用户卡号和退卡(退出系统) moneyMachine(取钱机)类:只用于打印清单 Atm(系统)类
yuanchengjiankong
- 实现简单的远程监控,从客户端抓取屏幕发送到服务器端-server
CaptureScreen
- Java 屏幕抓取实例 简单易懂 初学者的宝典-Java examples of easy-to-read screen crawl
73462710ATMJava
- 模拟ATM。用户帐户,ATM屏幕,数据操作,取钱机,读卡机,系统。-Simulated ATM. User accounts, ATM screens, data manipulation, to collect the money machine, card readers, system.
java_jietu
- 一个java写的截图软件,可以抓取屏幕生成图像,截取图片后可以保存图片-Screenshot write a java software, you can capture screen generated image, the Interception of pictures can be saved pictures
ScreenCapture
- 一个用JAVA实现的屏幕抓图程序,可以抓取矩形区域,按照要求可以存储为JPEG,PNG等格式-Implementation of a screenshot with JAVA program that can capture rectangular area, in accordance with the requirements can be stored as JPEG, PNG and other formats
ScreenSaver
- 利用java实现屏幕的抓取,可以抓取鼠标的所有动作,以及键盘动作。-Capture the screen using java implementation, you can grab all the mouse movements and keyboard actions.
Sample29_5
- 实现用java在Myeclipse环境下开发屏幕图像抓取的简单程序-Achieved with the java development environment in Myeclipse simple screen capture program image
sy8
- 设计一个包含两个线程的程序:一个线程取系统时间,显示在屏幕上,另一个线程求2-10000之间的素数显示在屏幕上。-Design a program with two threads: a thread to take the system time, displayed on the screen, another thread seeking prime number between 2-10000 displayed on the screen.
银行账户
- 编写一个程序,实现如下功能: 自定义一个银行账户类,包括用户名,账号,余额等属性以及存钱、取钱、加利息、查询余额等方法。 模拟两个用户的各8次交易,包括创建账户,取钱,存钱,查询余额,加息。创建账户所需的信息由键盘输入;存钱、取钱的数额由随机数模拟,随机数上限由键盘输入。 每次账户交易在屏幕打印交易后的账户信息(Write a program to achieve the following functions: Customize a bank account class, in