代码搜索:SWITCH
找到约 10,000 项符合「SWITCH」的源代码
代码结果 10,000
www.eeworm.com/read/236296/4641700
asm switch.asm
; #########################################################################
; This demo shows how to use Greg Falen's SWITCH macro
; #####################################################
www.eeworm.com/read/236296/4641702
inc switch.inc
; #########################################################################
; include files
; ~~~~~~~~~~~~~
include \masm32\include\windows.inc
include \masm32\include\masm32
www.eeworm.com/read/234134/4661127
inc switch.inc
;***
; SWITCH.INC - 01-Oct-87 - BASCOM compiler and runtime common switch file
;***
.XLIST
;***
;
; Copyright 1987, Microsoft Corporation
;
;Purpose:
;
;********************************
www.eeworm.com/read/234134/4661420
h switch.h
/***
* switch.h
*
* Copyright 1985, 1986, 1987 Microsoft Corporation
*
*******************************************************************************/
/*=================================
www.eeworm.com/read/234134/4661450
inc switch.inc
;***
;switch.inc - see switch.h for real definitions of switches
;
; Copyright 1985, 1986, 1987 Microsoft Corporation
;
;
;******************************************************************
www.eeworm.com/read/232664/4696461
opt switch.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/232664/4696462
c switch.c
#include
void Switchdemo(void)
{ Byte outputstate;
switch(outputstate)
{case 1:
P1_0=0;
P1_1=0;
P1_2=0;
break; //跳出循环
case 2:
P1_0=1;
P1_1=0;
P1_2=0;
break;
www.eeworm.com/read/231546/4714804
pm switch.pm
use CGI;
1;
__END__
=head1 NAME
CGI::Switch - Backward compatibility module for defunct CGI::Switch
=head1 SYNOPSIS
Do not use this module. It is deprecated.
=head1 ABSTRACT
=head1 DESCRIPTION
www.eeworm.com/read/229812/4743800
h switch.h
#define IDLISTBOX 100
extern int _EXPORT FAR PASCAL SwitchDialogProc(HWND,UINT,WPARAM,LPARAM);
extern int SwitchIcon(an_MDI_icon *);
www.eeworm.com/read/229812/4743811
c switch.c
#include
#include
#include
#include
#include "view.h"
#include "mdi.h"
#include "icon.h"
#include "switch.h"
#include "win1632.h"
static an_MDI_i