搜索资源列表
Java门电路画图器
- Java门电路画图器 基本功能: 1。文件的保存,打开; 2。添加基本元件; 3。元件的配置用XML保存,不用修改程序即可增加,修改,删除基本元件 4。画点,画线,字符; 5。删除元件 6。统计元件 画好的电路用xml文件保存,基本元件的配置也是使用xml文件 这个软件虽然小,但是涉及了很多知识,对学Java的初学者还是很有帮助的。 文件的保存,单个门电路的保存都是用XML文件存储,使用了线程... 虽然是一个画门电路的软件,但是纯粹是一个
JAVA编辑器程序
- 基于JAVA实现的简单编辑器, *EditFace实现了界面制作; *EditFace$FileOpen完成了打开文件功能; *EditFace$FileSave完成了保存文件功能; *Edit$FindAndReplace查找与替换窗口; *Edit$AutoSave自动备分文件线程; *Edit$SaveFileDialog保存文件对话框; *SetKey添加关键字; *SetColor设置颜色; *About程序基本介绍; *Ed
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
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
CreatingThreads
- The source code about thread.it is very important to help understand how to create java threads
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
04_Thread
- java中线程的学习,帮助我们掌握JAVA中得多线程-java threads in the study, much more to help us grasp the threads in JAVA
Multiple-threads
- java多线程详细解释,这个对于线程不是很了解的人,有较大帮助-Multiple threads
Java-multi-threads-programming
- 关于Java编程中多线程编程的详细介绍,包含部分源代码-Multi-threaded programming in the Java programming details, including some source code
test
- Java线程synchronized实例 -Synchronized instance of Java threads
java
- 进程和线程是两个既有关系,又有重大区别的计算机概念,本届首先回顾一下进程和线 程的基本概念,然后讲解一下他们的区别,最后是java线程概念模型.-Both processes and threads are two relationships, there are major differences between the concept of a computer, this first review the basic concepts of processes and threads,
JavaThreads
- 对于Java线程的讲解入门,对于菜鸟级的程序员有很好的引导。-Introduction to Java threads for explanations for the rookie-level programmers have a good guide.
Threads-and-Socket
- 适用于对threads和sockets入门-Counter.class :Counter extends Thread, count 10 to 500 CounterApp: two counter,two thread Buffer.java, Producer.java, and Consumer.java:Use to realize synchronization MyServer.java and MyClient.java :socket
基于网络通信&多路径&死胡同的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