代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/179933/9330971
gif message.gif
www.eeworm.com/read/179891/9332468
h message.h
#ifndef MESSAGE_H
#define MESSAGE_H
#include
using namespace std;
class message{
private:
string taille;
string entete;
string corps;
boolean etraite=false;//savoir si l'entete
www.eeworm.com/read/179891/9332480
cc message.cc
#include "message.h"
#include
using namespace std;
message::message(){}
message::~message(){}
string message::getEntete(){
return entete;
}
string message::getCorp(){
return corps;
www.eeworm.com/read/179865/9333313
gif message.gif
www.eeworm.com/read/179705/9343516
c message.c
/* err/message.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000 Gerard Jungman, Brian Gough
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the
www.eeworm.com/read/374989/9376343
h message.h
#ifndef MESSAGE_H
#define MESSAGE_H
#include "peer.h"
int int_to_char(int i, unsigned char c[4]); // 将整型变量i的四个字节存放到数组c中
int char_to_int(unsigned char c[4]); // 将数组c中的四个字节转换为一个整型数
//
www.eeworm.com/read/374989/9376404
c message.c
#include
#include
#include
#include
#include
#include
#include
#include
#include "parse_metafile.h"
#i
www.eeworm.com/read/178066/9420093
gif message.gif
www.eeworm.com/read/178021/9423547