代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/250098/12434130
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/250048/12440643
h message.h
#ifndef _MESSAGE_H_
#define _MESSAGE_H_
enum RequestType {
RT_CONNECT = 1,
RT_QUERYDATABASE,
RT_BACKUP,
RT_ERROR ,
RT_SUCCEED
};
struct Request
{
WORD sign;
int type;
int
www.eeworm.com/read/148581/12455071
gif message.gif
www.eeworm.com/read/234548/14106945
class message.class
www.eeworm.com/read/234548/14106986
java message.java
import java.util.Date;
import java.util.HashSet;
import java.util.Set;
/**
* @author Chao Wu
*
* Description:
*
*
* Copyright:
*
*/
public class Message {
private D
www.eeworm.com/read/234529/14108486
cs message.cs
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.
www.eeworm.com/read/131958/14118266
asm message.asm
.386p
include vmm.inc
include shell.inc
DECLARE_VIRTUAL_DEVICE MESSAGE,1,0, MESSAGE_Control, UNDEFINED_DEVICE_ID, UNDEFINED_INIT_ORDER
Begin_control_dispatch MESSAGE
Control_Dispatch Creat
www.eeworm.com/read/131958/14118267
def message.def
VXD MESSAGE
SEGMENTS
_LPTEXT CLASS 'LCODE' PRELOAD NONDISCARDABLE
_LTEXT CLASS 'LCODE' PRELOAD NONDISCARDABLE
_LDATA CLASS 'LCODE' PRELOAD NONDISCARDABLE
_
www.eeworm.com/read/131958/14118268
vxd message.vxd
www.eeworm.com/read/131510/14142952
c message.c
/* --------- message.c ---------- */
#include "dflat.h"
#define USECBRKHNLDR 1
static int px = -1, py = -1;
static int pmx = -1, pmy = -1;
static int mx, my;
static int handshaking=0;
sta