代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/223377/14643058
cpp msg.cpp
// Msg.cpp: implementation of the CMsg class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "SimSensor.h"
#include "Msg.h"
#ifdef _DE
www.eeworm.com/read/223356/14643692
msg errmsg.msg
www.eeworm.com/read/123023/14651496
jpg msg.jpg
www.eeworm.com/read/123023/14651504
zip msg.zip
www.eeworm.com/read/222952/14667242
java msg.java
public class Msg
{
private String owner;
private String msg;
public Msg(String owner,String msg)
{
this.owner=owner;
this.msg=msg;
}
public String ge
www.eeworm.com/read/221695/14728783
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 /* rec
www.eeworm.com/read/221695/14728971
c msg.c
/*
* linux/ipc/msg.c
* Copyright (C) 1992 Krishna Balasubramanian
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/121906/14730891
h msg.h
// msg.h : interface of the CMsg class
//
// This is a part of the Microsoft Foundation Classes C++ library.
// Copyright (C) 1992-1997 Microsoft Corporation
// All rights reserved.
//
// This s