搜索资源列表
Lsystem
- 实现随机的L-system的模拟,L-system是一种迭代过程-Achieve a random L-system simulation, L-system is an iterative process
BankThreads
- 用两个线程模拟银行账户的存取款操作。 三个类:账户类、存款类、取款类; 要求:两个线程分别操作5次,每次随机存取500~1000元,实时显示两线程的操作过程对账户的影响。 注意:取款线程不一定每次都能取到钱。 -With the two threads simulation of bank account deposit and operation