代码搜索:task
找到约 10,000 项符合「task」的源代码
代码结果 10,000
www.eeworm.com/read/367782/9732887
lst os_task.lst
C51 COMPILER V7.06 OS_TASK 07/30/2008 11:19:16 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE OS_TASK
OBJECT MODULE PLACED IN
www.eeworm.com/read/367782/9732971
c os_task.c
/*
*********************************************************************************************************
* uC/OS-II
*
www.eeworm.com/read/171829/9734614
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/171829/9734616
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/171829/9734618
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/171829/9734620
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/367697/9736282
crf os_task.crf
www.eeworm.com/read/367697/9736288
__i os_task.__i
-c --device DARMP -g -O0 --apcs=interwork -I "C:\Keil\ARM\INC\Philips" -o ".\OutPut\os_task.o" --omf_browse ".\OutPut\os_task.crf" --depend ".\OutPut\os_task.d" "uCosii\OS_TASK.C"
www.eeworm.com/read/367697/9736338
d os_task.d
.\OutPut\os_task.o: uCosii\OS_TASK.C
.\OutPut\os_task.o: uCosii\..\arm\includes.h
.\OutPut\os_task.o: uCosii\..\arm\..\uCosii\ucos_ii.h
.\OutPut\os_task.o: uCosii\..\arm\..\uCosii\..\arm\os_cpu.h
www.eeworm.com/read/367697/9736347