搜索资源列表
MYProgressBarTest
- 演示两种不同进度条的使用方法。5、 所用主要编程技术:Swing组件JButton、Timer 、Jpanel。 JCheckBox、JTextArea 后台线程编程、Thread类的使用。JProgressBar类的使用。 -demonstration of the progress of the two different methods of using. 5, the use of the main programming technology : Swing component
JAVAClient_Server
- 1) 利用InetAddress类的方法获取主机的名称和IP地址。 2) 利用URL类获取网络资源。 3) 使用Socket编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机,运用多线程机制,实现服务器同时处理多个客户机的请求。 4) 使用UDP编程:客户机发送数据到服务器,服务器将接收到的数据返回给客户机, 实现一个模拟电子邮件的发送和接收的UDP程序。 -1) using InetAddress class method to get the host name
thread
- 多线程的编程简单示例:继承Thread类与使用Runnable接口。-Multi-threaded programming simple example: inheritance Thread class and use Runnable interface.
Thread
- 1. 理解多线程、掌握线程的创建、启动、运行等方法,能够编写多线程类。 2. 能编写龟兔赛跑多线程应用程序。 -1. To understand multi-threaded, master thread to create, start, run and so on, to write multi-threaded class. 2. Can write multithreaded applications Tortoise and the Hare.
21
- 1. 能使用drawImage()方法显示图像,并结合线程类sleep()方法编写简单动画程序。 2. 能在小程序中使用play()方法播放背景音乐、并能选择声音文件进行播放。 3. 能编写图像缩放显示、“空中飞翔”简单动画、音乐播放等程序。 实验内容: -1. Can use the drawImage () method to display images, combined with the Thread class sleep () method to write sim
Advanced.Programming.Java.Thread.design.code
- Java线程高级编程类设计代码Advanced Programming in Java Thread class design code -Advanced Programming in Java Thread class design code
xiancheng
- 应用Java中线程的概念写一个Java程序(包括一个测试线程程序类TestThread,一个Thread类的子类PrintThread)。在测试程序中用子类PrintThread创建2个线程,使得其中一个线程运行时打印10次“线程1正在运行”,另一个线程运行时打印5次“线程2正在运行”。-Applications in Java thread concept to write a Java program (including the class TestThread a test multit
Thread-TrainTicket
- 这是一个关于多线程理解与练习的学习资料,内附截图,源代码,2个练习,以及详细说明,是本人上课时做的电子笔记-This is a multi-threaded understanding and practice of learning materials, containing screenshots, source code, two practice, as well as detailed instructions, I do electronic class notes
Thread
- 课上实验 用于实现各种线程 帮助理解线程的实现方法及优先顺序-Experiment on the class used to implement a variety of thread to help understand the thread implementation methods and priority
multiThread_Runnable
- 一个非常简单的多线程程序:三个线程随机产生26个英文字母,可以随时暂停线程并继续。用Java的implements Runnable()实现的多线程,当然您也可以用extends Thread class去实现多线程!代码的每一步都有详细的注释便于大家进一步了解多线程功能!-A simple multiple Thread program which based on implementing Runnable interface, you can use extends Thread clas
ThreadDemo
- 在自定义的代码中,自定义一个线程。Thread类-Custom code, custom thread. Thread class
javafilreworks
- Java烟花特效代码,用鼠标点击浏览器中的面板,将出现五彩缤纷的烟花效果。要用到的Java知识点有:鼠标事件的监听,Graphics类和Thread类的应用。使用Graphics类:绘制烟花,使用Thread类:管理线程,使用Math类:产生随机数,使用Color类:设置颜色。 -Fireworks effects Java code, use the mouse to click on the browser panel will appear colorful fireworks effec
2011011259_7th
- 清华大学2013年java小学期第七次作业,要求:(1)编写一个LineMarket类,其中包括线程类Linereader和LineWriter。把线程中信息输出到命令行。(2)基于网络的双人共玩数独,可联线对战的数独(个人觉得这个题目很脑残……)-Tsinghua University in 2013 java primary period of the seventh job requirements: (a) preparation of a LineMarket categories,
lier
- 调用Thread类的方法setName为线程起个名字-Call the Thread class method setName a name for the thread
MultithreadWebServer
- 通过继承Thread类,调整实验三完成的单线程服务器(已上传Pudn:SimpleHttp1.0.zip)的功能实现逻辑,将其扩展成支持多线程的HTTP服务器。-Thread class through inheritance, adjust the experiment completed three single-threaded server (uploaded Pudn: SimpleHttp1.0.zip) implement logic functions, to be extend
CHATROOM
- 摘要:Java源码,网络相关,聊天程序 一个Java聊天程序服务端和客户端程序,C/S结构,ChatServer 类实现了一个聊天室服务器端, 此类有一个构造器, 在构造器中使用newServerSocket()建立一个Socket 连接。RunServer()方法中运行聊天服务,通过Socket 类的getInetAddress().getHostName() 方法获得主机名, 建立新的ChatHandler 对象实例, 在synchronized (clients)中取得与客户端的同步。
appletcodePIamge
- Thread类创建子类方法;Runnable接口程序的编写方法;线程编程的应用技术。 -Compilation of Runnable interface program Thread class to create a subclass method threaded programming application technology.
Threadclass
- Creating threads using Thread class in java. Includes java and class file.
Thread
- 继承Thread创建线程类,实现Runnable接口创建线程类,使用Callable和Future创建线程-Inheritance Thread create a thread class that implements the Runnable interface to create a thread class, create threads using Callable and Future
THread
- AVA多线程实现方式主要有三种:继承Thread类、实现Runnable接口、使用ExecutorService、Callable、Future实现有返回结果的多线程。-There are three ways to implement AVA multithreading: inheritance Thread class, the realization of the Runnable interface, using ExecutorService, Callable, Future to