代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/446202/1714638
cpp callback.cpp
// Module Name: callback.cpp
//
// Description:
//
// This sample illustrates how to develop a simple echo server Winsock
// application using the Overlapped I/O model with callback routine
www.eeworm.com/read/438934/1821082
java callback.java
package it.unimi.dsi.mg4j.util.parser.callback;
/*
* MG4J: Managing Gigabytes for Java
*
* Copyright (C) 2005-2007 Sebastiano Vigna
*
* This library is free software; you can redistribute i
www.eeworm.com/read/436639/1847105
dpr callback.dpr
program CallBack;
uses
Forms,
CBackF in 'CBackF.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.
www.eeworm.com/read/436639/1847355
dpr callback.dpr
program Callback;
uses
Forms,
CbackF in 'CbackF.pas' {FormCallback};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TFormCallback, FormCallback);
Application.R
www.eeworm.com/read/435707/1861612
h callback.h
/* libFLAC - Free Lossless Audio Codec library
* Copyright (C) 2004,2005 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided
www.eeworm.com/read/433911/1876550
h callback.h
// $Id: Callback.h 80826 2008-03-04 14:51:23Z wotte $
#ifndef APG_CALLBACK_H
#define APG_CALLBACK_H
#include "ace/streams.h"
#include "ace/Log_Msg.h"
#include "ace/Log_Msg_Callback.h"
#inclu
www.eeworm.com/read/432906/1889022
h callback.h
/******************************************************************************
* callback.h
*
* Register guest OS callbacks with Xen.
*
* Permission is hereby granted, free of charge, to any per