登录
首页 » Windows Socket编程 » 关于windows sockets 编程的pdf文档,对于学习网络编程有助哦~

关于windows sockets 编程的pdf文档,对于学习网络编程有助哦~

于 2022-02-05 发布 文件大小:155.38 kB
0 241
下载积分: 2 下载次数: 1

代码说明:

关于windows sockets 编程的pdf文档,对于学习网络编程有助哦~-On the windows sockets programming pdf documents, for learning network programming help Oh ~

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

发表评论

0 个回复

  • 概要介绍: 本例子是视频采集与播放是基于vfw。 视频的传输是基于rtp来传输。用的第三开源包是jrtplib。 参考例子: (1)...
    概要介绍: 本例子是视频采集与播放是基于vfw。 视频的传输是基于rtp来传输。用的第三开源包是jrtplib。 参考例子: (1)视频采集,播放,视频传输 我参考了从http://www.programsalon.com/ 下下来的NetMeeting_VideoCapture例子 不过它的传输是基于tcp/ip socket编程的。 (2)jrtplib官方网站的c/s例子 运行配置: VS2005 头文件 jthread-1.2.1 jrtplib-3.7.1 lib文件:(放到工程目录下。我已经放好了) jrtplib.lib jthread.lib 添加的依赖库: jthread.lib jrtplib.lib ws2_32.lib 代码介绍: 具体代码发在网上 http://www.programsalon.com/upload_log.asp?e=hanyuejun2006@163.com 有什么问题请发hanyuejun2006@163.com与我联系。 文件中 videoSendertest videoReceiver 是我编的例子 video_send video_recv 是我基于vfw例子 JRTPConsole 是jrtplib c/s例子 -err
    2022-03-25 18:05:24下载
    积分:1
  • VB windows网络的配套光盘,里面有大量成熟的源码可以利用...
    VB windows网络编程的配套光盘,里面有大量成熟的源码可以利用-VB windows network programming matching CD-ROM, which has a large number of mature source can be used
    2022-07-12 01:50:02下载
    积分:1
  • dreamweaver2004 as a tool to develop the Guide asp, they include the source ~
    一个以dreamweaver2004为工具开发asp的教程,里面包括了源码~-dreamweaver2004 as a tool to develop the Guide asp, they include the source ~
    2023-01-17 07:35:03下载
    积分:1
  • Amedes是一个会员文件管理系统,基于Expression Web应用序框架。其目标是帮助日常的任务和在组织者内部进行交流。它的基本目的是包含会员信息的卡片...
    Amedes是一个会员文件管理系统,基于Expression Web应用程序框架。其目标是帮助日常的任务和在组织者内部进行交流。它的基本目的是包含会员信息的卡片,包括每个人的姓名、地址、电话号码和所付费用等。 -Amedes Member is a document management system, based on the Expression Web application framework. Its goal is to help the day-to-day tasks and the organizers of internal communication. It"s basic aim is to include members of the card information, including each person"s name, address, telephone number and paid employees.
    2022-02-06 06:36:05下载
    积分:1
  • 本源代码是用SMTP来发送电子邮件的,能一起发送附件
    本源代码是用SMTP来发送电子邮件的,能一起发送附件-source code is used to send SMTP e-mail can be sent along with Annex
    2022-07-02 15:23:32下载
    积分:1
  • 1-持续CSMA协议下,当一个用户要发送数据时,它首先侦听信道,看是否有其他站点在传送。如果信道忙,就持续等待直到信道空闲时,便将数据送出。若发生冲突,就等待一个随机长的时间,然后重新侦听。 对于这种协议,先考虑当前帧i时的前一帧时i-1,得到前一帧时的最后一帧frame0(相对时间最大的帧)的相对时间dt0,然后再在当前帧时查看有哪些帧的相对时间会小于dt0,这些帧若是发送就会与frame0发生冲突,所以这些帧就进入持续等待状态,这些帧并没有发送。再考虑当前帧余下的帧(dt > dt0),它们中的第一帧侦听到信道处于空闲状态,所以就发送,而其他的帧由于第一帧的发送又处于等待状态。若有大于或等于2个帧的相对时间相等,且它们又同时侦听到信道空闲时,就会同时发送而导致冲突,冲突发生后的处理方法同上两个协议的一样。 -1- CSMA continued under the agreement, when a user to send data, it first interception Channel to see if there are other sites in transmission. If Channel busy, continuing to wait until the idle channel, and put more information out. If there is conflict, it is a long wait for a random time, then re-interception. Such agreements, to consider the current frame i am one of the former when i-1, be a time before the final one frame0 (relative to the time frame) the relative dt0 time, and then when the current frame to detect what the relative time frame will be less than dt0, these frames will be sent if and frame0 conflict, th
    2022-03-03 08:55:18下载
    积分:1
  • 局域网内的一个简单的聊天序,分为服务器端与客户端两部分...
    局域网内的一个简单的聊天程序,分为服务器端与客户端两部分-LAN within a brief chat procedures, divided into server and client part 2
    2022-04-17 04:26:40下载
    积分:1
  • VC++6.0开发的网络序,界面美观,使用方便,有很高的参考价值....
    VC++6.0开发的网络程序,界面美观,使用方便,有很高的参考价值.-VC 6.0 network programming, beautiful interface, easy to use, have a very high reference value.
    2022-03-05 14:09:42下载
    积分:1
  • This book covers the procedures related to web design to all client and server
    本电子书涵盖了有关web程序设计的所有客户端和服务器端技术资料,而且都是非常经典易学的电子教材,此电子书是网站建设者不可多得的宝典。-This book covers the procedures related to web design to all client and server-side technical information, and are very easy to learn classic electronic materials, this book is a rare book website builders.
    2022-07-08 00:15:46下载
    积分:1
  • 又一个用Borland C++3.1译的TCP/IP协议栈
    又一个用Borland C++3.1编译的TCP/IP协议栈 -Another tcp/ip stack using Borland C++ 3.1 for compiling
    2022-04-09 11:17:20下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载