代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/161258/10431591
cpp thread4.cpp
// Thread4.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Thread4.h"
#include "MainFrm.h"
#include "Thread4Doc.h"
#include "Thread4View.h"
#ifdef
www.eeworm.com/read/161258/10431600
dsp thread4.dsp
# Microsoft Developer Studio Project File - Name="Thread4" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) A
www.eeworm.com/read/161258/10431615
dsw thread4.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/278884/10494423
rc thread~1.rc
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
/
www.eeworm.com/read/278884/10494432
h thread~2.h
// ThreadExpDlg.h : 头文件
//
#pragma once
#include "afxcmn.h"
#include "afxwin.h"
#include
//事件对象
static CEvent g_End ;
//辅助线程回调函数
static UINT Cal(LPVOID pPar);
// CThreadExpDlg 对
www.eeworm.com/read/278884/10494436
sln thread~1.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ThreadExp", "ThreadExp.vcproj", "{007E5067-1C31-4452-A2D1-26D7649D49D0}"
ProjectSecti
www.eeworm.com/read/278884/10494442
cpp thread~2.cpp
// ThreadExpDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "ThreadExp.h"
#include "ThreadExpDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// 用于应用程序“关于”菜单项的 CAboutDlg 对话框
static HWND
www.eeworm.com/read/278884/10494456