搜索资源列表
ThreadExample
- 线程的4种状态 (1)新建 (2)运行 (3)中断 (4)死亡-The status of four kinds of thread (1) new (2) run (3) interrupt (4) death
wjyjk
- 微机与接口课件戴梅萼 第1章 微型计算机概述 第2章 16位和32位微处理器 第3章 Pentium的指令系统 第4章 存储器技术 第5章 微型机和外设的数据传输 第6章 串并行通信和接口技术 第7章 中断控制器 第8章 DMA控制器 第9章 计数器/定时器-Computer interface courseware wear plum calyx Overview of Chapter 1 microcomputer Chapter 2, 16
2.ESFramework.Demos.FileTra
- 本demo是在ESFramework.Demos.Simplest的基础之上,增加了客户端之间传送文件(夹)的功能,并可以演示文件传送中断通知、断点续传等特性。-This demo is in ESFramework. Demos. Based on the Simplest, increased between the client send files (clip) function, and can demo file transfer interrupt notification, br
InterruptTest2
- //4、针对 interrupt 设计的作业。 //要求: //(1)创建一个线程,让这个线程不断的打印一个字符串(每隔0.5秒打印一个字符串) //(2)当线程启动 2秒后,调用线程的 interrupt 方法时,让线程不再打印字符串,并退出线程 //(用 isInterrupted() 方法来判断是否调用了 interrupt 方法,来控制线程的退出)-//4, the design for the interrupt job.// Requirements:// (1)