代码搜索:Packet
找到约 10,000 项符合「Packet」的源代码
代码结果 10,000
www.eeworm.com/read/201202/15413571
sci packet.sci
function p=packet(d,b,n)
// packet -- Packet table indexing
// Usage
// p = packet(d,b,n)
// Inputs
// d depth of splitting in packet decomposition
// b block index among 2^d
www.eeworm.com/read/113855/15446925
h packet.h
//********************************************************************
// 日期: 2004/08/24 - 24:8:2004 20:21
// 名前: tiamo
// 描述: packet
//********************************************************
www.eeworm.com/read/113855/15446935
cpp packet.cpp
//********************************************************************
// 日期: 2004/08/24 - 24:8:2004 20:37
// 名前: tiamo
// 描述: packet
//********************************************************
www.eeworm.com/read/113855/15447007
cpp packet.cpp
//********************************************************************
// 日期: 2004/08/13 - 13:8:2004 1:03
// 名前: tiamo
// 描述: packet manipulate
//**********************************************
www.eeworm.com/read/112300/15489861
c packet.c
/*
PKCIPE - public key based configuration tool for CIPE
packet.c - packet handling and signing
Copyright 2000 Olaf Titz
This program is free software; you can red
www.eeworm.com/read/112297/15489883
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/109477/15556604
h if_packet.h
#ifndef __LINUX_IF_PACKET_H
#define __LINUX_IF_PACKET_H
struct sockaddr_pkt
{
unsigned short spkt_family;
unsigned char spkt_device[14];
unsigned short spkt_protocol;
};
struct sockaddr_ll
{
uns
www.eeworm.com/read/109038/15566607
h packet.h
class CPacket : public CObject
{
DECLARE_SERIAL(CPacket)
public:
int cmd;
int x;
int y;
char data;
void Serialize(CArchive &ar);
};
www.eeworm.com/read/109038/15566617
cpp packet.cpp
// The packet used to send data between host/client
#include "stdafx.h"
#include "bfield.h"
#include "packet.h"
IMPLEMENT_SERIAL(CPacket,CObject,1)
void CPacket::Serialize(CArchive &ar)
www.eeworm.com/read/108657/15580594
h packet.h
//
// Packet.h
//
// Copyright (c) Shareaza Development Team, 2002-2004.
// This file is part of SHAREAZA (www.shareaza.com)
//
// Shareaza is free software; you can redistribute it
// and/or m