代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/285786/8817794
java timer.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/384841/8839152
c bo6-3.c
/* bo6-3.c 二叉树的二叉线索存储(存储结构由c6-3.h定义)的基本操作 */
Status CreateBiThrTree(BiThrTree *T)
{ /* 按先序输入二叉线索树中结点的值,构造二叉线索树T */
/* 0(整型)/空格(字符型)表示空结点 */
TElemType h;
#if CHAR
scanf("%c",&h);
#
www.eeworm.com/read/187222/8840986
java simplerunnable.java
public class SimpleRunnable implements Runnable {
private String message;
public static void main(String[] args) {
SimpleRunnable r1 = new SimpleRunnable("Hello");
Thread t1 = new Thread(
www.eeworm.com/read/285147/8865803
java inputthread.java
/**
* Email: taorundong@126.com
*
* @author taorundong
* @version 1.00 07/02/06
*/
import javax.swing.*;
import java.net.*;
import java.io.*;
public class InputThread implements
www.eeworm.com/read/427960/8909122
cpp threadmp.cpp
/*
Example program to illustrate MIRACL multi-threading with openMP
Make sure miracl library is built with MR_OPENMP_MT defined in mirdef.h
This allows multi-threading i
www.eeworm.com/read/284611/8913670
java clock.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or
www.eeworm.com/read/284556/8919034
h synch.h
// synch.h
// Data structures for synchronizing threads.
//
// Three kinds of synchronization are defined here: semaphores,
// locks, and condition variables.
//
// Note that all the synchronization
www.eeworm.com/read/427616/8928496
pas tls.pas
unit TLS;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Label1: TLabel;
www.eeworm.com/read/427616/8928525
pas killthread.pas
unit KillThread;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;
Label1: TLa
www.eeworm.com/read/427616/8928607
pas unitduphandle.pas
unit UnitDupHandle;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Gauges, StdCtrls;
type
TForm1 = class(TForm)
Button1: TButton;