搜索资源列表
flash鼠标事件.zip
- flash鼠标事件,flash的教程
自动选择留言板
- 这里有个简单的办法可以帮你自动选择留言板。我们知道,如果浏览器试图下载一个不存在或者说是来自错误地址的图像,服务器会返回给浏览器一个错误信息,然后由浏览器直观地告诉你当前地址的图像不存在,这就是html文档的图像载入错误事件-There is a simple way to help you to automatically choose the message board. We know that if the browser to download a non-existent or wr
监视键盘事件
- 实现在applet中监测一个键盘按下的并获取按键的功能-achieve the applet monitoring a keyboard and press the button access to functions
JBuilder制作音频播放程序(2)
- JBuilder制作音频播放程序,需要注意的是,当播放时,界面上的各个按钮应当仍然可以对用户的操作进行事件响应,所以至少需要两个线程:一个控制歌曲的播放,另外一个对用户事件进行响应。因此我们的AudioPlay类需要实现Runable接口,以使用多线程技术。根据JDK的解释-JDK1.4.0,任何需要由线程执行的实例都应当实现Runable接口,而且由于我们只需要重写run()方法和stop()方法,并给start()方法多态化,所以我们选择实现Runable接口,这样就可以不需要继承Threa
SwingShapeMover
- 这是一个学习鼠标事件处理的程序,希望对初学者有所帮助-This is a mouse study incident handling procedures, and I hope to help beginners
小小钢琴
- 这是一个小钢琴模拟程序,用JAVA语言编写,一个小APPLET程序,重点在于事件处理知识的掌握!-This is a small piano simulation program using Java language, a small APPLET procedures, focusing on how to deal with knowledge of!
fzt2
- 本程序是一个基于RMI的聊天室,使用了多线程,事件模型,支持多用户同时登陆-this is a process based on the RMI chat rooms, the use of multiple threads, event model, support multiple users simultaneously landing
fy
- 基于RMI的学生成绩管理程序,实现了线程,事件模型.-based RMI student performance management process to achieve a thread, event model.
SimToolBar
- 模拟工作条用URL显示 鼠标电击事件的显示-simulation work with the URL of the mouse revealed the shock show
javazhuce
- 一个用java编写的注册界面,实现监听事件,流式布局。是和初学者学习。-a prepared with the registration interface, monitoring, flow layout. Yes and beginners to learn.
第5章 网上车辆管理系统
- 数据库\\Mobile 本案例SQL Server数据库 源代码 存放着系统登陆、退出以及用户界面的主框架文件, 另外还包括用户管理文件。 源代码\\admin 存放管理员子系统文件 源代码\\Driver 存放驾驶员子系统文件 源代码\\User 存放用户子系统文件 源代码\\Event 存放车辆事件管理系统文件 源代码\\pub 存放三个
smsbean
- smsbean短信平台 系统内部全部采用事件激发方式,所有工作线程都是由事件驱动模式,这样保证系统最大工作和效率在数据处理层和网关数据的传输调度上是采用异步,并行的处理模式,在最大程度上减 少IO操作对工作线程的影响,同时对数据库的采用批处理的模式,最大限度减少对数据库的IO操作。-smsbean SMS platform within the system to stimulate the use of the incident, all threads are event-driven
Java入门(12) 事件与错误处理
- Java入门(12) 事件与错误处理.htm-Java entry (12) events and error handling. Htm
C#处理鼠标和键盘事件
- C#处理鼠标和键盘事件-C# handle mouse and keyboard events
计算器窗口上响应事件
- 计算器窗口上响应事件-Calculator window incident response
holder
- 显示截获浏览器中HTML页面按钮(不是Windows的按钮控件)OnClick事件,Disable浏览器右键,查看网页源码等功能按钮的程序- In the demonstration interception browser the HTML page button (is not the Windows button controls) the OnClick event, the Disable browser right key, function button the and so
PacketSwitchedNetworkSimulation
- 分组交换网络中离散事件仿真(包括单一队列模拟和网络模拟),计算其丢包率以及延迟。-Build a discrete-event simulator for a packet-switched network and to evaluate its performance, in terms of loss rate and delay, under two operational scenarios.
监听下载地址完成事件
- 监听下载地址完成事件的一个小脚本 Monitor download address completion event(Monitor download address completion event)
java菜单事件响应
- java菜单事件响应 关于鼠标点击菜单项引起的事件,而后系统对事件做出处理,就想按键事件处理一样。(Java menu event response)
GUI
- 实现获取文本框输入的内容并显示(事件监听)(Get the text box input and display (event listener))