代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/146056/5740635
h msg.h
/* $Id: msg.h,v 1.4 2005/01/26 13:21:45 andrew Exp $ */
/*
* Copyright (C) 2004 Andrew Beekhof
*
* This program is free software; you can redistribute it and/or
* modify it
www.eeworm.com/read/145471/5745892
h msg.h
#ifndef _LINUX_MSG_H
#define _LINUX_MSG_H
#include
/* msgrcv options */
#define MSG_NOERROR 010000 /* no error if message is too big */
#define MSG_EXCEPT 020000 /* recv any
www.eeworm.com/read/144216/5752211
t msg.t
use IPC::SysV qw(IPC_PRIVATE IPC_RMID IPC_NOWAIT IPC_STAT S_IRWXU S_IRWXG S_IRWXO);
use IPC::Msg;
#Creating a message queue
print "1..9\n";
$msq = new IPC::Msg(IPC_PRIVATE, S_IRWXU | S_IRWXG | S_IR
www.eeworm.com/read/144216/5752213
pm msg.pm
# IPC::Msg.pm
#
# Copyright (c) 1997 Graham Barr . All rights reserved.
# This program is free software; you can redistribute it and/or
# modify it under the same terms as Perl itself
www.eeworm.com/read/143026/5760825
h msg.h
// msg.h : interface of the CMsg class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserved.
//
// This s
www.eeworm.com/read/143026/5760840
cpp msg.cpp
// msg.cpp : implementation of the CMsg class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserved.
//
//
www.eeworm.com/read/143026/5760866
h msg.h
// msg.h : interface of the CMsg class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1998 Microsoft Corporation
// All rights reserved.
//
// This s
www.eeworm.com/read/143026/5760876
cpp msg.cpp
#include "stdafx.h"
#include "msg.h"
#ifdef _DEBUG
#undef THIS_FILE
static char BASED_CODE THIS_FILE[] = __FILE__;
#endif
////////////////////////////////////////////////////////////////
www.eeworm.com/read/137331/5825522
java msg.java
package com.dfun.blackjack;
import javax.microedition.lcdui.*;
import java.util.Vector;
/**************************************************
* @author Beetle
* 类功能介绍:
*********************
www.eeworm.com/read/136812/5860477
c msg.c
#ifndef lint
static char sccsid[] = "@(#)msg.c 1.1 92/07/30 Copyr 1990 Sun Micro";
#endif
/*
* Copyright (c) 1990 by Sun Microsystems, Inc.
*/
char *routine_msg = "%s specific arguments [defau