代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/244017/12899002
pjt ip.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\UDP\IP\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
Tool="DspB
www.eeworm.com/read/244017/12899035
c ip.c
/**********************************************************************
修改于07.7.27,在RST8019末尾加入延时,保证发送不丢包
************************************************************************/
#include "DSP2
www.eeworm.com/read/142906/12908836
gif ip.gif
www.eeworm.com/read/142782/12922481
obj ip.obj
www.eeworm.com/read/142782/12922511
bpf ip.bpf
www.eeworm.com/read/142782/12922540
lst ip.lst
C51 COMPILER V6.21 IP 03/08/2002 13:07:31 PAGE 1
C51 COMPILER V6.21, COMPILATION OF MODULE IP
OBJECT MODULE PLACED IN ip.O
www.eeworm.com/read/142782/12922547
c ip.c
#include
#include
#include "ethernet.h"
#include "ip.h"
#define IP_TTL 128 /* Time To Live for an outgoing IP datagram */
extern NODE locnode; //本机的节点信息结构
www.eeworm.com/read/142782/12922603
h ip.h
/* Ensure network structures aren't padded (DJGPP and VC) */
#define MAXDATA 1500 /* Maximum Ethernet data size */
#define MAXPACK (MAXDATA+14) /* Maximum packet size (incl. datali
www.eeworm.com/read/243461/12939633