代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/282935/9051933
pas idsmtpserver.pas
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Qual
www.eeworm.com/read/282935/9052333
pas idtunnelslave.pas
{ $HDR$}
{**********************************************************************}
{ Unit archived using Team Coherence }
{ Team Coherence is Copyright 2002 by Qual
www.eeworm.com/read/185020/9059982
java shop.java
public class Shop //定义一个商店类
{
private int breadNumber; //面包的数量,作为临界资源
private int breadMaxSize; //商店里能存放面包的最大容量的个数
public int numberInWaitingPool;
www.eeworm.com/read/185020/9059988
java producer.java
/*public*/ class Shop //定义一个商店类
{
private int breadNumber; //面包的数量
private int breadMaxSize; //商店里起始面包的数量
public int numberInWaitingPoo
www.eeworm.com/read/184762/9080619
s tct.s
;/*************************************************************************/
;/* */
;/* Copyright Mentor Graphics
www.eeworm.com/read/282460/9092640
java multwebserver.java
/**
* This is a multthread web server responds for get mehtod
* return thml page or images like gif and jpeg.
* author:庾欢 张娟 张维
* date: 06.10.29
*/
import java.net.* ;
public final
www.eeworm.com/read/381412/9094387
c kthread.c
/*
* Copyright (c) 2002 Christoph Hellwig.
* All rights resered.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
www.eeworm.com/read/380778/9128254
cpp active.cpp
#include "active.h"
//------------------------------------
// active.cpp
// Active object framework
// (c) Bartosz Milewski, 1996
//------------------------------------
// The constructor o
www.eeworm.com/read/380622/9141081
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/183677/9145684
c process.c
#include "Process.h"
typedef enum
{
OriginalApcEnvironment,
AttachedApcEnvironment,
CurrentApcEnvironment
} KAPC_ENVIRONMENT;
void ApcKernelRoutine( IN struct _KAPC *Apc, IN OUT PKNOR