Beej-Guide-to-network.rar
文件大小: 532k
下载次数:1
源码类别:

网络编程

开发平台:

C/C++

源码售价: 5 个金币 积分规则     积分充值
资源说明:Socket programming got you down? Is this stuff just a little too difficult to figure out from the man pages? You want to do cool Internet programming, but you don t have time to wade through a gob of structs trying to figure out if you have to call bind() before you connect(), etc., etc. Well, guess what! I ve already done this nasty business, and I m dying to share the information with everyone! You ve come to the right place. This document should give the average competent C programmer the edge s/he needs to get a grip on this networking noise. And check it out: I ve finally caught up with the future (just in the nick of time, too!) and have updated the Guide for IPv6! Enjoy!
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。
    
  • Share_win.rar实现本地文件或文件夹局域网共享(share on local )
  • sample_httpd.rar一个很简单的HTTP服务器的源代码,仅供大家参看学习
  • klhttpd.rar一个建立HTTP服务器的源代码,比较基础,c语言写的
  • DHCP_Protocol.rarDHCP相关的RFC协议打包下载,是研究DHCP协议绝好教材。
  • Ping.rar用C语言实现的ping 功能,经典实现,在VC下调试通过
  • IPdump.rar基于jpcap对IP协议进行了解析,该程序在jbuilder9.0的运行环境下编写 ...
  • ARPdump.rar基于jpcap对arp协议进行了解析,该程序在jbuilder9.0的运行环境下编写 ...
  • ICMPdump.rar利用jpcap实现对icmp协议的解析,利用了jbuilder9.0运行环境。
  • server.rarTCP/IP网络通信 服务端部分 用于网络连接
  • Chat.rar用C++MFC编写的一个类似于飞鸽的局域网聊天软件,但是功能没有飞鸽那么强,只实现了局 ...