Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Thread simulator NetBeans
no vote
Application background This project simulates threads in java with interface. It is based on the producer-consumer algorithm. It also uses buffers to store the data. Key Technology A program or process can contain multiple threads that execute instructions according to program code. Like multiple processes that can run on one computer, multiple threads appear to be doing their work in parallel. Implemented on a multi-processor machine, they actually  can  work in parallel. Unlike processes, threads share the same address space; that is, they can read and write the same variables and data structures. When you're writing multithreaded programs, you
richardleo
2016-08-23
0
1
No more~