代码搜索:task
找到约 10,000 项符合「task」的源代码
代码结果 10,000
www.eeworm.com/read/382594/2629465
task gnumakefile.task
# -*- Makefile -*-
#----------------------------------------------------------------------------
# GNU Makefile
#
# @file GNUmakefile.Task
#
# gnu.mpd,v 1.148 2006/04/03 12:12:54 elliott_c
www.eeworm.com/read/382594/2629480
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/382594/2629508
dsp task.dsp
# Microsoft Developer Studio Project File - Name="Task" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Cons
www.eeworm.com/read/382594/2629511
bor task.bor
# Makefile for building the Task exe with Borland C++ Make
NAME = Task
NO_FULL_PATH=1
OBJFILES = \
$(OBJDIR)\Task.$(OBJ_EXT)
LFLAGS = \
-L"." \
-j"." \
www.eeworm.com/read/382594/2629514
cpp task.cpp
// Task.cpp,v 1.7 2005/01/21 02:19:20 ossama 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/381929/2639708
c task.c
/*
* TOPPERS/JSP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Just Standard Profile Kernel
*
* Copyright (C) 2000-2003 by Embedded and Real-Time Systems La
www.eeworm.com/read/381929/2639723
h task.h
/*
* TOPPERS/JSP Kernel
* Toyohashi Open Platform for Embedded Real-Time Systems/
* Just Standard Profile Kernel
*
* Copyright (C) 2000-2003 by Embedded and Real-Time Systems La
www.eeworm.com/read/381758/2640846
java task.java
package compute;
import java.io.Serializable;
public interface Task extends Serializable {
Object execute();
}
www.eeworm.com/read/380447/2658888
java task.java
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (