代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/200646/15428166
h network.h
/*******
**
** FILE INFO:
** project: RTP_lib
** file: Network.h
** started on: 04/11/03
** started by: Cedric Lacroix
**
**
** TODO:
**
** BUGS:
**
** UPDATE I
www.eeworm.com/read/200462/15432440
h network.h
#ifndef CRYPTOPP_NETWORK_H
#define CRYPTOPP_NETWORK_H
#include "config.h"
#ifdef HIGHRES_TIMER_AVAILABLE
#include "filters.h"
#include "hrtimer.h"
#include
NAMESPACE_BEGIN(Cry
www.eeworm.com/read/200462/15432614
cpp network.cpp
// network.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "network.h"
#include "wait.h"
#define CRYPTOPP_TRACE_NETWORK 0
NAMESPACE_BEGIN(CryptoPP)
#if
www.eeworm.com/read/113130/15469748
pc network.pc
// network sample
#include "../UtilCode/neterror.h"
@doc "send a string on a socket";
socksends(int id, string s) {
return socksend(id, &s, "s", 1);
}
main() {
int err, s;
string name,
www.eeworm.com/read/112708/15478546
c network.c
/* $OpenBSD: network.c,v 1.8 2003/06/03 02:56:18 millert Exp $ */
/* $NetBSD: network.c,v 1.5 1996/02/28 21:04:06 thorpej Exp $ */
/*
* Copyright (c) 1988, 1993
* The Regents of the University of C
www.eeworm.com/read/112229/15490868
h network.h
/////////////////////////////////////////////////////////////////////////////
// Copyright (C) 1997 by Joerg Koenig and the ADG mbH, Mannheim, Germany
// All rights reserved
//
// Distribute freel
www.eeworm.com/read/112229/15490884
cpp network.cpp
/////////////////////////////////////////////////////////////////////////////
// Copyright (C) 1997 by Joerg Koenig and the ADG mbH, Mannheim, Germany
// All rights reserved
//
// Distribute freel
www.eeworm.com/read/109983/15543951
cpp network.cpp
#include
#include
#include
#include
#include
#include
#include "salewin.h"
#include "sysinfo.h"
#include "def.h"
static int diskE
www.eeworm.com/read/109983/15544107