搜索资源列表
09Socket
- 基于TCP and UDP的socket编程 简单的Client/Server网络应用程序。要求实现客户向服务器传输任意一个字符串,服务器将收到的字符串变换成大写后传回客户。 2.修改上述程序,实现服务器根据客户请求,将服务器端指定的文件可靠地传输给客户。如果服务器没有指定的文件,服务器将给客户返回一个信息,通知客户其请求文件不存在。 -TCP and UDP socket programming Simple Client/Server network application
TCP-UDP
- 一个TCP/UDP发送接收文件的例子程序-tcp、udp transform file
cPPFourier-transform
- c++傅立叶变换的代码实现,对图片进行傅立叶转换-Code c++ implementation of the Fourier transform of the Fourier transform image
tcp
- 服务器可以将客户端输入的内容转换成大写字母输出。(The server can transform the contents of the client input to the uppercase output.)