代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/262892/11386780
h handler.h
/**
* Handler - Solution for no dynamic loading at present
*
* @author Jonathan Roewen
*/
#ifndef HANDLER_H
#define HANDLER_H
#include
#include
using namespace std;
www.eeworm.com/read/262892/11386784
cpp handler.cpp
/**
* Handler - Solution for no dynamic loading
*
* @author Jonathan Roewen
*/
#include "Handler.h"
#include "Match.h"
#include "Responder.h"
#include "TemplateProcessor.h"
#include "Br
www.eeworm.com/read/407557/11415894
java handler.java
import java.io.*;
import java.net.*;
import java.util.*;
/**
* 这个类是socket连接的处理器
* 例如:
*
* Handler aHandler = new Handler(clientSocket, myMusicDataAccessor);
* aHandler.sta
www.eeworm.com/read/406395/11443592
s handler.s
;Copyright Spreadtrum 2005, All rights reserved.
;2005-11-11
;
;This is the example of exception handlers.
;
;
;
;Import exception handlers.
IMPORT SCI_OutputStrLoop
; IMPORT IRQ_Handler
;
www.eeworm.com/read/405286/11466835
java handler.java
//file: Handler.java
package learningjava.protocolhandlers.crypt;
import java.io.*;
import java.net.*;
public class Handler extends URLStreamHandler {
protected void parseURL(URL url, String spe
www.eeworm.com/read/402294/11538936
c handler.c
/*
* Copyright (C) 1996-2000 Michael R. Elkins
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Licens
www.eeworm.com/read/342904/11992092
c handler.c
/*
* handler.c -- URL handler support
*
* Copyright (c) GoAhead Software Inc., 1995-2000. All Rights Reserved.
*
* See the file "license.txt" for usage and redistribution license requirement
www.eeworm.com/read/153044/12064296
m handler.m
function [theResult, theEvent] = handler(self, varargin)
% ps/handler -- Register a "ps" event-handler.
% handler(self, 'theEvent', 'theHandler') registers 'theEvent'
% and 'theHandler' on behalf