代码搜索:msg
找到约 10,000 项符合「msg」的源代码
代码结果 10,000
www.eeworm.com/read/225689/4793259
cpp msg.cpp
// Msg.cpp: implementation of the CMsg class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "Msg.h"
#ifdef _DEBUG
#undef THIS_FILE
s
www.eeworm.com/read/225320/4796742
java msg.java
/**
*
*/
package com.aceway.vas.sjcraw.cbgp201;
import java.io.Serializable;
import java.nio.ByteBuffer;
import java.text.SimpleDateFormat;
import com.aceway.vas.sjcraw.cbgp201.common.Co
www.eeworm.com/read/224272/4805333
c msg.c
/********************************************************************
** 文件名: msg.c
** Copyright (c) 2001-2002 深圳市泛海三江电子有限公司开发部
All Rights Reserved.
** 描 述: 任务之间消息内存分配和消息结构定义
** 创建人
www.eeworm.com/read/224272/4805334
h msg.h
#ifndef __SYS_MEM_H
#define __SYS_MEM_H
#include "..\UCOS-II\includes.h"
//#define __PACKED_SYS_MEM __packed
#define __PACKED_SYS_MEM
#define MSGID_FIRE 0x00000400
#define MSG
www.eeworm.com/read/218655/4855736
java msg.java
package chatweb;
import java.sql.Time;
import java.util.Date;
import java.io.*;
public class msg{
String fromUser;
String toUser;
boolean isnew;
String content;
String title;
Time sendda
www.eeworm.com/read/216802/4884279
c msg.c
/*
* Unit tests for window message handling
*
* Copyright 1999 Ove Kaaven
* Copyright 2003 Dimitrie O. Paun
* Copyright 2004, 2005 Dmitry Timoshkov
*
* This library is free software; you
www.eeworm.com/read/216502/4890943
c msg.c
#
/*
* UNIX shell
*
* S. R. Bourne
* Bell Telephone Laboratories
*
*/
#include "defs.h"
#include "sym.h"
MSG version = "\nVERSION sys137 DATE 1978 Nov 6 14:29:22\n";
/* error messages */
MS
www.eeworm.com/read/216067/4900015
java msg.java
/*
* Created on 2003. 2. 20.
*/
package chipchat;
/**
* Message.
* @author Mr. Lee
*/
public class Msg {
// Static constants.
/** It is message. */
public static final int T
www.eeworm.com/read/215630/4902049
java msg.java
/*
* @(#)Msg.java
*
* Copyright (c) 2002, Jang-Ho Hwang
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that
www.eeworm.com/read/213159/4918022
java msg.java
package vitular.msnclient;
public class Msg {
private String msg;
private String time;
private String name;
public Msg(String msg, String time, String name) {
this.msg = msg;