代码搜索:task
找到约 10,000 项符合「task」的源代码
代码结果 10,000
www.eeworm.com/read/350393/3126862
java task.java
/*
* Copyright (c) 2003, Rafael Steil
* All rights reserved.
* Redistribution and use in source and binary forms,
* with or without modification, are permitted provided
* that the follow
www.eeworm.com/read/349323/3145734
java task.java
package com.datang.struts.dto;
import java.sql.Date;
import java.util.List;
public class Task {
private int task_id;
private String task_name;
private Date task_start;
private Date task
www.eeworm.com/read/347831/3162141
java task.java
package book.thread.pool;
/**
* 定义任务的接口类
*/
public interface Task {
/**
* 执行任务
* @throws Exception 执行过程中可能出现的异常
*/
public void perform() throws Exception;
}
www.eeworm.com/read/346039/3191636
java task.java
/*
* Copyright 2005 Nokia. All rights reserved.
*/
package com.forum.nokia.taskmanager;
/**
* A structure to store a single task.
*
*/
public class Task
{
private int id;
pr
www.eeworm.com/read/345154/3201752
java task.java
package book.thread.pool;
/**
* 定义任务的接口类
*/
public interface Task {
/**
* 执行任务
* @throws Exception 执行过程中可能出现的异常
*/
public void perform() throws Exception;
}
www.eeworm.com/read/344610/3207385
c task.c
/*
* FILENAME: task.c
*
* Copyright 1999- 2000 By InterNiche Technologies Inc. All rights reserved
*
*
* MODULE: MISCLIB
*
* ROUTINES: tk_init(), tk_new(), int (), tk_block (),
*
www.eeworm.com/read/344610/3207491
h task.h
/*
* FILENAME: task.h
*
* Copyright 1999- 2000 By InterNiche Technologies Inc. All rights reserved
*
* This file contains definitions for the multi-tasking package.
*
* MODULE: TCP
*
www.eeworm.com/read/340605/3284544
c task.c
/******************************************************************************
* Flash File System (ffs)
* Idea, design and coding by Mads Meisner-Jensen, mmj@ti.com
*
* FFS task. ONLY for ta
www.eeworm.com/read/340605/3284559
h task.h
/******************************************************************************
* Flash File System (ffs)
* Idea, design and coding by Mads Meisner-Jensen, mmj@ti.com
*
* ffs task
*
* $Id: