代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/125479/14491433
s 44binit.s
GET memcfg.s
;Memory Area
;GCS6 16M 16bit(2MB) DRAM/SDRAM(0xc000000-0xc7fffff)
;APP RAM=0xc000000~0xc1effff
;44BMON RAM=0xc7f0000-0xc7fffff
;STACK =0xc7ffa00
;Interrupt Contr
www.eeworm.com/read/125477/14491646
s 44binit.s
GET memcfg.s
;Memory Area
;GCS6 16M 16bit(2MB) DRAM/SDRAM(0xc000000-0xc7fffff)
;APP RAM=0xc000000~0xc1effff
;44BMON RAM=0xc7f0000-0xc7fffff
;STACK =0xc7ffa00
;Interrupt Contr
www.eeworm.com/read/125462/14493606
h dial.h
// DIAL.h - include file for VxD DIAL
#include
#define DEVICE_CLASS DialDevice
#define DIAL_DeviceID UNDEFINED_DEVICE_ID
#define DIAL_Init_Order UNDEFINED_INIT_ORDER
#define DI
www.eeworm.com/read/226120/14493900
cpp switchctl.cpp
// SwitchCtl.cpp : Implementation of the CSwitchCtrl ActiveX Control class.
#include "stdafx.h"
#include "switch.h"
#include "SwitchCtl.h"
#include "SwitchPpg.h"
#ifdef _DEBUG
#define new
www.eeworm.com/read/226114/14494202
cpp arrowctl.cpp
// ArrowCtl.cpp : Implementation of the CArrowCtrl ActiveX Control class.
#include "stdafx.h"
#include "arrow.h"
#include "ArrowCtl.h"
#include "ArrowPpg.h"
#ifdef _DEBUG
#define new DEBUG
www.eeworm.com/read/226112/14494237
cpp rectanglectl.cpp
// RectangleCtl.cpp : Implementation of the CRectangleCtrl ActiveX Control class.
#include "stdafx.h"
#include "rectangle.h"
#include "RectangleCtl.h"
#include "RectanglePpg.h"
#ifdef _DEBU
www.eeworm.com/read/125362/14496816
c comm.c
/* -*- Mode: C -*-
* comm.c
*
* Description : NDMP common communication functions.
*
* Copyright (c) 1996,1997 PDC, Network Appliance. All Rights Reserved.
*
www.eeworm.com/read/125362/14496844
c util.c
/* -*- Mode: C -*-
* util.c
*
* Description : NDMP daemon utility functions.
*
* Copyright (c) 1996,1997 PDC, Network Appliance. All Rights Reserved.
*
* $I
www.eeworm.com/read/124873/14531910
bat makesample.bat
vbc /out:bin\SimpleHandlerVB.dll /t:library /r:System.Web.dll handler.vb
www.eeworm.com/read/124873/14531911
bat makesample2.bat
csc /out:bin\SimpleHandler.dll /t:library /r:System.Web.dll handler.cs