代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/168479/9911460
gif message.gif
www.eeworm.com/read/364322/9912183
h message.h
#ifndef _MESSAGE_H
#define _MESSAGE_H
struct Message
{
public:
int iType;
int iSubType;
char strName[20];
char strContent[1024];
char strClientName[20];
int iImage;
};
#endif
www.eeworm.com/read/364322/9912231
h message.h
#ifndef _MESSAGE_H
#define _MESSAGE_H
struct Message
{
public:
int iType;
int iSubType;
char strName[20];
char strContent[1024];
char strClientName[20];
int iImage;
};
#endif
www.eeworm.com/read/364309/9912953
h message.h
#if !defined(AFX_MESSAGE_H__7B1409AA_AA13_406B_AD00_B3464425E453__INCLUDED_)
#define AFX_MESSAGE_H__7B1409AA_AA13_406B_AD00_B3464425E453__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MS
www.eeworm.com/read/364309/9913009
cpp message.cpp
// Message.cpp : implementation file
//
#include "stdafx.h"
#include "测试程序.h"
#include "Message.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
www.eeworm.com/read/363661/9940777
java message.java
/*
****************************************************************************************
* Copyright ? Giovanni Novelli
* All Rights Reserved.
**********************************************
www.eeworm.com/read/363499/9949165