搜索资源列表
InfoDisplayBar
- 类似于任务管理器内存和CPU利用率的柱状显示图的控件,添加了上下警戒线,不在正常范围内会提示报警-similar to the task manager for memory and CPU utilization of cylindrical map shows the controls, add the next alert level not within normal limits will prompt warning
解决生产者-消费者问题
- public class Server extends Thread { Client client int counter public Server(Client _client) { this.client = _client this.counter = 0 } public void run() { while (counter < 10) { this.client.queue.addElement(new Integer(counter)) counter++ } throw
123
- Private Sub Form_Click() Dim x, y, n As Integer For x = 3 To 100 For y = 2 To x - 1 If x Mod y = 0 Then Exit For ElseIf y = x - 1 Then If n Mod 10 = 0 Then Print Form1.Print x " " n = n + 1 End If Next y Next x End Sub -Pri