代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/301879/13847269
java rethread.java
/*
* Java Network Programming, Second Edition
* Merlin Hughes, Michael Shoffner, Derek Hamner
* Manning Publications Company; ISBN 188477749X
*
* http://nitric.com/jnp/
*
* Copyright (c) 1997-1
www.eeworm.com/read/301879/13847318
java alarm.java
/*
* Java Network Programming, Second Edition
* Merlin Hughes, Michael Shoffner, Derek Hamner
* Manning Publications Company; ISBN 188477749X
*
* http://nitric.com/jnp/
*
* Copyright (c) 1997-1
www.eeworm.com/read/301556/13857171
c phantomeppsrl.c
//////////////////////////////////////////////////////////////////
//
// PhantomEPPSRL.c - C file
//
// This file was generated using the RTX Device Driver Wizard.
//
///////////////////////
www.eeworm.com/read/301490/13858432
s tct.s
;************************************************************************
;*
;* Copyright Mentor Graphics Corporation 2003
;* All Rights Reserved.
;*
;* THIS
www.eeworm.com/read/225877/13867070
loading
关于进度条
最近在看《J2ME 手机游戏开发技术详解》强锋科技 龚剑,李振鹏 编著
书中关于进度条的方法是这样的:
进度条的实现时基于多线程的思想。一个单独的线程进行进度条的绘制工作,程序的主线程同步进行资源的载入,两个线程同时运行在资源载入结束时,通知进度条线程结束。本程序使用构造对象的方式通知线程,而没有使用内部的线程同步机制,有效地避免了竞争和冲突。
public c ...
www.eeworm.com/read/238536/13877637
pas beginthreaddemo.pas
unit BeginThreadDemo;
// Simple demonstration of using a background thread to compute
// a Mandelbrot set. For some good information on the Mandelbrot set
// and ways to make this simple program
www.eeworm.com/read/300909/13881514
java commandthread.java
import java.net.*;
import java.util.*;
import java.io.*;
import java.lang.*;
class CommandThread extends Thread
{
//the instance of the router that spawned this thread
Router r;
//
www.eeworm.com/read/152794/5666702
java smsreceive.java
/*
* @(#)SMSReceive.java 1.9 03/06/22
*
* Copyright (c) 1999-2003 Sun Microsystems, Inc. All rights reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
package example.sms
www.eeworm.com/read/152794/5666705
java cbsreceive.java
/*
* @(#)CBSReceive.java 1.4 03/03/09
*
* Copyright (c) 1999-2003 Sun Microsystems, Inc. All rights reserved.
* PROPRIETARY/CONFIDENTIAL
* Use is subject to license terms
*/
package example.cbs
www.eeworm.com/read/152695/5669811
c cpuinfo.c
/****************************************************************************
*
* Ultra Long Period Timer
*
* =================================================================