代码搜索:enable
找到约 10,000 项符合「enable」的源代码
代码结果 10,000
www.eeworm.com/read/295454/7144504
ico enable.ico
www.eeworm.com/read/295454/7144505
c enable.c
/*++
Copyright (c) 1999-2000 Microsoft Corporation
Module Name:
main.c
Abstract:
Main function and callback for dialog box.
Environment:
user mode only
Notes:
www.eeworm.com/read/295454/7144510
rc enable.rc
/*++
Copyright (c) 1999-2000 Microsoft Corporation
Module Name:
enable.rc
Abstract:
Resource Script for Enable
Environment:
user mode only
Notes:
THIS CODE AN
www.eeworm.com/read/333481/12678612
c enable.c
#include
int ReadTime(int);
int wdt_enable(char t);
void main(void)
{
wdt_enable(10);
}
int wdt_enable(char t)
{
unsigned char minute,minute_temp;
unsigned char hour,h
www.eeworm.com/read/240616/13211188
ico enable.ico
www.eeworm.com/read/136431/13379407
xpm enable_on.xpm
/* XPM */
static char * enable_on_xpm[] = {
"17 13 52 1",
" c None",
". c None",
"+ c #3A2900",
"@ c #845D00",
"# c #AC7C00",
"$ c #C08E00",
"% c #A97E00",
"& c #402C00",
"* c #7A5600",
"= c #9F7300"
www.eeworm.com/read/321827/13397183
asm enable.asm
page ,132
title enable - enable/disable interrupts
;***
;enable.asm - contains _enable() and _disable() routines
;
; Copyright (c) 1993-1997, Microsoft Corporation. All
www.eeworm.com/read/321827/13397218