代码搜索:msg

找到约 10,000 项符合「msg」的源代码

代码结果 10,000
www.eeworm.com/read/288557/8622579

wav msg.wav

www.eeworm.com/read/432039/8636511

c msg.c

#include #include #include #include #include #include #include #define BUFSZ 512 struct message{ long msg_typ
www.eeworm.com/read/431355/8686968

msg fpext.msg

www.eeworm.com/read/431256/8693037

h msg.h

#pragma once // CMsg 命令目标 class CMsg : public CObject { public: CMsg(); virtual ~CMsg(); public: UINT m_uIndex; CString m_strAnswer; CString m_strUserName; UINT m_uMode; virt
www.eeworm.com/read/431256/8693060

cpp msg.cpp

// Msg.cpp : 实现文件 // #include "stdafx.h" #include "QClient.h" #include "Msg.h" // CMsg CMsg::CMsg() { m_uIndex=1; m_strAnswer=_T(""); m_strUserName=_T(""); m_uMode=0; } CMsg
www.eeworm.com/read/431256/8693091

h msg.h

#pragma once // CMsg 命令目标 class CMsg : public CObject { public: CMsg(); virtual ~CMsg(); public: UINT m_uIndex; CString m_strAnswer; CString m_strUserName; UINT m_uMode; virt
www.eeworm.com/read/431256/8693102

cpp msg.cpp

// Msg.cpp : 实现文件 // #include "stdafx.h" #include "QAnswer.h" #include "Msg.h" // CMsg CMsg::CMsg() { m_uIndex=1; m_strAnswer=_T(""); m_strUserName=_T(""); m_uMode=0; } CMsg
www.eeworm.com/read/287292/8696006

wav msg.wav

www.eeworm.com/read/386888/8719991

h msg.h

#ifndef CMSG1_H #define CMSG1_H class CMsg : public CObject { public: CString m_strText; CString m_msgType; struct NomalMsg { CString who; CString toWho; CString
www.eeworm.com/read/386888/8720017

cpp msg.cpp

#include "stdafx.h" #include "Msg.h" CMsg::CMsg(CString& preMsg) { m_strText=preMsg; Init(); } CMsg::CMsg() { m_strText=_T(""); Init(); } void CMsg::Init() { m_strText=_T("");