代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/493068/6405552
cls clsthreading.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/489968/6464715
java bouncingcircle.java
import java.applet.Applet;
import java.awt.Color;
import java.awt.Graphics;
import java.awt.Rectangle;
/** An applet that displays a simple animation */
public class Bounc
www.eeworm.com/read/487286/6518615
java movingimage.java
package applet;
/*
* MovingImage.
*/
import java.awt.*;
import java.applet.*;
/*
* This applet moves one image in front of a background image.
* It eliminates flashing by double buffering.
*/
www.eeworm.com/read/485113/6564527
java warpimage.java
/*
* %W% %E%
*
* Copyright 1998 by Sun Microsystems, Inc.,
* 901 San Antonio Road, Palo Alto, California, 94303, U.S.A.
* All rights reserved.
*
* This software is the confidential and proprie
www.eeworm.com/read/485187/6567159
pas dxthreads4components.pas
unit DXThreads4Components;
interface
///////////////////////////////////////////////////////////////////////////////
// Threads: TDXComponentThread, TDXComponentSpawn
// Author: G.E
www.eeworm.com/read/483654/6600213
h synch.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables. The implementation for
// semaphores is
www.eeworm.com/read/481225/6645075
h synch-sleep.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables. The implementation for
// semaphores is
www.eeworm.com/read/481225/6645097
h synch.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables. The implementation for
// semaphores is
www.eeworm.com/read/481225/6645107
h synch-sem.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables. The implementation for
// semaphores is