代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/136812/5860494
h msg.h
char *errmsg_list[] = {
/*0 */ "not implemented.\n",
/*1 */ "Unable to open the graphics processor. Broken?\n",
/*2 */ "%s: caught signal %s, code %x *** test killed.\n",
/*3 */ "%s: caught sign
www.eeworm.com/read/136812/5860624
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 *errmsg_list[] = {
/*0 */ "not implemented.
www.eeworm.com/read/136626/5867919
java msg.java
package com.dfun.blackjack;
import javax.microedition.lcdui.*;
import java.util.Vector;
/**************************************************
* @author Beetle
* 类功能介绍:
*********************
www.eeworm.com/read/136571/5870545
cpp msg.cpp
/* $Id: msg.cpp,v 1.2 2001/04/19 18:32:10 wmay Exp $ */
/****************************************************************************/
/* MPEG4 Visual Texture Coding (VTC) Mode Software
www.eeworm.com/read/136571/5870548
hpp msg.hpp
/* $Id: msg.hpp,v 1.3 2001/04/30 20:44:07 dmackie Exp $ */
/****************************************************************************/
/* MPEG4 Visual Texture Coding (VTC) Mode Software
www.eeworm.com/read/136272/5873032
java msg.java
/*
*
* Copyright 2003,2004 The Watermill Team
*
* This file is part of Watermill.
*
* Watermill is free software; you can redistribute it and/or modify
* it under the terms of the GNU Ge
www.eeworm.com/read/135153/5888858
h msg.h
#ifndef _LINUX_MSG_H
#define _LINUX_MSG_H
#include
/* ipcs ctl commands */
#define MSG_STAT 11
#define MSG_INFO 12
/* msgrcv options */
#define MSG_NOERROR 010000 /* no error if
www.eeworm.com/read/134009/5896055
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/134009/5896057
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/132748/5909749
h msg.h
#ifndef _LINUX_MSG_H
#define _LINUX_MSG_H
#include
/* ipcs ctl commands */
#define MSG_STAT 11
#define MSG_INFO 12
/* msgrcv options */
#define MSG_NOERROR 010000 /* no error if