代码搜索:task

找到约 10,000 项符合「task」的源代码

代码结果 10,000
www.eeworm.com/read/215206/4906145

cs task.cs

using System; using System.Data; using System.Data.SqlClient; using System.Collections; namespace UDS.Components { /// /// Task /// public class Task { #r
www.eeworm.com/read/213039/4930605

vcp task.vcp

# Microsoft eMbedded Visual Tools Project File - Name="Task" - Package Owner= # Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02 # ** DO NOT EDIT ** # TARGTYPE "Win32
www.eeworm.com/read/213039/4930622

vcproj task.vcproj

www.eeworm.com/read/213039/4930623

cpp task.cpp

// Task.cpp,v 1.6 2004/02/13 15:53:58 shuston Exp #include "ace/OS_NS_sys_time.h" // Listing 1 code/ch20 #include "ace/Timer_Queue_Adapters.h" #include "ace/Timer_Heap.h" typedef ACE_Thread
www.eeworm.com/read/213039/4932269

cpp task.cpp

// task.cpp,v 1.6 2003/11/09 20:44:18 dhinton Exp #include "task.h" #include "block.h" #include "ace/OS_NS_unistd.h" /* Set our housekeeping pointer to NULL and tell the user we exist. */ Ta
www.eeworm.com/read/213039/4932273

h task.h

// task.h,v 1.6 2003/11/09 20:44:18 dhinton Exp #ifndef TASK_H #define TASK_H #include "ace/Task.h" #include "ace/Barrier.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* A
www.eeworm.com/read/213039/4932292

cpp task.cpp

// task.cpp,v 1.6 2003/11/09 20:44:19 dhinton Exp #include "task.h" #include "block.h" #include "work.h" #include "ace/Barrier.h" /* Construct the Task with zero or more subtasks. If s
www.eeworm.com/read/213039/4932301

h task.h

// task.h,v 1.7 2003/11/09 20:44:19 dhinton Exp #ifndef TASK_H #define TASK_H #include "ace/Task.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */
www.eeworm.com/read/213039/4932343

cpp task.cpp

// task.cpp,v 1.7 2003/11/09 20:44:18 dhinton Exp #include "task.h" #include "block.h" #include "data.h" #include "ace/OS_NS_unistd.h" Task::Task (size_t n_threads) : barrier_ (n_threads),
www.eeworm.com/read/213039/4932348

h task.h

// task.h,v 1.7 2003/11/09 20:44:18 dhinton Exp #ifndef TASK_H #define TASK_H #include "ace/Task.h" #include "ace/Barrier.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* A