-
对话音的全双工传输
Windows 95作为微机的操作系统,已经完全融入了网络与通信功能,不仅可以建立纯Windows 95环境下的“对等网络”,而且支持多种协议,如TCP/IP、IPX/SPX、NETBUI等。在TCP/IP协议组中,TPC是一种面向连接的协义,为用户提供可靠的、全双工的字节流服务,具有确认、流控制、多路复用和同步等功能,适于数据传输。UDP协议则是无连接的,每个分组都携带完整的目的地址,各分组在系统中独立传送。它不能保证分组的先后顺序,不进行分组出错的恢复与重传,因此不保证传输的可靠性,但是,它提供高传输效率的数据报服务,适于实时的语音、图像传输、广播消息等网络传输。
Winsock接口为进程间通信提供了一种新的手段,它不但能用于同一机器中的进程之间通信,而且支持网络通信功能。随着Windows 95的推出。Winsock已经被正式集成到了Windows系统中,同时包括了16位和32位的编程接口。而Winsock的开发工具也可以在Borland C++4.0、Visual C++2.0这些C编译器中找到,主要由一个名为winsock.h的头文件和动态连接库winsock.dll或wsodk32.dll组成,这两种动态连接库分别用于Win16和Win32的应用程序。
本文针对话音的全双工传输要求,采用UDP协议实现了实时网络通信。使用VisualC++2.0编译环境,其动态连接库名为wsock32.dll。
- 2022-02-02 04:51:06下载
- 积分:1
-
this document contains two separate procedures, Sender and Receiver for testing...
此文件包含两个独立程序,Sender和Receiver,用于测试网络对RAW类型的IP包的传输,可以用这两个程序测试路由器是否支持RAW类型的IP包传输,是否支持组播。程序演示了Windows下RAW socket的使用和RTP包协议的利用.程序工程由VC7.0生成。-this document contains two separate procedures, Sender and Receiver for testing network to RAW types of IP packet transmission, could use this test procedure two routers support RAW types of IP packet transmission, whether to support multicast. Procedures demonstrated Windows RAW socket and the use of RTP packets agreement utilization. VC7.0 procedures generated by the project.
- 2022-05-12 15:58:29下载
- 积分:1
-
16.Ping
基于W5500芯片的ping功能,使用W5500ping通其他设备(W5500 chip based on the ping function, the use of W5500ping through other devices)
- 2020-11-19 13:49:38下载
- 积分:1
-
curl-7.65.1
说明: Duilib 是一款强大的界面开发工具,可以将用户界面和处理逻辑彻底分离,极大地提高用户界面的开发效率,遵循bsd协议。(Duilib is a powerful interface development tool, which can completely separate the user interface and processing logic, greatly improve the development efficiency of user interface, and follow the BSD protocol.)
- 2020-06-19 19:40:02下载
- 积分:1
-
tcp test procedure can be simulated server and client, and can use text and two
tcp测试程序,可以模拟服务器和客户端,并且可以用文本和2进制来看结果-tcp test procedure can be simulated server and client, and can use text and two-band view of the results
- 2022-03-15 15:00:47下载
- 积分:1
-
244289
网络流量监控器源码程序,结合易语言扩展界面支持库,调用API函数实现电脑网络数据流量的实时监控。(Network Traffic Monitor source program, combined with easy language support library expansion interface , call the API function to achieve real-time monitoring of computer network data traffic.)
- 2015-04-21 11:03:36下载
- 积分:1
-
漂亮的alert想用的话,在你的js代码中加上new AUIAlert()
漂亮的alert想用的话,在你的js代码中加上new AUIAlert()-Alert would like to use beautiful words, in your js code to add new AUIAlert ()
- 2022-04-09 11:36:10下载
- 积分:1
-
ServerDemo
TCP协议数据传输和聊天程序服务器端程序源代码(TCP data and message transferring, server program.)
- 2009-04-08 21:00:16下载
- 积分:1
-
New-folder-(3)
this ia related forward error correction code and these are used in space communication
- 2012-07-11 22:41:12下载
- 积分:1
-
WebDAVClient-master(2)
一个基于webdav的网盘客户端,代码简单易懂,可以供初学者参考(A WebDAV based SkyDrive client, the code is simple and easy to understand, can be used for reference for beginners)
- 2017-12-06 15:06:02下载
- 积分:1