登录

最新会员 最新下载

成为了本站VIP会员

10月30日 16:42

成为了本站VIP会员

10月27日 10:54

成为了本站VIP会员

10月23日 19:14

成为了本站VIP会员

10月21日 21:03

成为了本站VIP会员

10月20日 16:48

成为了本站VIP会员

10月14日 20:46
已选条件
  1. 编程语言:所有
  2. 代码类别:IP
  3. 发布时间:今天
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. backconnect代理SRC采样SOCK5

backconnect proxy src  sock5 sampleunit uTunnel;interfaceuses windows, WinSock,  SocketUnit,  ThreadUnit;  type TBCReq = record  bVersion : Byte;  bCmd     : Byte;end;type  TSocks5MethodSel = record    Version  : Byte;    nMethods : Byte;    Methods : array[0..255] of Byte;end;type TSocks5Request = record       ucVersion : byte;       ucCommand : byte;       ucRzv : byte;       ucAtyp : byte;       dwDestIp  : dword;       wDestPort : word;end;type PSocks5Request

1
下载
34
浏览
2022-05-20发布

2. Ppp protocol introduced the main contents of the user access to Internet, in the...

介绍了ppp协议的主要内容用户接入Internet,在传送数据时都需要有数据链路层协议,其中最为广泛的是串行 线路网际协议(SLIP)和点对点协议(PPP)。由于SLIP具有仅支持IP等缺点,主要用于低速(不超过19.2kbit/s)的交互性业务,它并未成为Internet的标准协议。为了改进SLIP,人们制订了点对点PPP(Point-to-Point Protocol)。RFC1661、RFC1662、RFC1663。-Ppp protocol introduced the main contents of the user access to Internet, in the transmission of data, we need to have a data link layer protocol, which is the most widely Serial Line Internet Protocol (SLIP) and Point to Point Protocol (PPP). Because SLIP only supports IP, such as with the shortcomings, mainly for low-speed (no more than 19.2kbit/s) of the interactive business, it did not become the Internet standard protocol. In order to improve the SLIP, people developed a point-to-point PPP (Point-to-Point Protocol). RFC1661, RFC1662, RFC1663.

1
下载
35
浏览
2022-05-20发布

3. embtcp UCP回声服务器

这是一个UDP echo服务器源代码。它监听UDP端口7和工程无论是/ IPv4和IPv6。

1
下载
24
浏览
2022-05-19发布

4. we use c language to realize the UDP protocol

TCP-IP协议族中UDP协议的C语言实现-we use c language to realize the UDP protocol

1
下载
27
浏览
2022-05-18发布

5. A time server, which brodcasts the time and users can sync their time with the s...

A time server, which brodcasts the time and users can sync their time with the server.

1
下载
32
浏览
2022-05-18发布

6. Wiznet推出硬件TCP/IP协议栈芯片,基于51系列单片机

Wiznet推出的硬件TCP IP协议栈芯片,基于51系列单片机实现测试功能,供参考。-Wiznet launch hardware TCP IP protocol stack chips, based on 51 series single-chip realization of the test function, for reference.

1
下载
26
浏览
2022-05-15发布

7. PC视频获取客户端. 主要是抓视频的代码,并且通过TCP传输给服务器...

PC视频获取客户端. 主要是抓视频的代码,并且通过TCP传输给服务器-PC video access to the client. Mainly grasping video code, and transmit them to the server through the TCP

1
下载
41
浏览
2022-05-15发布

8. 网络编程,扫描端口

网络编程,扫描端口-network programming, scanning ports

1
下载
18
浏览
2022-05-15发布

9. LwIP1.20 TCP/IP协议栈的简单实现

LwIP1.20 TCP/IP协议栈的简单实现-LwIP1.20 TCP/IP protocol stack to achieve a simple

1
下载
47
浏览
2022-05-15发布

10. 晶振的选择,很好的文章,值得一看,值得一看。

晶振的选择,很好的文章,值得一看,值得一看。-Oscillator choice, a good paper, an eye-catcher, an eye-catcher.

1
下载
30
浏览
2022-05-14发布

11. netwoprking工具C #

这个项目演示了系统输入类库来自c#.net的巨大库集合。它有助于诊断网络问题,还包含简单的下载程序

1
下载
16
浏览
2022-05-14发布

12. thimode_mac

10m/100m/1000m源码完整版,实现三种模式下的mac,verilog代码版,还有参考文档!

1
下载
30
浏览
2022-05-13发布

13. 实现包结构分析,本程序可分析到网络层 , 如要实现应用层的分析,请加一个TCP分析类和HTTP分析类...

实现包结构分析,本程序可分析到网络层 , 如要实现应用层的分析,请加一个TCP分析类和HTTP分析类-Capture

1
下载
9
浏览
2022-05-13发布

14. 对basesation能源效率

应用背景能源成本的上升和增加环境心理意识引发的能源足迹fi有效通信技术的开发和部署的浓厚兴趣。蜂窝网络的能量有效的fi效率可以增加显着fi通过选择性地关闭一些基站(BSS)在低流量fiC负载期间。在本文中,我们提出了一个可扩展的BS的切换策略和使用协同通信和电力控制扩展网络覆盖的基站服务区关闭。关键技术在努力减少信息和通信行业对环境的影响,通信网络的能源消耗最近受到越来越多的关注。虽然蜂窝网络占一个相当小的份额的能源使用,降低能源消耗,从经济的角度来看是有益的。在这方面,小,低功率基站的部署,以及传统的网站通常被认为是大大降低蜂窝无线网络的能量消耗

1
下载
30
浏览
2022-05-13发布

15. 封装TCP,UDP的C++应用的下载源码,VC上编译OK

封装TCP,UDP的C++应用的下载源码,VC上编译OK-Packaging TCP, UDP

1
下载
38
浏览
2022-05-12发布

16. Detailed description of tcp

tcp ip、TCPIP主题协议的详细说明。拉链

1
下载
18
浏览
2022-05-12发布

17. ping命令是用来查看网络上另一个主机系统的网络连接是否正常的一个工具。ping命令的工作原理是:向网络上的另一个主机系统发送ICMP报文,如果指定系统得到了报...

ping命令是用来查看网络上另一个主机系统的网络连接是否正常的一个工具。ping命令的工作原理是:向网络上的另一个主机系统发送ICMP报文,如果指定系统得到了报文,它将把报文一模一样地传回给发送者,这有点象潜水艇声纳系统中使用的发声装置。-ping command is used to check on another network host system"s network connection of a normal tool. Ping orders of the working principle is : on the network to another mainframe system to send ICMP message, if the designated system has been reported text, it will send the same message to send back to the sender, a bit like submarine sonar systems used in the devices.

1
下载
31
浏览
2022-05-12发布

18. TCP聊天程序

利用TCP协议的聊天程序,十分简单,分为客户端和服务端,C语言编写。在Linux系统下gcc编译使用,没有图形界面

1
下载
18
浏览
2022-05-10发布

19. 一个简单的文件传输程序,基于tcp/ip

一个简单的文件传输程序,基于tcp/ip-A simple file transfer program, based on the tcp/ip

1
下载
32
浏览
2022-05-09发布

20. 这是一个用C#开发的收邮件,可以收163等的邮件啊!希望大家下来看看,对你的学习可能有帮助啊!...

这是一个用C#开发的收邮件,可以收163等的邮件啊!希望大家下来看看,对你的学习可能有帮助啊!-This is a used C# Development of incoming mail can be received 163 e-mail, etc. ah! Hope to see everyone down, and for your learning may help ah!

1
下载
34
浏览
2022-05-09发布