代码搜索:Threads
找到约 7,387 项符合「Threads」的源代码
代码结果 7,387
www.eeworm.com/read/282518/4101010
makefile
#############################################################################
# Makefile for building: threads
# Generated by qmake (1.04a) (Qt 3.1.1) on: Tue Sep 7 21:40:04 2004
# Project: threads.
www.eeworm.com/read/392634/2492077
cpp idlethread.cpp
#include "stdafx.h"
#include "Threads\IdleThread.h"
namespace Threads
{
IdleThread::~IdleThread()
{
this->Stop();
}
void IdleThread::Run()
{
SetTh
www.eeworm.com/read/392634/2492082
cpp timerthread.cpp
#include "stdafx.h"
#include "Threads\TimerThread.h"
namespace Threads
{
TimerThread::TimerThread()
{
}
TimerThread::TimerThread(int time, TimerCallback* timerCallback)
www.eeworm.com/read/356534/10225119
h init_thread_calc_data.h
//////////////////////////////////////////////////////////////////////////
//Header for functions initializing the data for threads
//////////////////////////////////////////////////////////////////
www.eeworm.com/read/356534/10225129
h thread_calc.h
//////////////////////////////////////////////////////////////////////////
//Header for functions called by threads
//////////////////////////////////////////////////////////////////////////
#ifnde
www.eeworm.com/read/427960/8909811
c mrzzn3.c
/*
* MIRACL F_p^3 support functions
* mrzzn3.c
*
* This code assumes p=1 mod 3
* Irreducible polynomial is x^3+cnr
*
* Copyright (c) 2008 Shamus Software Ltd.
*/
#include
www.eeworm.com/read/177968/9425429
c cvsimple.c
/********************************************************
* An example source module to accompany...
*
* "Using POSIX Threads: Programming with Pthreads"
* by Brad nichols, Dick Buttlar, Jacki