-
对话音的全双工传输
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
-
网络通讯的源代码,是linux下libnet的win32移植,有一定参考作用。 由于本人没有仔细浏览贵站,不知道是否已有人上传...
网络通讯的源代码,是linux下libnet的win32移植,有一定参考作用。 由于本人没有仔细浏览贵站,不知道是否已有人上传-network communications source code is under linux libnet the win32 transfer, there are certain references. Because I did not carefully View Guizhan not know whether it has been uploaded
- 2022-08-17 07:29:56下载
- 积分:1
-
这是我编的一小软件。请等级等待指教。呵呵。ASP的,有点意思。...
这是我编的一小软件。请等级等待指教。呵呵。ASP的,有点意思。-This is what I made a small software. Please wait for advice grades. Ha ha. ASP, and a bit mean.
- 2023-07-30 17:15:03下载
- 积分:1
-
a simple mail source code
一个简单的发送邮件源代码-a simple mail source code
- 2022-04-22 12:39:42下载
- 积分:1
-
rdesktop是微软Windows NT终端服务器客户端,Windows 2000
rdesktop is a client for Microsoft Windows NT Terminal Server, Windows 2000
Terminal Services, Windows 2003 Terminal Services/Remote Desktop, Windows XP
Remote Desktop, and possibly other Terminal Services products.
rdesktop currently implements the RDP version 4 and 5 protocols.
- 2023-07-22 10:20:04下载
- 积分:1
-
Library of C functions that allows a program to use WinSock 2 functionality if i...
Library of C functions that allows a program to use WinSock 2 functionality if it is available or fall back to WinSock 1.1 if it isn t.
- 2023-07-12 06:30:03下载
- 积分:1
-
浙大网络编程课全套资料,其中包括课件,相关软件,八个编程例子,课后作业,实验与应用等五个部分。希望对大家学习网络编程有所帮助。开发环境为VC 6++ MFC...
浙大网络编程课全套资料,其中包括课件,相关软件,八个编程例子,课后作业,实验与应用等五个部分。希望对大家学习网络编程有所帮助。开发环境为VC 6++ MFC-Zheda a full set of network programming classes, including courseware and related software, eight examples of programming, after-school work, experiments and applications of five parts. Everyone would like to learn network programming help. Development environment for VC 6++ MFC
- 2022-04-12 11:12:23下载
- 积分:1
-
一套简单的开发
开发一套易用的网络通信包,以C++形式对功能进行封装。
做的相当不错,包含开发文档及代码说明-The development of a set of easy-to-use network communication packet to C form of the functions of packaging. To do a reasonably good, including the development of documentation and code description
- 2022-02-26 00:38:11下载
- 积分:1
-
该程序获得UML的信息
该程序获得UML的信息-the procedure for obtaining information UML
- 2022-04-02 02:43:55下载
- 积分:1
-
a simple LAN chat program, delphi prepared, the client
一个简单的局域网聊天程序,delphi编写,客户端-服务器模式-a simple LAN chat program, delphi prepared, the client-server model
- 2022-05-21 16:48:27下载
- 积分:1