代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/351073/10683663
cpp thread.cpp
#include
#include
#include "thread.h"
using namespace std;
Thread::Thread()
{
stopped = false;
}
void Thread::setMessage(const QString &message)
{
messageStr = message;
www.eeworm.com/read/159070/10697735
h thread.h
#if !defined(Thread_H)
#define Thread_H
#include "SysEvent.h"
//#define UseWin32Thread
#if !defined(UseWin32Thread)
#include
#endif
///////////////////////////////////////
www.eeworm.com/read/159070/10697783
cpp thread.cpp
// TextFile.cpp: implementation of the CColumn class.
//
//////////////////////////////////////////////////////////////////////
#include "StdAfx.h"
#include "Thread.h"
#pragma warning( disa
www.eeworm.com/read/276685/10715534
h thread.h
#ifndef THREAD_H_INCLUDED
#define THREAD_H_INCLUDED
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///[Thread - Parent class
www.eeworm.com/read/276685/10715541
cpp thread.cpp
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///[Thread - Parent class for classes who want to be executed in new thread]//////
www.eeworm.com/read/350629/10728257
vcp thread.vcp
# Microsoft eMbedded Visual Tools Project File - Name="Thread" - Package Owner=
# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
# ** DO NOT EDIT **
# TARGTYPE "Win3
www.eeworm.com/read/350629/10728267
ico thread.ico
www.eeworm.com/read/350629/10728274
vcl thread.vcl
Build Log
--------------------Configuration: Thread - Win32 (WCE ARMV4I) Release--------------------
Command Lines
Creating command line "rc.ex
www.eeworm.com/read/350629/10728277
rc thread.rc
//Microsoft eMbedded Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/350629/10728280