代码搜索结果
找到约 85,229 项符合
Sender 的代码
readme
// README,v 1.1 2001/11/21 21:58:24 crodrigu Exp
Description
-----------
This directory contains a simple test in the form of a sender and a
receiver. The test has the following features:
avstreams_bidirectional_flows.mpc
// -*- MPC -*-
// AVStreams_Bidirectional_Flows.mpc,v 1.5 2003/12/23 21:04:24 dhinton Exp
project(*sender): avstreamsexe {
exename = sender
Source_Files {
sender.cpp
}
}
proje
readme
// README,v 1.2 2003/11/06 20:06:54 yamuna Exp
Description
-----------
This directory contains a simple test in the form of a sender and a
receiver. The test has the following features:
1.
avstreams_simple_two_stage_with_qos.mpc
// -*- MPC -*-
// AVStreams_Simple_Two_Stage_With_QoS.mpc,v 1.7 2003/12/23 21:04:24 dhinton Exp
project(*sender): avstreamsexe, qos {
exename = sender
Source_Files {
sender.cpp
}
sender.dsp
# Microsoft Developer Studio Project File - Name="AVStreams Simple_Two_Stage_With_QoS Sender" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT E
sdl_quartzwindow.m
/* Subclass of NSWindow to allow customization if we need it */
@interface SDL_QuartzWindow : NSWindow
{}
- (void)miniaturize:(id)sender;
- (void)deminiaturize:(id)sender;
- (void)display;
@en
sdlmain.h
#import
@interface SDLMain : NSObject
{
}
- (IBAction)quit:(id)sender;
@end
sig.d
#pragma D option quiet
proc:::signal-send
{
@[execname, stringof(args[1]->pr_fname), args[2]] = count();
}
END
{
printf("%20s %20s %12s %s\n",
"SENDER", "RECIPIENT", "SIG", "COUNT");
printa(
sender.cpp
// Sender.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Sender.h"
#include "MainFrm.h"
#include "SenderDoc.h"
#include "SenderView.h"
#ifdef _DEB
sender.h
// Sender.h : main header file for the SENDER application
//
#if !defined(AFX_SENDER_H__4B614C25_B815_11D6_B671_0010DCA65D26__INCLUDED_)
#define AFX_SENDER_H__4B614C25_B815_11D6_B671_0010DCA65D26