搜索资源列表
Java门电路画图器
- Java门电路画图器 基本功能: 1。文件的保存,打开; 2。添加基本元件; 3。元件的配置用XML保存,不用修改程序即可增加,修改,删除基本元件 4。画点,画线,字符; 5。删除元件 6。统计元件 画好的电路用xml文件保存,基本元件的配置也是使用xml文件 这个软件虽然小,但是涉及了很多知识,对学Java的初学者还是很有帮助的。 文件的保存,单个门电路的保存都是用XML文件存储,使用了线程... 虽然是一个画门电路的软件,但是纯粹是一个
JAVA人物动画
- 人物动画,设背景图,用线程控制画面显示,采用双缓冲技术消除屏闪现象-character animation based background map, using threads control footage showed double-buffer technology to eliminate screen blinking phenomenon
JAVA编辑器程序
- 基于JAVA实现的简单编辑器, *EditFace实现了界面制作; *EditFace$FileOpen完成了打开文件功能; *EditFace$FileSave完成了保存文件功能; *Edit$FindAndReplace查找与替换窗口; *Edit$AutoSave自动备分文件线程; *Edit$SaveFileDialog保存文件对话框; *SetKey添加关键字; *SetColor设置颜色; *About程序基本介绍; *Ed
球的运动
- 一个典型的多线程小实例:球的运动 一个典型的多线程小实例:球的运动 几乎每一处都有注释,只要一点时间就能看懂 适合初学者学习交流 这是我学习java线程时做的一个小程序,请大家指教 -a typical example of a small multi-threaded : ball movement of a typical multi-threaded small example : the ball almost every campaign has N
修改版的java聊天器
- 在原来的基础上进行修改 1.就是把接受线程放在了chat.java中了.这样在此jcreate3.x版本中就可以用了. 我是这样理解的.如果接受线程放在chatFrame中的话,在程序运行实例chatFrame对象后,得到的只是一个没接收数据前的List,所以不管发多少数据都不会显示的窗体上.不知是不是? 2.用Calendar对象返回时间,虽是做出来了但Calendar对象的getTime()方法返回的时间toString().getBytes()后,时间保存在数组的位置10上,应
200501213035
- 用Java中的多线程编写的一个贪吃蛇的小游戏,供Java初学者学习Java线程和链表-using Java multi-threading of a small Snake games, for beginners to learn Java and Java threads List
ch131
- 是一个不错的供想要学习java语言的线程的初级材料-is good for one want to learn the language java threads of primary materials
PriorityCompete
- 关于java的线程中优先级的程序!有很大的参考价值.-java threads on the priority level of the procedure! A great reference value.
Java线程间的通信
- 利用java线程的程序,方便大家理解线程的概念。很好的理解线程间的通信-use of the procedures to facilitate understanding of the concept of threads. Good understanding of the communication between threads
APress-Taming-Java-Threads-Code
- APress - Taming Java Threads Code
nachos
- java写的nachos操作系统。扩展自伯克利的一个课程设计,实现了多线程、多进程、虚存和文件系统。-nachos OS in java. A project from UCB.
xiancheng
- 线程超市管理系统 采用线程管理的超市管系统,附带access数据库文件-Supermarket management system thread threads supermarket management system, with access database file
bianjiqi
- 实现一个简单的文本编辑器,要求该编辑器有以下功能: Up、Down、Left及Right四个光标键控制编辑器上下行、及一行左右的移动。 编辑器具有:查找,替换,插入及删除等基本功能。 ●编辑器能够从保存和读取文件 -based on the simple JAVA editor,* EditFace realized interfaces * EditFace $ FileOpen completed the open file function * EditFace $ Fil
java
- 面向对象的特征 String 和StringBuffer的区别 运行时异常与一般异常有何异同? 以下程序使用内部类实现线程,对j增减的时候没有考虑顺序问题。 -Object-oriented features of the difference between String and StringBuffer run-time anomalies and anomalies of the similarities in general? The following type
HsType
- java加多线程做的打字游戏,希望大家喜欢-java Additional threads to do the typing game
UDPTCP
- 该程序充分利用了JAVA的多线程,完成写文件和刷新界面,在不同的线程间还有调用关系,因为考虑到网络数据的不稳定性,即有时数据量比较小,有时数据包很多,如果一个线程就会出现在数据量高峰时严重掉包(编程初期的时候,已试过)。所以引入多线程,这样在数据包不多的时候,能够使得数据包多的时候没有完成保存工作的线程能够继续完成保存工作。-The program makes full use of the multi-threaded JAVA, write documents and complete th
CreatingThreads
- The source code about thread.it is very important to help understand how to create java threads
ClientServer2
- Java code for implementing Client-Server. There are 5 clients and 5 servers with queues and threads for communication between each client and server
1
- This an important programming paradigm where you can run multiple “threads” of execution in parallel. Parallel programming is useful in reducing the running time, or deal with asynchronous inputs, or sometimes just to model the problem in a better ma
基于网络通信&多路径&死胡同的java迷宫
- 1.基于网络通信的走迷宫 2.算法为栈,深度优先搜索遍历 3.基于线程 4.多路径的寻找 5.死胡同的判别 6.基于GUI实现(1. the maze of maze based on network communication 2. algorithm is the stack, the depth first search traversal 3. based on threads 4. The search for themultipath 5. Discriminat