代码搜索:task

找到约 10,000 项符合「task」的源代码

代码结果 10,000
www.eeworm.com/read/161887/5549417

java hungerevent$task.java

/* * HungerEvent$Task.java * * Created on 2006年5月5日, 上午11:31 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package DogPet;
www.eeworm.com/read/161887/5549419

java sickevent$task.java

/* * SickEvent$Task.java * * Created on 2006年5月5日, 上午11:48 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package DogPet;
www.eeworm.com/read/161438/5553363

rc task_man.rc

#include "windows.h" #include "Task_Man.h" MYAPP ICON DISCARDABLE "GENERIC.ICO" MYAPP MENU DISCARDABLE BEGIN POPUP "&File" BEGIN MENUITEM "E&xit",
www.eeworm.com/read/161438/5553364

h task_man.h

#define IDM_EXIT 100 #define IDM_TEST 200 #define IDM_ABOUT 301 LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM); LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/161438/5553365

cpp task_man.cpp

#include #include "Task_Man.h" #if defined (WIN32) #define IS_WIN32 TRUE #else #define IS_WIN32 FALSE #endif #define IS_NT IS_WIN32 && (BOOL)(GetVersion() < 0x8000
www.eeworm.com/read/161438/5553366

mak task_man.mak

# Microsoft Visual C++ Generated NMAKE File, Format Version 2.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) Application" 0x0101 # TARGTYPE "Win32 (MIPS) Application" 0x0501 !IF "$(CFG)" == ""
www.eeworm.com/read/161121/5555357

c init_task.c

/* * arch/s390/kernel/init_task.c * * S390 version * * Derived from "arch/i386/kernel/init_task.c" */ #include #include #include #include
www.eeworm.com/read/161121/5555441

c init_task.c

#include #include #include #include #include static struct fs_struct init_fs = INIT_FS; static struct files_struct init_fi
www.eeworm.com/read/161121/5555835

c init_task.c

#include #include #include #include static struct fs_struct init_fs = INIT_FS; static struct files_struct init_files = INIT_FILES; static
www.eeworm.com/read/161121/5556204

c init_task.c

/* * This is where we statically allocate and initialize the initial * task. * * Copyright (C) 1999 Hewlett-Packard Co * Copyright (C) 1999 David Mosberger-Tang */ #include