搜索资源列表
-
0下载:
运用套接字编程实现tcp协议的服务器功能,具体采用c语言来实现-The use of socket programming tcp protocol server function, specific language used to achieve c
-
-
0下载:
用socket 编程接口编写两个程序,分别为客户程序(client.c)和服务器程序(server.c),该程序应能实现下述命令功能:
get:取远方的一个文件
put:传给远方一个文件
pwd:显示远主当前目录
dir:列出远方当前目录
cd :改变远方当前目录
? :显示你提供的命令
quit :退出返回
-Use socket programming interface to write two program, respectively for the c
-
-
0下载:
关于socket网络编程的函数介绍。可方便查阅。-About socket network programming function. Easy access.
-
-
0下载:
此python脚本的主要作用是通过网络发送命令,抓拍网络摄像机当前的帧图片,适合学习python网络编程。-The main function of this Python scr ipt command is sent through the network, the current frame image capture network camera, for learning Python Network programming.
-
-
0下载:
编程实现简单的协议分析器,实现捕获、分析数据包功能
它从局域网中抓取数据包,支持以太网MAC协议、IP 、ARP和TCP/UDP协议,并对它进行分析得到相应的头部信息,得到数据包的相应的首部信息。-Programming simple protocol analyzer to achieve capture, analyze packets function
It grab packets from the LAN to support Ethernet MAC protocol, I
-
-
0下载:
使用python实现socket编程实现一个简单的服务器功能,使用到了多线程和线程池的功能,线程池维护了线程的产生和取消,减少开销,是一个相关简单的python server的开发代码,可以实现后续扩展-Use python achieve socket programming to implement a simple server function, use the function multithreading and thread pool thread pool maintenance
-
-
0下载:
linux下的网络编程,可实现传输文件和qq聊天的功能(Network programming under Linux, can transfer files and QQ chat function)
-