-
pikaqiu
使用turtle绘图,绘制一只可爱的皮卡丘。快来试试吧!(Draw a cute Pikachu using turtle drawing. Come and have a try!)
- 2019-07-10 15:23:10下载
- 积分:1
-
对话音的全双工传输
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
-
一个基于windows api 的源程序...有很强的参考价值
一个基于windows api 的源程序...有很强的参考价值-a windows-based api of the source ... a strong reference value
- 2022-01-26 07:03:01下载
- 积分:1
-
在客户端进行数据检查并设置光标位置
在客户端进行数据检查并设置光标位置-the client data to examine and set the cursor position
- 2022-07-18 06:22:28下载
- 积分:1
-
lanspy
能够检测局域网范围内的其他工作站,并且可以进行嗅探服务(Able to detect other stations within the LAN, and can sniff services)
- 2010-08-06 10:42:15下载
- 积分:1
-
src
实现内容过滤,也是用socket发送http的绝好例子。数据通过AES和RC4加密,所以也是加密算法的很好例子。(The realization of content filtering, is also a socket used to send an excellent example of http. Data through AES and RC4 encryption, there is also a good example of encryption algorithm.)
- 2007-12-26 21:21:50下载
- 积分:1
-
基于winpcap的抓包程序,用MFC实现
说明: 一个基于winpcap的抓包程序,用MFC实现的课程设计,里面有具体的WORD介绍。(A package grabbing program based on WinPcap, the course design realized by MFC, which contains the specific word introduction.)
- 2020-11-27 10:29:30下载
- 积分:1
-
一个支持http,ftp,https代理的代理服务器例程
一个支持http,ftp,https代理的代理服务器例程-a support http, ftp, https proxy agent routines
- 2023-03-19 18:20:03下载
- 积分:1
-
用java写的一个socket服务器程序,注悉非常详细、规范。
用java写的一个socket服务器程序,注悉非常详细、规范。-written with a socket server, have noted very detailed, standardized.
- 2022-03-10 15:40:19下载
- 积分:1
-
一个网站的博客系统 myblog
是一个网站的博客系统,实现了博客用户注册登录,日志发布/日志管理以及留言板功能。使用了struts、hibernate、spring、freemarker、css。(The blog is a web site system, the realization of a registered blog users log in, log Publish/log management, and message board features. Using struts, hibernate, spring, freemarker, css.)
- 2020-06-28 14:00:02下载
- 积分:1