代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/404538/11483522
h message.h
class CMessage : public CObject
{
public:
void Serialize(CArchive& ar);
CMessage();
CMessage(int nType);
CMessage(int nType, CString strFileName, DWORD dwFileSize);
virtual ~CMessage(
www.eeworm.com/read/404538/11483536
cpp message.cpp
#include "stdafx.h"
#include "Message.h"
//默认的构造函数
CMessage::CMessage()
{
m_nType = -1;
m_strFileName = _T("");
m_dwFileSize = 0;
}
//只需发送一般的控制信息是使用
CMessage::CMessage(int nType)
{
www.eeworm.com/read/403978/11493214
h message.h
/* message.h*/
struct mymsgbuf
{
char id[10];
char name[10];
int age;
char e_mail[40];
};
www.eeworm.com/read/403978/11493219
h message.h
/* message.h*/
#ifndef MESSAGE_H
#define MESSAGE_H
struct mymsgbuf
{
long mtype;
struct {
char id[10];
char name[10];
int age;
char e_mail[40];
}student;
};
#endif
www.eeworm.com/read/402714/11529052
gif message.gif
www.eeworm.com/read/402379/11536243
c message.c
/*
** $Id: message.c,v 1.19 2003/09/04 03:46:47 weiym Exp $
**
** message.c: The Messaging module.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
** Current m
www.eeworm.com/read/402294/11538957
h message.h
/*
* Copyright (C) 1996-9 Brandon Long
* Copyright (C) 1999-2000 Brendan Cully
*
* This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/402294/11538970
c message.c
/*
* Copyright (C) 1996-9 Brandon Long
* Copyright (C) 1999-2006 Brendan Cully
*
* This program is free software; you can redistribute it and/or modif