代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/301913/13845996
c message.c
#include
#include
#include
#include
struct msgbuf {
long mtype;
char mtext[80];
} msq_buf;
void main() {
key_t key;
int msgid;
www.eeworm.com/read/152843/5661164
c message.c
/*
*
Copyright (c) Eicon Networks, 2002.
*
This source file is supplied for the use with
Eicon Networks range of DIVA Server Adapters.
*
Eicon File Revision : 2.1
*
This program is f
www.eeworm.com/read/152843/5661218
h message.h
/* $Id: message.h,v 1.1.10.1 2001/09/23 22:24:59 kai Exp $
*
* Copyright (C) 1996 SpellCaster Telecommunications Inc.
*
* structures, macros and defines useful for sending
* messages to the adap
www.eeworm.com/read/152843/5661232
c message.c
/* $Id: message.c,v 1.5.8.2 2001/09/23 22:24:59 kai Exp $
*
* functions for sending and receiving control messages
*
* Copyright (C) 1996 SpellCaster Telecommunications Inc.
*
* This software m
www.eeworm.com/read/152843/5662229
c message.c
/*
* message.c - synchronous message handling
*/
#include
#include /* for scatterlist macros */
#include
#include
#include
www.eeworm.com/read/152312/5674236
java message.java
package com.ibm.aglet;
/*
* @(#)Message.java
*
* (c) Copyright IBM Corp. 1996, 1997, 1998
*
* IBM grants you a non-exclusive, non-transferrable License to
* use this program internally solely
www.eeworm.com/read/151892/5678454
java message.java
/*******************************************************************\
* *
* LightningBoard *
*
www.eeworm.com/read/151249/5684564
h message.h
#ifndef CPPUNIT_MESSAGE_H
#define CPPUNIT_MESSAGE_H
#include
#if CPPUNIT_NEED_DLL_DECL
#pragma warning( push )
#pragma warning( disable: 4251 ) // X needs to have dll-interf
www.eeworm.com/read/151092/5686511
java message.java
// Message.java
// Message represents an object that can be sent to an IMPeer;
// contains the sender and content of the message.
package com.deitel.advjhtp1.jini.IM;
// Java core package
impor