代码搜索:Packet

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

代码结果 10,000
www.eeworm.com/read/115343/15017004

h packet.h

#ifndef _PACKET_H_ #define _PACKET_H_ inline unsigned short Swap(unsigned short u) { return ((u&0xff00)>> 8)+((u&0xff )
www.eeworm.com/read/115343/15017011

cpp packet.cpp

#include "../Common.h" #include "Packet.h" ///////////////////////////////////////////////////// //SendCue // tries to send the accumulated packet cue for the given packet // if the OutputScrat
www.eeworm.com/read/216108/15026922

java packet.java

package network; public class Packet { private String netName; private int step; private String nextR; public Packet(){ netName=""; step=-1; nextR=""; } public Packet(String
www.eeworm.com/read/216108/15026947

class packet.class

www.eeworm.com/read/115068/15028119

c packet.c

#include "demo.h" #include unsigned int CopyFromPacketToBuffer( PPACKET pPacket, unsigned char *pBuffer ) { unsigned char bufferCount; unsigned int offset = 0; PBufferL
www.eeworm.com/read/210953/15189798

rsvpte_packet

#include "rsvpte_struct.h" inline void htonl_nba(u_char * buf, u_int * extra) { u_int temp; memcpy(&temp, buf, sizeof(u_int)); temp = htonl(temp); memcpy(buf, &temp, sizeof(u_int));
www.eeworm.com/read/209907/15211883

java packet.java

package animation; import animation.VisualElement; import math.Vector; import util.Colour; import java.awt.Graphics; import java.awt.FontMetrics; /** Packet is the class that represents a netw
www.eeworm.com/read/11139/198187

h packet.h

/* * "Copyright (c) 2005 Stanford University. All rights reserved. * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose, without fee, and w
www.eeworm.com/read/11139/198258

c packet.c

/* * "Copyright (c) 2005 Stanford University. All rights reserved. * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose, without fee, and w
www.eeworm.com/read/11139/198260

i packet.i

/* * "Copyright (c) 2005 Stanford University. All rights reserved. * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose, without fee, and w