代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/170515/9802111
pdf threads2.pdf
www.eeworm.com/read/162272/10320756
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 hereb
www.eeworm.com/read/162078/10339290
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/162078/10339312
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/162078/10339326
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/423047/10591445
pas listmonitor_threads.pas
unit ListMonitor_Threads;
interface
uses
Classes, StdCtrls, Forms, SysUtils, Windows;
type
TAddToListThread = class(TThread)
private
{ Private declarations }
protected
p
www.eeworm.com/read/350642/10722273
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/350642/10722283
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