代码搜索:thread
找到约 10,000 项符合「thread」的源代码
代码结果 10,000
www.eeworm.com/read/422526/10632093
rc thread.rc
//Microsoft eMbedded Visual C++ generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/422526/10632094
aps thread.aps
www.eeworm.com/read/422526/10632098
h thread.h
// Thread.h : main header file for the THREAD application
//
#if !defined(AFX_THREAD_H__2573D6D9_3498_43F1_AE9F_9FB26B404072__INCLUDED_)
#define AFX_THREAD_H__2573D6D9_3498_43F1_AE9F_9FB26B404072
www.eeworm.com/read/422526/10632101
vcw thread.vcw
Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
##########################################################################
www.eeworm.com/read/422526/10632106
vco thread.vco
www.eeworm.com/read/422526/10632109
cpp thread.cpp
// Thread.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Thread.h"
#include "ThreadDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
stat
www.eeworm.com/read/422526/10632115
vcc thread.vcc
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CThreadDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "Thread.
www.eeworm.com/read/422526/10632131
vcb thread.vcb
www.eeworm.com/read/422526/10632132
exe thread.exe
www.eeworm.com/read/351073/10683649
h thread.h
#ifndef THREAD_H
#define THREAD_H
#include
class Thread : public QThread
{
Q_OBJECT
public:
Thread();
void setMessage(const QString &message);
void stop();
protected: