登录
首页 » Windows Socket编程 » windows network programming e

windows network programming e

于 2022-02-12 发布 文件大小:12.56 MB
0 193
下载积分: 2 下载次数: 1

代码说明:

windows网络编程电子书,内容包括NetBIOS和Windows重定向器方法、Winsock方法、客户端远程访问服务器方法。本书论述深入浅出、用大量实例详解了微软网络API函数的应用。配套光盘包含了所有实例代码,方便读者使用。本书适合中、高级程序设计人员以及网络设计与管理人员参考。-windows network programming e-books, including NetBIOS and Windows redirector methods, Winsock methods, client methods of remote access server. The book discusses in simple terms, using a large number of detailed examples of the Microsoft Network Application API function. Supporting CD-ROM contains all example code to allow readers to use. This book suitable for middle and senior programming staff, as well as network design and management of reference.

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

发表评论

0 个回复

  • Java实现的简单网络电话,可以实现局域网内的通话,但通话时延较明显...
    Java实现的简单网络电话,可以实现局域网内的通话,但通话时延较明显-Java simple telephone network can be achieved within the local area network calls, but more significantly delay calls
    2022-01-21 03:01:05下载
    积分:1
  • 局域网的一个信息交换平台,可用于网间交换信息
    局域网的一个信息交换平台,可用于网间交换信息-a LAN information exchange platform for the exchange of information between network
    2022-06-02 20:13:10下载
    积分: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
  • 我测试过了,效果好,可以挂协议分析
    我测试过了,效果好,可以挂协议分析-I ve tested, and effective and can be linked to protocol analysis
    2022-08-23 15:53:07下载
    积分:1
  • 此功能是简单实现radius认证的实验。对于想学习vc下的网络和radius学习的人员来说还是比较不错的...
    此功能是简单实现radius认证的实验。对于想学习vc下的网络编程和radius学习的人员来说还是比较不错的-This feature is simple to achieve certification radius experiment. Who want to learn vc Network programming and learning officers radius is still relatively good
    2022-11-03 18:25:02下载
    积分:1
  • httpclient xml 源代码 希望有帮助
    httpclient xml 源代码 希望有帮助-httpclient xml source code would like to have help
    2022-03-03 08:00:31下载
    积分:1
  • 1:布局重新整理,使其更合理,修正慢的问题! 2:首页增加留言显示! 3:修正本地软件无法下载问题! 4:修正装备展示内容限制问题,可以无限添加!...
    1:布局重新整理,使其更合理,修正慢的问题! 2:首页增加留言显示! 3:修正本地软件无法下载问题! 4:修正装备展示内容限制问题,可以无限添加! 5:删除合作资源,增加了新手指南! **************************************************** 保持3.3所有功能 V3.4更新内容 1:解决后台网站设置问题 2:增加菜单管理功能!(分顶部导航,顶部版权) 3:客服部分,电话,QQ采用无限制! 4:增加在线统计修改功能! 5:修正新手指南首页不显示错误! 6:修正了新手指南内容不换行错误! 7:修正新闻公告注入BUG! 8:修正首页只能显示一张照片的错误! 由于时间匆忙,请各位手动升级 V3.4最新功能,导航菜单添加管理, 升级方法: 新建表:Gq_menu 字段:id 自动编号 字段:menuid 长整型 字段:title 字符型 50 字段:url 字符型 随意 字段:open 逻辑型 字段:foot 逻辑型 字段:pass 逻辑型 新建表:Gq_config 字段分别为:qq dh sf RMB bbs 全部为备注型 -1 : layout re-organized to make it more reasonable, that the problem of slow! 2 : Home show increased voice! 3 : Amendments to the local software can not be downloaded! 4 : Amendments equipment display content restrictions, can add unlimited! 5 : delete cooperation resources, the increase is coming!**************************************************** maintain all the functions SP 3.3 update 1 : background website set up to solve
    2022-03-04 04:36:30下载
    积分:1
  • UDP在网络中用于处理数据包,本文实现在java中操纵UDP.
    UDP在网络中用于处理数据包,本文实现在java中操纵UDP.-UDP is used for dealing with data packet. This file is implementing that how to control UDP protocol with Java
    2022-03-11 12:47:53下载
    积分:1
  • everyone Forum casual reference source
    人人论坛的源码 随便参考-everyone Forum casual reference source
    2022-01-21 04:48:31下载
    积分:1
  • ipv6下的一个聊天系统,也算是一个测试系统。
    ipv6下的一个聊天系统,也算是一个测试系统。-ipv6 of a chat system, but also as a test system.
    2022-04-09 20:15:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载