代码搜索:NETWORKS
找到约 10,000 项符合「NETWORKS」的源代码
代码结果 10,000
www.eeworm.com/read/179943/9330389
hxx md5.hxx
#ifndef md5_h
#define md5_h
#ifndef PROTOTYPES
#define PROTOTYPES 0
#endif
/* POINTER defines a generic pointer type */
typedef unsigned char *POINTER;
/* UINT2 defines a two byte word */
www.eeworm.com/read/179943/9330392
cxx testexternalbodycontents.cxx
#include
#include
#include
#include "rutil/DataStream.hxx"
#include "resip/stack/SipMessage.hxx"
#include "resip/stack/Helper.hxx"
#include "resip/stack/Uri.hxx"
www.eeworm.com/read/179943/9330452
cxx testrlmi.cxx
#include
#include
#include "resip/stack/MultipartMixedContents.hxx"
#include "resip/stack/Rlmi.hxx"
#include "resip/stack/SipMessage.hxx"
#include "resip/stack/test/TestSupp
www.eeworm.com/read/179943/9330454
cxx testdtlstransport.cxx
#if defined(HAVE_CONFIG_H)
#include "resip/stack/config.hxx"
#endif
#include
#include
#include
#include "rutil/DnsUtil.hxx"
#include "rutil/Inserter.hxx"
www.eeworm.com/read/179943/9330470
cxx testsipstack1.cxx
#include
#include
#ifndef WIN32
#include
#include
#include
#endif
#include "rutil/Socket.hxx"
#include "rutil/Logger.hxx"
#incl
www.eeworm.com/read/179943/9330556
cxx testblast.cxx
#include
#include
#include "rutil/DnsUtil.hxx"
#include "rutil/Socket.hxx"
#include "resip/stack/UdpTransport.hxx"
#include "rutil/Timer.hxx"
using namespace resip
www.eeworm.com/read/179943/9330628
hxx transactionmessage.hxx
#ifndef RESIP_TransactionMessage_hxx
#define RESIP_TransactionMessage_hxx
#include
#include "resip/stack/Message.hxx"
#include "rutil/HeapInstanceCounter.hxx"
namespace resip
{
www.eeworm.com/read/179943/9330665
cxx statisticsmanager.cxx
#if defined(HAVE_CONFIG_H)
#include "resip/stack/config.hxx"
#endif
#include "rutil/Logger.hxx"
#include "resip/stack/StatisticsManager.hxx"
#include "resip/stack/SipMessage.hxx"
#include "res
www.eeworm.com/read/375793/9349456
h wnetwork.h
// file wnetwork.h
// functions for weighted networks
#ifndef WNetwork_
#define WNetwork_
#include "network.h"
template
class WNetwork : virtual public Network
{
public:
www.eeworm.com/read/374010/9423640
m pmntanh.m
function t=pmntanh(x)
% PMNTANH
% -------
% Fast hyperbolic tangent function to be used in
% neural networks instead of the tanh provided by MATLAB
t=1-2./(exp(2*x)+1);