搜索资源列表
telnetserver_demo.zip
- 一个telnet服务器源代码,功能如下: 对文件、目录的操作,注销、重启、关闭计算机。允许/禁止屏保,反转鼠标左右键,发送信息等
telent
- C编写的简单TELENT传输服务端和客户端,客户端可以发送信息到服务端,并支持多个客户端同时登录
TelnetServer
- 一个telnet服务器源代码,功能如下: 对文件、目录的操作,注销、重启、关闭计算机。允许/禁止屏保,反转鼠标左右键,发送信息等 -a telnet server source code, the following functions : file, directory operations, write-off, restart, shut down the computer. To allow / disallow screensavers, mouse around key revers
Java-TCP服务器】
- 这是一个TCP服务器端的实现代码,监听客户端的请求,在子线程中处理各个客户端发来的数据包,再将处理后的结果送回客户端。这里提供的代码很完整,包括一个mainclass,一个监听class和它的interface,一个包处理class,一个发送class,基本上可以直接使用。-This is a TCP server-side implementation code, bugging the client's request, the child acquires handle all t
telnet
- 一个telnet服务器源代码,功能如下: 对文件、目录的操作,注销、重启、关闭计算机。允许/禁止屏保,反转鼠标左右键,发送信息等-A telnet server source code, the following functions: to document, catalog operations, write-off, restart, shut down your computer. Allowed/prohibited screensavers, inversion around t
0704
- 这是用ARP发送文件的程序,希望能对大家有一定的帮组 -This is to send the file with ARP procedures, the hope that it can help you have a certain group
20070328_TelnetServer
- 一个telnet服务器源代码,功能如下: 对文件、目录的操作,注销、重启、关闭计算机。允许/禁止屏保,反转鼠标左右键,发送信息等。 -A telnet server source code, the following functions: to document, catalog operations, write-off, restart, turn off the computer. Permit/prohibition of screensavers, inversion aro
TelnetMain
- TELNET 对远程主机进行TELNET.- CurrResult: String CmdInfos: TStringList CreateTime: TDateTime //登陆 function LoginHost(AsHostIp:string AsHostPort:integer AsUserId: string AsPassWord: string): string //发送命令
网络编程服务器和客户端
- 文件分别有客户端和服务器代码,利用visual studio打开任一代码文件即可打开整个项目(即客户端或服务器),点击调试即可出现MFC界面,服务器设定某一IP和端口号,客户端登录这个IP和端口号可以登录服务器,客户端登录服务器后可以发送信息给服务器,本程序涉及MFC界面以及WINSOCk知识。
网络编程聊天室的开发源代码
- 服务器开启,客户端向服务器请求连接,服务器接受客户端请求通信连接成功,客户端可以向服务器发送一些信息,服务器负责转发这些信息给客户端需要发送的其他客户
