搜索资源列表
642_javaclock
- Java Clock是个免费的嵌在HTML文档中的小应用程序,可以在你的网页上显示一个时钟,既可以显示模拟形式的时钟,还可以显示数字形式的时钟,你通过点击,进行切换。 -Java Clock is a free embedded in HTML documents to the small applications, You can show up on the website of a clock, we can simulate the form of the clock, and c
Jave_clock
- Java Clock是个免费的可嵌入HTML文档中的小应用程序,可以在你的网页上显示一个时钟,既可以显示模拟形式的时钟,还可以显示数字形式的时钟,你通过点击,进行切换。 -err
src
- 基于Java-RMI(远程方法调用)实现一个小型的分布式系统,基本功能如下: 1) 提供并显示当前时间的服务器端。 2) 获取并用模拟和数字两种时钟按指定时间间隔显示时间的客户端。 -Based on Java-RMI (remote method invocation) to achieve a small-scale distributed systems, the basic functions are as follows: 1) to provide and display
czwTime
- 基于JAVA RMI设计的分布式时间显示程序,采用回调技术,客户端调用服务端后不再做任何事,服务端自动每隔3秒(时间也自行设定)再调用客户端的显示方法,在客户端的窗口显示数字时钟。-JAVA RMI-based design of a distributed time display program, using callback technology, client-side post-call service will no longer do anything server automat
time
- 用线程与applet显示的数字电子时钟 自动跳转时间-With thread with digital electronic clock applet displays the time automatically jump
clock
- 用java 语言实现了显示数字时钟 不是很麻烦-Java computer language, with digital clock display is not too much trouble
clock
- 调用系统时间制作的指针时钟,并显示数字格式时间-clock
Copy
- 数字时钟,用于显示电脑上时间,可改变字体。-Digital clock that shows the computer time. . . . .
shuzsz
- 程序为数字时钟,显示系统当前的年月日以及系统当前时间-Program for the digital clock, display the current month, day, and the current system time
source
- 本程序为一个用java实现的分布式时钟系统,采用RMI进行远程通信。在客户端实现了模拟时钟和数字时钟的时间显示-This program is a java implementation of a distributed clock system, using RMI for remote communication. On the client, the analog clock and digital clock time display
clock
- 一个显示当前时间的数字和图形的时钟,比较简易,适合初学者学习-A clock
SimpleAnalogClock
- 改程序要完成一个简单的模拟时钟,要以秒的精度程序显示时间,每秒中更新一次。在时钟对话处理模块中,通过对相关条件的判断和时钟指针坐标点值的计算,完成时、分、秒指针的擦除和重绘,以达到模拟时钟运转的功能。在数字对话框模块中,通过相应的事件处理函数,实现时钟的自动更新,以和时钟对话框的时间保持一致性。-The reform program to complete a simple analog clock display updated time per second to second precis
javaClock
- java小时钟,基于电脑时钟的插件,以非数字时钟显示-java small clock, plug-in based on the computer clock, non-digital clock display
Simple_Clock
- 模拟数字时钟,它能够准确的运行并显示当前时间-Analog digital clock, it can accurately display the current time.
SimpleAnalogClock
- 改程序要完成一个简单的模拟时钟,要以秒的精度程序显示时间,每秒中更新一次。在时钟对话处理模块中,通过对相关条件的判断和时钟指针坐标点值的计算,完成时、分、秒指针的擦除和重绘,以达到模拟时钟运转的功能。在数字对话框模块中,通过相应的事件处理函数,实现时钟的自动更新,以和时钟对话框的时间保持一致性。-Reform program to complete a simple analog clock to display the time, in seconds, updated once per se
SimpleAnalogClock
- 改程序要完成一个简单的模拟时钟,要以秒的精度程序显示时间,每秒中更新一次。在时钟对话处理模块中,通过对相关条件的判断和时钟指针坐标点值的计算,完成时、分、秒指针的擦除和重绘,以达到模拟时钟运转的功能。在数字对话框模块中,通过相应的事件处理函数,实现时钟的自动更新,以和时钟对话框的时间保持一致性。-Reform program to complete a simple analog clock to display the time, in seconds, updated once per se
ex01
- 1.1 作业描述 设计一个生成和显示时间的分布式应用程序,实现以下功能: 1、 一个服务器生成时间,并在多个不同节点的客户端上显示。 2、 客户端有多种时间显示方式,如模拟时钟、数字时钟。 1.2 作业要求 下面是设计时需要满足的四个要求: 1、 打破客户端和服务器开发过程中的紧耦合。 2、 打破客户端和服务器运行时的紧耦合,即不需要固定的机器,不限制客户端的数目等。 3、 允许客户端显示不同的事件。 4、 使用RPC机制或RMI机制。 -