代码搜索:task
找到约 10,000 项符合「task」的源代码
代码结果 10,000
www.eeworm.com/read/398854/2368196
js task.js
/*
* Ext JS Library 0.20
* Copyright(c) 2006-2008, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
Ext.onReady(function(){
Ext.QuickTips.init();
var win
www.eeworm.com/read/397932/2398558
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/397376/2403285
h task.h
/*
FreeRTOS.org V5.0.4 - Copyright (C) 2003-2008 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/393286/2478959
h task.h
#ifndef __TASK_H
#define __TASK_H
#include
#define TASK_REGS(task) ((union uml_pt_regs *) &(((char *) (task))[HOST_TASK_REGS]))
#define TASK_PID(task) *((int *) &(((char *) (task)
www.eeworm.com/read/393024/2489489
hh task.hh
#ifndef EMC_TASK_HH
#define EMC_TASK_HH
extern NMLmsg *emcTaskCommand;
extern int stepping;
extern int steppingWait;
extern int emcTaskQueueCommand(NMLmsg *cmd);
#endif
www.eeworm.com/read/389920/2531367
c task.c
/****************************************************************/
/* */
/* task.c
www.eeworm.com/read/389693/2539823
java task.java
package book.thread.pool;
/**
* 定义任务的接口类
*/
public interface Task {
/**
* 执行任务
* @throws Exception 执行过程中可能出现的异常
*/
public void perform() throws Exception;
}
www.eeworm.com/read/385732/2586734
java task.java
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (