代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/138754/5813696
c callback_handler.c
/**
* @file Callback implementations
*/
#include "callback_handler.h"
#include
#include
#include
#include
/**
* Callback handling
www.eeworm.com/read/138754/5813700
h callback_handler.h
#ifndef _CALLBACK_HANDLER_H
#define _CALLBACK_HANDLER_H
#include
#include
#include
Ret_t myHandleStartMessage(InstanceID_t id, VoidPtr_t userData,
www.eeworm.com/read/137483/5824000
cpp handler_magic.cpp
#include "stdafx.h"
int CMagicInfo::GetPower13(int nPwr, int nLevel)
{
float p1, p2;
p1 = (float)nPwr / 3;
p2 = (float)nPwr - p1;
if ((sDefMaxPower - sDefPower))
return ROUND(p1 + p
www.eeworm.com/read/137483/5824023
cpp handler_commondb.cpp
#include "stdafx.h"
void SendRDBSocket(int nCertification, char *pszData1, char *pszData2, int nData2Len);
CMapInfo* InitMapInfo(int nServerIndex)
{
char szQuery[1024];
CRecordset *pRec =