代码搜索:Packet

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

代码结果 10,000
www.eeworm.com/read/429717/1946638

eps packet.eps

%!PS-Adobe-2.0 EPSF-2.0 %%Title: packet.fig %%Creator: fig2dev Version 3.2 Patchlevel 0-beta2 %%CreationDate: Fri Aug 29 14:45:14 1997 %%For: kannan@ohm.isi.edu (Kannan Varadhan) %%Orientation: Portra
www.eeworm.com/read/429717/1946674

fig packet.fig

#FIG 3.1 Landscape Center Inches 1200 2 2 2 0 1 -1 7 0 0 -1 0.000 0 0 -1 0 0 5 3900 2850 5400 2850 5400 6000 3900 6000 3900 2850 2 1 0 1 -1 7 0 0 -1 0.000 0 0 -1 1 1 2 0 0 1.00 60.00 120.00 0 0 1.
www.eeworm.com/read/429117/1951832

h packet.h

// nbcode "packet" start struct packet_t { sc_uint src_addr; sc_uint dest_addr; sc_uint msg_length; char msg[1024]; }; // nbcode "packet" end // nbcode "out" start //define
www.eeworm.com/read/429117/1951841

h packet.h

#include "scv.h" #include #ifndef PACKET_H #define PACKET_H // Define a packet with an integer payload class packetT1 { public: packetT1 () {} virtual ~packetT1() {} //
www.eeworm.com/read/429117/1951848

h packet.h

#include "scv.h" #include #ifndef PACKET_H #define PACKET_H //Create an object type that will be thrown in the bag. In this case, //we will use the same basic type that we use for the sm
www.eeworm.com/read/429117/1951855

h packet.h

#include "scv.h" #include #ifndef PACKET_H #define PACKET_H // Define a packet with a variable size payload // nbcode "fields" start class packetT { public: packetT () {} virt
www.eeworm.com/read/428548/1959141

c packet.c

/* vi: set sw=4 ts=4: */ #include #if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined _NEWLIB_VERSION #include #include
www.eeworm.com/read/426719/1987043

h packet.h

/*************************************************************************** * * * This program is free software; you can
www.eeworm.com/read/425851/2001196

~cpp ~packet.~cpp

// Packet.cpp: implementation of the CPacket class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "ChatClient.h" #include "Packet.h"
www.eeworm.com/read/425851/2001199

~h ~packet.~h

// Packet.h: interface for the CPacket class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_PACKET_H__F92BDE50_B28B_4E10_B977_A1DCDF321158__INCLUDED_)