登录
首页 » Windows Socket编程 » TCP UDP高级编程 讲述重要理论和方法

TCP UDP高级编程 讲述重要理论和方法

于 2022-05-28 发布 文件大小:52.72 kB
0 233
下载积分: 2 下载次数: 1

代码说明:

TCP UDP高级编程 讲述重要理论和方法-TCP UDP senior programming on important theoretical and methodological

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 邮件发送序是一个高级的邮件发动序,能够设定smtp的验证,同时也能够发送附件,还能够设定各种码以及数据加密。...
    邮件发送程序是一个高级的邮件发动程序,能够设定smtp的验证,同时也能够发送附件,还能够设定各种编码以及数据加密。-spammers procedure is a senior email procedures can set smtp certification, but also to send attachments, but can also set various codes and data encryption.
    2022-09-10 01:20:02下载
    积分:1
  • 一个局或网聊天工具,使用delphi的indy组件.
    一个局或网聊天工具,使用delphi的indy组件.-a network board or chat tools, the use of the Delphi Indy components.
    2022-02-02 11:48:42下载
    积分:1
  • 利用MFC实现了Telnet协议,作为Telnet客户端工具,可以连接Telnet服务器.实现技术包括:1,创建Telnet连接.2,从Telnet服务器接收数...
    利用MFC实现了Telnet协议,作为Telnet客户端工具,可以连接Telnet服务器.实现技术包括:1,创建Telnet连接.2,从Telnet服务器接收数据.3,向Telnet服务器发送数据.-use of Telnet Protocol, Telnet client as a tool, Telnet server can be connected. Technology include : 1. establish Telnet connection .2. Telnet servers from receiving data .3 to the Telnet server to send data.
    2022-03-21 00:16:16下载
    积分:1
  • Microsoft Start kit thebeerhouse Website source
    Microsoft Start kit thebeerhouse Website source
    2023-07-22 07:00:07下载
    积分:1
  • ipv6协议环境下的局域网聊天工具,供又兴趣于ipv6协议研究的网友,仅供学习,不得用于商业用途.
    ipv6协议环境下的局域网聊天工具,供又兴趣于ipv6协议研究的网友,仅供学习,不得用于商业用途.-ipv6 agreement LAN environment chatting tools for ipv6 also interested in the study of netizens agreement, only learning, should not be used for commercial purposes.
    2023-03-31 08:50:03下载
    积分:1
  • 这也是客户端服务器一个简单的设计,比刚刚上传的那个严谨点...
    这也是客户端服务器一个简单的设计,比刚刚上传的那个严谨点-This is a client-server design simple, just upload that the stringent points
    2022-05-28 05:07:38下载
    积分:1
  • 熟悉Http协议的请求和响应格式,写一个简单的Http服务器。 基本要求: 1 正确解析Http请求,实现简单的GET请求回应。 2 模拟...
    熟悉Http协议的请求和响应格式,编写一个简单的Http服务器。 基本要求: 1 正确解析Http请求,实现简单的GET请求回应。 2 模拟一个对象(如:文件index.html)的GET回应(如:回应一个字符串),对于其他的对象,则根据Http响应格式回应对象不存在信息。 3 通过浏览器可检测自己的程序。如:输入http://the.ip.of.your.pc:serverPort/index.html,查看其响应结果。 4 对http请求的处理必须采用多进程实现,即主进程负责等待请求连接,每当收到一个请求后,产生一个子进程对该请求做单独处理,主进程继续等待新请求,子进程在处理完其请求后结束自己。详细要求参考课本要求。(多进程编程参考函数fork()) -Http familiar with the agreement of the request and response format, write a simple Http server. Basic requirements: Http parsing a proper request, to achieve a simple GET request to respond. 2 analog an object (such as: file index.html) of the GET response (such as: in response to a string), for other objects, then according to Http response format, the information to respond to the object does not exist. 3 can be detected through the browser s own procedures. Such as: Enter http://the.ip.of.your.pc:serverPort/index.html, see the results of its response. 4 pairs of http request processing must be used to achieve multi-process
    2023-04-01 20:15:03下载
    积分:1
  • 1 首先下载josua
    1 首先下载josua-0.9.2.tar.gz(http://osip.atosc.org/download/deprecated/)和libosip-0.9.2.tar.gz(); 2 将两个文件分别解压缩到/josua文件夹和 bosip文件夹,需要注意解压缩的时候要使用winzip,winrar解压缩会有问题; 3 打开VC++6.0,在文件菜单中打开~ bosip/windows/osipfsm.dsw,(注意:没有先打开VC++,直接打开~ bosip/windows/osipfsm.dsw时候出现了问题?); 4 编译的时候要首先编译osipparser files,再编译osipfsm files(注意:直接编译会出现不能打开osipparser.lib的错误提示);编译后则在文件夹~ bosip/windows/.libs下生成osipfsm.dll,osipfsm.lib和osipparser.dll,osipparser.lib四个库文件; -a first download josua- 0.9.2.tar.gz (http :// osip.atosc.org/download/deprecated /) and l ibosip- 0.9.2.tar.gz (
    2022-03-06 21:17:35下载
    积分:1
  • Visual C++网络与数据库百例 包括全部源代码
    Visual C++网络与数据库编程百例 包括全部源代码-Visual C Network and Database Programming 100 cases, including all source code
    2022-01-30 23:32:00下载
    积分:1
  • 可允许两人在线对弈的五子棋游戏源代码。用VC6.0开发,在2000、xp平台上调试通过,工作稳定。...
    可允许两人在线对弈的五子棋游戏源代码。用VC6.0开发,在2000、xp平台上调试通过,工作稳定。-allow two players to the online game source code 331. VC6.0 use development, in 2000, xp platform debugging through steady work.
    2022-12-14 14:10:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载