代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/189320/5200738
h blob_handler.h
/* -*- C++ -*- */
// Blob_Handler.h,v 1.6 2003/11/01 11:15:22 dhinton Exp
//============================================================================
//
// = LIBRARY
// JAWS
//
// = FILENAME
//
www.eeworm.com/read/189320/5200750
cpp blob_handler.cpp
// Blob_Handler.cpp,v 1.11 2004/09/24 14:42:42 shuston Exp
#include "Blob_Handler.h"
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_string.h"
#include "ace/OS_NS_strings.h"
ACE_RCSID(Blobby, Blob_
www.eeworm.com/read/189320/5200894
cpp http_handler.cpp
// http_handler.cpp,v 1.17 2004/09/24 14:42:42 shuston Exp
// ============================================================================
//
// = LIBRARY
// apps/JAWS/clients/Caching
//
// = FILE
www.eeworm.com/read/189320/5200900
h http_handler.h
/* -*- c++ -*- */
// Hey, Emacs! This is a C++ file.
// http_handler.h,v 1.9 2003/07/07 23:58:33 irfan Exp
// ============================================================================
//
// = LIB
www.eeworm.com/read/189320/5201105
h io_handler.h
/* -*- c++ -*- */
// Hey, Emacs! This is a C++ file!
// IO_Handler.h,v 1.5 2005/12/02 08:45:34 isisbuilds Exp
// ============================================================================
//
// =
www.eeworm.com/read/189320/5201140
cpp io_handler.cpp
// IO_Handler.cpp,v 1.5 2005/08/23 19:58:43 jwillemsen Exp
#include "ace/Proactor.h"
#include "ace/Filecache.h"
#include "ace/OS_NS_unistd.h"
#include "JAWS/JAWS.h"
#include "JAWS/IO.h"
#include "JA
www.eeworm.com/read/185915/5235131
h time_handler.h
#ifndef TIMEHANDLER_H
#define TIMEHANDLER_H
#define T4MGR_TICK_INTERVAL 640
#define TIME_T4MGR_PERIOD 250
#define TIME_T4MGR_PERIOD_DIV10 (TIME_T4
www.eeworm.com/read/185915/5235135
c time_handler.c
#include "winamp_remote_control.h"
TIME_DATA __xdata timeData;
//extern WINAMP_DISPLAY_DATA __xdata waDispData;
void timeInit() {
t4mgrInit(T4MGR_TICK_INTERVAL);
timeData.t4mgrIndex
www.eeworm.com/read/185915/5235141
h disp_handler.h
#ifndef DISPHANDLER_H
#define DISPHANDLER_H
#define LCD_LINE_SIZE 16
void dispInit(void);
void dispSplashScreen(void);
void dispRefreshTitle(UINT8 scrollPos);
void dispRefreshTime(void);
www.eeworm.com/read/185915/5235142
h ctrl_handler.h
#ifndef CTRLHANDLER_H
#define CTRLHANDLER_H
#define POTMETER_MIN_VALUE 0
#define POTMETER_MAX_VALUE 115
#define POTMETER_REQUIRED_DELTA 5
#define JOYSTICK_FIRST_BACKOF