代码搜索:Threading
找到约 3,703 项符合「Threading」的源代码
代码结果 3,703
www.eeworm.com/read/131283/5947066
nt makefile.nt
## Project Threading; Makefile for Windows NT; compilation of Hairdresser test application
## $Id: Makefile.nt,v 1.3 2002/01/14 14:16:16 kav Exp $
###############################################
!if
www.eeworm.com/read/131283/5947121
cpp runnable.cpp
#ifndef __GradSoft_Runnable_h
#include
#endif
/*
* part of GradSoft Threading ToolBox
* (C) GradSoft, 2000, 2001
* $Id: Runnable.cpp,v 1.2 2001/10/31 03:13:50 rssh Exp $
*/
www.eeworm.com/read/168845/5429761
jamfile
# Copyright Felix E. Klee, 2003
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt
# or copy at http://www.boost.org/LICENSE_1_0.txt)
project
www.eeworm.com/read/168845/5430005
jamfile
project /boost-build-test-project-1
: requirements multi /home/ghost/local/include ;
build-project dir2 ;
build-project dir ;
www.eeworm.com/read/273912/10894793
py uart_terminal.py
import sys
import serial
import threading
def copy_file_forever(fout, fin):
while 1:
fout.write(fin.read(1))
fout.flush()
s = serial.Serial(port='/dev/tty.usbserial0', baudrate=19200,
bytesiz
www.eeworm.com/read/137365/13326510
lnt lib-rw.lnt
// lib-rw.lnt
// Library Options file for Rogue Wave's Tools.h++
-esym(534,*operator) // ignore return value.
-esym(1702,operator) // both member and non-member
www.eeworm.com/read/102935/6229140
h aclinux.h
/******************************************************************************
*
* Name: aclinux.h - OS specific defines, etc.
* $Revision: 19 $
*
*****************************************