搜索资源列表
jiecheng
- 编写多线程程序,实现如下功能: (1)一个线程进行阶乘和的运算(1!+2!+3!+……+10!),每次阶乘计算时间随机间隔100-1000毫秒; (2)另一个线程每隔1秒时间读取上个线程的计算等式和运算结果,并在图形界面中实时显示。-Write multithreaded programs to achieve the following functions: (1) a thread performs factorial and arithmetic operations (1!+