代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/106679/15629330
txt rfc3292.txt
Network Working Group A. Doria
Request for Comments: 3292 Lulea University of Technology
Category: Standards Track
www.eeworm.com/read/106679/15630108
txt rfc2909.txt
Network Working Group P. Radoslavov
Request for Comments: 2909 D. Estrin
Category: Experimental
www.eeworm.com/read/243327/12948932
c core.c
#include "core.h"
/* Initialize message */
MESSAGE *message_init()
{
MESSAGE *msg = (MESSAGE *)calloc(1, sizeof(MESSAGE));
if(msg)
{
msg->clean = message_clean;
}
return msg;
}
/* Clean messag
www.eeworm.com/read/468974/6982722
lst example.lst
;============================================================;
; Routine to transmit "EXAMPLE" text string ;
;=======================
www.eeworm.com/read/445257/7597096
lst example.lst
;============================================================;
; Routine to transmit "EXAMPLE" text string ;
;=======================
www.eeworm.com/read/417556/10985876
cpp sha1.cpp
/*
* sha1.cpp
*
* Copyright (C) 1998
* Paul E. Jones
* All Rights Reserved.
*
*****************************************************************************
* $Id: sha1
www.eeworm.com/read/268147/11150872
cpp sha1.cpp
/*
* sha1.cpp
*
* Copyright (C) 1998
* Paul E. Jones
* All Rights Reserved.
*
*****************************************************************************
* $Id: sha1
www.eeworm.com/read/133940/14017311
cpp sha1.cpp
/*
* sha1.cpp
*
* Copyright (C) 1998
* Paul E. Jones
* All Rights Reserved.
*
*****************************************************************************
* $Id: sha1
www.eeworm.com/read/287073/8722354