代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/260843/11697959
pjt ip.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="H:\f2812\C\ip\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
Tool="
www.eeworm.com/read/260843/11698005
c ip.c
#include "DSP28_Device.h"
extern Uint16 AicRegs;
extern Uint16 RxSuccessFlag;
extern Uint16 TxEthnetFrameBuffer[1518/2];
extern Uint16 RxEthnetFrameBuffer[1518/2];
const Uint16 MyMAC[] =
www.eeworm.com/read/347110/11699781
obj ip.obj
www.eeworm.com/read/347110/11699884
h ip.h
//-----------------------------------------------------------------------------
// IP.H
//
//-----------------------------------------------------------------------------
void ip_send(UCHAR xdat
www.eeworm.com/read/347110/11699887
c ip.c
//-----------------------------------------------------------------------------
// Net IP.C
// This module is the IP layer
// Refer to RFC 791, 1122, and RFC 815 (fragmentation)
//----------------
www.eeworm.com/read/347110/11699894
lst ip.lst
C51 COMPILER V7.09 IP 07/31/2006 17:30:52 PAGE 1
C51 COMPILER V7.09, COMPILATION OF MODULE IP
OBJECT MODULE PLACED IN IP.O
www.eeworm.com/read/157308/11720720
cpp ip.cpp
#include "stdafx.h"
#include "dibapi.h"
// Definitions required for convolution image filtering
#define KERNELCOLS 3
#define KERNELROWS 3
#define KERNELELEMENTS (KERNELCOLS * KERNELROWS)
//
www.eeworm.com/read/346706/11731728
h ip.h
/*! \file ip.h \brief IP (Internet Protocol) Library. */
//*****************************************************************************
//
// File Name : 'ip.h'
// Title : IP (Internet Protocol)
www.eeworm.com/read/346706/11731732
c ip.c
/*! \file ip.c \brief IP (Internet Protocol) Library. */
//*****************************************************************************
//
// File Name : 'ip.c'
// Title : IP (Internet Protocol)
www.eeworm.com/read/157188/11732000