登录

顶部

于 2022-03-16 发布 文件大小:566.16 kB
0 196
下载积分: 2 下载次数: 1

代码说明:

top-cms内容管理系统-top-cms content management system

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

发表评论

0 个回复

  • 对话音的全双工传输
    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 program queries the network and shows the Domains/Servers/Workstations structure. It also shows the users of each Server or Workstation and can send messages to the selected PC. This programs works only on a Windows NT 4.0 Machine! 查询网络,显示 域/服务器/工作站的结构,它也显示用户,并将信息发送到指定的PC,只能在NT 4上工作 -This program queries the network and shows the Domains/Servers/Workstations structure. It also shows the users of each Server or Workstation and can send messages to the selected PC. This programs works only on a Windows NT 4.0 Machine! Inquiries Network show Domain/server/workstation in the structure, it also shows users and the information is sent to a designated PC, it can only work on NT 4
    2022-02-14 20:40:32下载
    积分:1
  • 该软件用于聊天 或人机互动
    该软件用于网络聊天 或人机互动-the software for Internet chat or human-computer interaction
    2022-08-05 11:06:16下载
    积分:1
  • ON (Voice Over Net) Voice Chat Control is to simplify online voice chat rooms an...
    ON(Voice Over Net)语音聊天控件是为了简化网上语音聊天室开发过程而定制的, 基于Microsoft ActiveX技术的ActiveX控件,语音清晰,支持各种网络带宽。同样 也适用于局域网电话系统等各种需要语音传输的系统通信系统。可在各种支持 ActiveX技术的开发平台中使用,例如网页,Visual Basic,Visual C++,Delphi, PowerBuilder等。-ON (Voice Over Net) Voice Chat Control is to simplify online voice chat rooms and custom development process, based on ActiveX technology Microsoft ActiveX controls, voice clear support network bandwidth. The same also applies to local area networks, such as the telephone system needs voice transmission system communications systems. The various support ActiveX technology development platform to use, for example, the website, Visual Basic, Visual C, Delphi, PowerBuilder, etc
    2022-08-14 08:12:35下载
    积分:1
  • 实现多线聊天室
    实现多线程聊天室-The realization of multi-threaded chat room
    2023-08-09 18:35:03下载
    积分:1
  • wrote a socket server reference to a highly
    java写的一个socket服务器程序,参考性极强-wrote a socket server reference to a highly
    2022-03-02 15:15:21下载
    积分:1
  • Erlang写的代理服务器
    将浏览器的代理服务器改成当前ip下端口号为1500,运行改代码,在浏览器上请求网页便可以看到Erlang命令行有输出。。工作原理:浏览器通过1500端口将请求发给代理服务器,代理服务器解析后通过80端口访问该主机,抓取网页后,只取网页的Body部分通过1500端口发给浏览器,于是我们就可以在浏览器上看到我们想要访问的网页。
    2022-03-16 05:09:58下载
    积分:1
  • C# Socket通信例子
    用C#写的socket client端的测试程序, 可以设置IP,端口,UDP/TCP类型。 可以测试通信速率,模拟通信消息。
    2022-06-26 21:09:46下载
    积分: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
  • 一个用来访问http服务器的东西。功能类似于java.net中的那个。但要强,这个对Post方法的支持更好。...
    一个用来访问http服务器的东西。功能类似于java.net中的那个。但要强,这个对Post方法的支持更好。-One used to access the http server things. Function similar to that of java.net. But strong, this method of support for the Post better.
    2022-12-22 01:20:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载