代码搜索:task
找到约 10,000 项符合「task」的源代码
代码结果 10,000
www.eeworm.com/read/202857/5044974
java task.java
package mypackage;
import javax.ejb.EJBObject;
import java.rmi.RemoteException;
public interface Task extends EJBObject
{
int addNewConsumer(String accounts, String username, String password
www.eeworm.com/read/202075/5056002
java task.java
/*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either v
www.eeworm.com/read/199437/5077307
java task.java
/**
* @作者:陈刚
* @Email:glchengang@yeah.net
* @Blog:http://blog.csdn.net/glchengang
*/
package swt.thread;
import org.eclipse.swt.widgets.Display;
public class Task {
private TaskGUI
www.eeworm.com/read/197729/5092363
java task.java
/*
* NachoCalendar
*
* Project Info: http://nachocalendar.sf.net
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public
www.eeworm.com/read/197654/5093300
java task.java
/**
* JacobGen generated file --- do not edit
*
* (http://www.bigatti.it/projects/jacobgen)
*/
package org.nethawker.word11;
import com.jacob.com.*;
public class Task extends Dispatch {
public
www.eeworm.com/read/196768/5100475
c task.c
/* Copyright (c) 2005 Russ Cox, MIT; see COPYRIGHT */
#include "taskimpl.h"
#include
typedef struct Tasklist Tasklist;
struct Tasklist
{
Task *head;
Task *tail;
};
int taskdebuglevel;
i
www.eeworm.com/read/196768/5100480
h task.h
/* Copyright (c) 2005 Russ Cox, MIT; see COPYRIGHT */
#ifndef _TASK_H_
#define _TASK_H_ 1
#ifdef __cplusplus
extern "C" {
#endif
#include
#include /* prototype yield before we
www.eeworm.com/read/194691/5123939
h task.h
/*
FreeRTOS.org V4.2.0 - Copyright (C) 2003-2007 Richard Barry.
This file is part of the FreeRTOS.org distribution.
FreeRTOS.org is free software; you can redistribute it and/or modify
it
www.eeworm.com/read/192968/5148227
h task.h
/*
FreeRTOS V3.2.2 - Copyright (C) 2003-2005 Richard Barry.
This file is part of the FreeRTOS distribution.
FreeRTOS is free software; you can redistribute it and/or modify
it under the te