代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/424141/10488709
java bulletssprite.java
import javax.microedition.lcdui.*;
import javax.microedition.lcdui.game.*;
import java.io.IOException;
public class BulletsSprite extends Sprite implements Runnable{
private int x, y;
p
www.eeworm.com/read/352747/10518472
cpp bo6-3.cpp
// bo6-3.cpp 二叉树的二叉线索存储(存储结构由c6-3.h定义)的基本操作,包括算法6.5~6.7
void CreateBiThrTree(BiThrTree &T)
{ // 按先序输入线索二叉树中结点的值,构造线索二叉树T。0(整型)/空格(字符型)表示空结点
TElemType ch;
scanf(form,&ch);
if(ch==Nil)
www.eeworm.com/read/352516/10544476
cpp pmresume.cpp
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/423304/10571577
cpp bo6-3.cpp
// bo6-3.cpp 二叉树的二叉线索存储(存储结构由c6-3.h定义)的基本操作
Status CreateBiThrTree(BiThrTree &T)
{ // 按先序输入二叉线索树中结点的值,构造二叉线索树T
// 0(整型)/空格(字符型)表示空结点
TElemType h;
#if CHAR
scanf("%c",&h);
#else
www.eeworm.com/read/423304/10572479
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/352110/10580072
java downloadthread.java
package DownloadManager;
import java.io.*;
import java.net.*;
import java.util.*;
/**
this class create thread to start downloading.
@author Liu Yu Yang
*/
public class DownloadThread
//
www.eeworm.com/read/278026/10580834
c sehsum.c
/*************************************************************
Module name: SEHSum.C
Notices: Copyright (c) 1995-1997 Jeffrey Richter
*************************************************************/
www.eeworm.com/read/278026/10581085
c procmem.c
/*************************************************************
Module name: ProcMem.C
Notices: Copyright (c) 1995-1997 Jeffrey Richter
*************************************************************/
www.eeworm.com/read/159990/10581203
java synchronizedemo3.java
/**
*A non-synchronize Producer/Concumer problem
*2004.12.24. xhcprince
*/
class Q
{
int n;
synchronized int get()
{
System.out.println("Get: " + n);
try
{
Thread.sle
www.eeworm.com/read/423159/10583339
c program11.c
#include "libepc.h"
#include "os_cpu.h"
#include "os_cfg.h"
#include "ucos_ii.h"
#include
#define STACK_SIZE 1000
#define THREADS 2 /* No more than 6 */
#define RESOURCES 2 /* N