代码搜索:task
找到约 10,000 项符合「task」的源代码
代码结果 10,000
www.eeworm.com/read/290267/3981464
h task.h
/*
* Copyright (C) 2004, 2005 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2001, 2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this sof
www.eeworm.com/read/290267/3981473
c task.c
/*
* Copyright (C) 2004-2006 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1998-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software f
www.eeworm.com/read/288894/4002748
java task.java
//$Id: Task.java 7676 2005-07-29 06:27:10Z oneovthafew $
package org.hibernate.test.version;
public class Task {
private String description;
private Person person;
private int version;
www.eeworm.com/read/287209/4025429
java task.java
package compute;
import java.io.Serializable;
public interface Task extends Serializable {
Object execute();
}
www.eeworm.com/read/286702/4037943
c task.c
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004-2006 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under th
www.eeworm.com/read/286702/4037960
h task.h
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004-2006 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under th
www.eeworm.com/read/285437/4050636
java task.java
/*
* Copyright 2006-2007 Queplix Corp.
*
* Licensed under the Queplix Public License, Version 1.1.1 (the "License");
* you may not use this file except in compliance with the License.
* You may o
www.eeworm.com/read/285388/4052987
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/283164/4085695
cs task.cs
using System;
using System.Data;
using System.Data.SqlClient;
using System.Collections;
namespace OASelfManage.Components
{
///
/// Task 的摘要说明。
///
public class Tas