代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/104469/15691301
c threads.c
/*----------------------------------------------------------------
* threads.c - module to help the library be thread-safe
*----------------------------------------------------------------
* libne
www.eeworm.com/read/104413/15694745
txt threads.txt
作者:jeru
email: jeru@163.net
日期:7/3/2001 10:03:12 AM
7) Threads
Objective 1)
Write code to define, instantiate and start new threads using both java.lang.Thread and java.lang.Runnable
· Java
www.eeworm.com/read/101606/15824069
cpp threads.cpp
// threads.cpp : implementation file
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserved.
//
// This sou
www.eeworm.com/read/101606/15824078
h threads.h
// threads.h : header file
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserved.
//
// This source code i
www.eeworm.com/read/101063/15855019
h threads.h
#ifndef THREADS_H_
#define THREADS_H_
////////////////////////////////////////////////////////////////////////////////
// macro DEFAULT_THREADING
// Selects the default threading model for certa
www.eeworm.com/read/100960/15859251
pas threads.pas
unit THREADS;
(*
**
** Serial and TCP/IP communication routines for DOS, OS/2 and Win9x/NT.
** Tested with: TurboPascal v7.0, (DOS)
** VirtualPascal v2.1, (OS/2, Win32)
**
www.eeworm.com/read/100019/15887977
7 threads.7
.\" Copyright (c) 1999-2000 Orn E. Hansen
.\"
.\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this
www.eeworm.com/read/100019/15887990
lsm threads.lsm
Begin3
Title: threads
Version: 1.0
Entered-date:
Description: Thread class, for C++
Keywords: C++, threads
Author: Orn E. Hansen
Maintained-by: Orn E. Hansen
www.eeworm.com/read/379728/9180222
m install_threads.m
mvstr = version;
i = strfind(mvstr,'.');
mv = str2num(mvstr(1:i(1)-1))*100 + str2num(mvstr(i(1)+1:i(2)-1));
clear mexoptions libfiles
if mv < 703
% If Matlab version is older than 7.3
mexopti
www.eeworm.com/read/378952/9211893
pm rep_threads.pm
use DBI;
sub PerformCheck($$) {
my $timeout = shift;
my $host = shift;
# get connection info
my $peer = $config->{host}->{$host};
if (ref($peer) ne 'HASH') {
return "