代码搜索:Switch
找到约 10,000 项符合「Switch」的源代码
代码结果 10,000
www.eeworm.com/read/437298/7751887
cmd test19.cmd
-c
-h
-mtest19.map
-otest19.out
test19.OBJ
-lrts.lib
-stack 0x100
MEMORY
{
PAGE 0: PROG: origin = 1a00h, length = 2600h
PAGE 1: DATA: origin = 0200h, length = 2800h
}
www.eeworm.com/read/437119/7754701
cmd exp-cor-ad.cmd
-stack 0x100
MEMORY
{
PAGE 0: PROG: origin = 2b00h, length = 1500h
PAGE 1: DATA: origin = 0200h, length = 1d00h
}
SECTIONS
{
.text > PROG PAGE 0
.cinit > PROG
www.eeworm.com/read/437112/7755075
cmd exp-dct-ad.cmd
-stack 0x100
MEMORY
{
PAGE 0: PROG: origin = 2b00h, length = 1500h
PAGE 1: DATA: origin = 0200h, length = 1d00h
}
SECTIONS
{
.text > PROG PAGE 0
.cinit > PROG
www.eeworm.com/read/437110/7755180
cmd exp-conv-ad.cmd
-stack 0x100
MEMORY
{
PAGE 0: PROG: origin = 2b00h, length = 1500h
PAGE 1: DATA: origin = 0200h, length = 1d00h
}
SECTIONS
{
.text > PROG PAGE 0
.cinit > PROG
www.eeworm.com/read/437109/7755186
cmd exp-iir-ad.cmd
-stack 0x100
MEMORY
{
PAGE 0: PROG: origin = 2b00h, length = 1500h
PAGE 1: DATA: origin = 0200h, length = 1d00h
}
SECTIONS
{
.text > PROG PAGE 0
.cinit > PROG
www.eeworm.com/read/436985/7757672
c testpower.c
#include "usbdriver.h"
NTSTATUS TestPowerIrp(IN PDEVICE_OBJECT fdo,IN PIRP Irp)
{
NTSTATUS ntStatus;
PIO_STACK_LOCATION IrpStack, NextStack;
PDEVICE_EXTENSION pdx;
pdx = fdo->Devic
www.eeworm.com/read/436981/7757800
c testpower.c
#include "usbdriver.h"
NTSTATUS TestPowerIrp(IN PDEVICE_OBJECT fdo,IN PIRP Irp)
{
NTSTATUS ntStatus;
PIO_STACK_LOCATION IrpStack, NextStack;
PDEVICE_EXTENSION pdx;
pdx = fdo->Devic
www.eeworm.com/read/436970/7757911
c testpower.c
#include "usbdriver.h"
NTSTATUS TestPowerIrp(IN PDEVICE_OBJECT fdo,IN PIRP Irp)
{
NTSTATUS ntStatus;
PIO_STACK_LOCATION IrpStack, NextStack;
PDEVICE_EXTENSION pdx;
pdx = fdo->Devic
www.eeworm.com/read/436945/7758462
m subsref.m
function g = subsref(f, s)
%QDA/SUBSREF Subscripted reference of LDA object.
% Copyright (c) 1999 Michael Kiefte.
% $Log$
switch s(1).type
case '.'
switch s(1).subs
case 'means'
h =
www.eeworm.com/read/436945/7758470
m subsref.m
function g = subsref(f, s)
%SOFTMAX/SUBSREF Access fields of SOFTMAX object or classify new data.
% $Id: subsref.m,v 1.1 1999/06/04 18:50:50 michael Exp $
% $Log: subsref.m,v $
% Revision 1.1