搜索资源列表
TCP客户服务器通讯测试软件
- TcpIP网络通讯,客户服务器通讯测试程序! 异步socket编程!-TcpIP network communications, client-server communications test procedure! Asynchronous socket programming!
利用Socket进行Java网络编程
- 利用socket进行网上对话聊天,包括服务器端和客户端程序源码及用户界面的建立.-You can chat with socket online,including server and client source code and the implementation of GUI
用CSharp实现基于TCP协议的网络通讯
- 本文介绍了C#中如何使用System.Net.Socket来进行基于TCP协议的通信编程,该文是以读取服务器系统时间这么一个简单例子来说明的。-This paper introduces the C# System.Net.Socket how to use TCP-based communications program, the text is based on the server time to read such a simple example to explain.
TcpFile
- 其实就是一个简单的socket管理,可以管理若干的套结字,通过统一的编程接口进行访问,当时主要是有两个完全不同的服务器,不想对每一个服务器都写一个客户端,就想出了这个办法,里面带着两个客户端代码,其实没什么用,感觉主要是socket管理那个文件可能有意义-is actually a simple socket management, management of a number of sets of guitar characters, through a unified programming
TCPClientedfdfdfdf
- Socket VC编程,自己写的,比较简单,适合学习使用,有客户端和服务器端-Socket Programming, wrote it myself, relatively simple, suitable for learning to use a client-side and server-side
mysocksvr
- linux下sokcet编程的服务器端入门程序。对服务器端socket使用描述得挺详细-sokcet under linux server programming entry procedures. The use of server-side socket quite detailed descr iption
Server_Ftp
- 利用进程通信套接字socket 的编程接口功能,设计和实现了一个简单的文件传输协议。此为FTP服务器端。-communications process using socket programming interface functions, Design and Implementation of a simple file transfer protocol. To this FTP server.
instance1
- 《Visual c++.net网络编程》随书源码 实例1流式套接字编程 先运行服务器端可执行文件server.exe,再运行客户端可执行文件client.exe。在客户端屏幕输入字符,按回车,字符被发送至服务器端,若按两下回车,则两程序均推出。-"Visual c. Net network programming "With the example of a source book flow socket programming services first run Al
Multi-thread_management_and_network_program
- 这是我本科毕业设计的作品。实现了Window下网络通讯编程,包含服务器端和客户端两方面程序。主要实现了以下几个功能:1.Socket API编程,而不是WinSock编程,代码可以很方便地移植到Unix系统下;2. 多线程的管理机制,整个系统由一个主线程、一个管理线程,一个监听线程,若干个工作子线程构成,很好地解决了多线程的管理,资源的释放。3. 程序可以在真实局域网络环境下运行(即在一个主机上运行服务器端程序,在另外多台机器上分别运行一个客户端,可以实现通信),也可以在一个虚拟的环境下运行、演
ssnpsend
- socket编程,主要是用于发送消息到服务器上面-socket programming is mainly used to send messages to the server above
SmallTrojy
- VC++6.0编写的小木马,可以控制服务器端如下动作: 1.光驱弹出关闭 2.鼠标移动 3.显示器抹黑 4.关闭显示器 5.编辑并让服务器端的机箱喇叭播放音乐 6.发送文本消息让服务器端显示在桌面. 等功能.对学习Socket编程有很大帮助 -small Trojan will be able to control the server following actions : 1. Close pop-up drive two. Mobile mou
Windows-socket-program--server-and-client
- 基于API的套接字编程,可以检测到服务器和当前客户机的IP地址和端口号,并接收客户端信息。
web
- 一个简单的windows下的web服务器,主要使用了socket的编程方法,可以设定主页目录,端口号。
Socket
- socket 通讯编程 很简单的客户端和服务器
socket
- 用VC++ Socket编程 简单的Tcpip服务器的源代码格式
00000
- 该程序演示了使用SOCKET select API模型,对用SOCKET进行网络服务器编程来说可以是一个很好指导-demonstration of the procedure used SOCKET select API model used for network server socket programming because it is a good guide
socket
- socket编程,包括服务器断,客户端,线程池,消息队列等
FTP 用C++编写的socket网络编程
- 用C++编写的socket网络编程,实现了FTP服务器端的功能,能同时支持链接过个客户端。
server.c Socket服务器编程
- Socket服务器编程
Linux下Socket编程通讯程序
- 使用Socket套接字编程,设计在Linux下的简单聊天程序。 程序分为客户端、服务器端程序,命令行方式使用,无界面。已经实现了如下功能: ■ 新用户注册,若预注册用户已经存在同名用户,则不能再注册 ■ 用户登录,可验证用户名、密码 ■ 用户登出或注销账户 ■ 在线用户查询,客户端可得到所有在线用户 ■ 聊天服务,与任一在线用户聊天 (在同一段时间内可接收多人的消息,但只能给一个人发送消息) ■ 传输文件,对好友名进行验证,对输入的文件名是否合法进行验证