代码搜索:task
找到约 10,000 项符合「task」的源代码
代码结果 10,000
www.eeworm.com/read/276752/10709934
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/276717/10713498
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/350637/10725216
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/350637/10725219
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/350637/10725223
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/350637/10725230
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/158816/10725717
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/350636/10726930
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/350636/10726937
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/350636/10726946
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