代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/242863/12976855
lsm 复件 threads.lsm
Begin3
Title: threads
Version: 3.3
Entered-date:
Description: Thread class, for C++
Keywords: C++, threads
Author: Orn E. Hansen
Maintained-by: Orn E. Hansen
www.eeworm.com/read/141545/13002304
rc manip_threads.rc
#include "windows.h"
#include "generic.h"
// Define these menu options in a popup menu.
#define IDM_LAUNCH 201
#define IDM_READ 202
#define IDM_WRITE 203
#define IDM_FLUSH 204
MYAPP
www.eeworm.com/read/141545/13002309
cpp manip_threads.cpp
#include
// Hot key values.
#define RESUME_KEY 101
#define SUSPEND_KEY 102
#define TERMINATE_KEY 103
DWORD WINAPI ThreadProc(HWND hWnd)
{
TCHAR szBuffer[128];
ws
www.eeworm.com/read/141545/13002312
mak manip_threads.mak
# Nmake macros for building Windows 32-Bit apps
all: Manip_~1.exe
# Update the resource if necessary
generic.res:generic.rc generic.h
rc -r -fo generic.res generic.rc
# Update the obj
www.eeworm.com/read/138936/13200606
h stl_threads.h
/*
* Copyright (c) 1997-1999
* Silicon Graphics Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby gra
www.eeworm.com/read/137695/13304404
h stl_threads.h
/*
* Copyright (c) 1997
* Silicon Graphics Computer Systems, Inc.
*
* Permission to use, copy, modify, distribute and sell this software
* and its documentation for any purpose is hereby granted
www.eeworm.com/read/137292/13331890
cpp threads5.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
USERES("Threads5.res");
USEFORMNS("Main.pas", Main, MainFrm);
USEUNIT("InsThrd.pas")
www.eeworm.com/read/137292/13331892
cpp threads4.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
USERES("Threads4.res");
USEFORMNS("Main.pas", Main, MainFrm);
USEUNIT("InsThrd.pas")
www.eeworm.com/read/137292/13331900
bpr threads4.bpr
# ---------------------------------------------------------------------------
!if !$d(BCB)
BCB = $(MAKEDIR)\..
!endif
# --------------------------------------------------------------------------