代码搜索:Message

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

代码结果 10,000
www.eeworm.com/read/280112/4128169

c message.c

#include "message.h" #include"LinkedList.h" /** * Create a Message object. * @param type The type of this message * @param serial Serial number of this message * @param src The name of the sou
www.eeworm.com/read/280112/4128173

h message.h

#include"transform.h" /** * Put a Message object input to the Send Buffer of the CI. If the * buffer is full, then return false, else return true. Once the message * is in the buffer, it will be
www.eeworm.com/read/280112/4128184

c message.c

#include "message.h" #include"LinkedList.h" /** * Create a Message object. * @param type The type of this message * @param serial Serial number of this message * @param src The name of the sou
www.eeworm.com/read/280112/4128188

h message.h

#include"transform.h" /** * Put a Message object input to the Send Buffer of the CI. If the * buffer is full, then return false, else return true. Once the message * is in the buffer, it will be
www.eeworm.com/read/280112/4128199

c message.c

#include "message.h" #include"LinkedList.h" /** * Create a Message object. * @param type The type of this message * @param serial Serial number of this message * @param src The name of the sou
www.eeworm.com/read/280112/4128203

h message.h

#include"transform.h" /** * Put a Message object input to the Send Buffer of the CI. If the * buffer is full, then return false, else return true. Once the message * is in the buffer, it will be
www.eeworm.com/read/280112/4128214

c message.c

#include "message.h" #include"LinkedList.h" /** * Create a Message object. * @param type The type of this message * @param serial Serial number of this message * @param src The name of the sou
www.eeworm.com/read/279884/4132254

java message.java

package org.apache.velocity.demo.om; /* * Copyright 1999,2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fil
www.eeworm.com/read/279841/4132755

java message.java

package cn.org.matrix.gmatrix.gameLab.messages; import java.util.Vector; import cn.org.matrix.gmatrix.gameLab.GameObject; /** * 消息类 * @author cleverpig * */ public class Message exte
www.eeworm.com/read/279678/4135498

java message.java

import java.util.*; public class Message { /** * 所有的数组初始化长度为0 */ public Message() { recipientTO = new Address[0]; recipientCC = new Address[0]; recipientBCC = new Address[0]; }