搜索资源列表
客户端与服务器端使用串口通信的程序源码
- 客户端与服务器端使用串口通信的程序源码,好东西!-client and server use serial communication procedures source, the good stuff!
服务器客户端
- 这是我编写的一个处理多连接的客户端,服务器软件。里面有代码和程序-This is the one I prepared to handle connecting client and server software. There are codes and procedures
C#异步通讯服务器端和客户端
- 关于C#异步通讯服务器端和客户端源码,开发环境是winxp,工具net2005
网络客户端服务器实现
- 编写WEB客户端原型myWebBrowser和WEB服务器原型myWebServer及管理工具myManager,要求满足以下条件: 功能需求 1. myWebBrowser a) 利用HTTP的GET消息,能从任何WEB服务器中获取指定WEB页面; b) 获取WEB页面后,能将页面保存为本地文件index.html; c) 能显示index.html文件源码; d) 能调用Linux系统中的Web浏览器(如mozilla)正确显示index.html页面。 2. myWebSer
局域网聊天软件客户端和服务器
- 这是一个局域网聊天软件,包括服务器和客户端,类似QQ程序,可以申请号码,昵称和密码,然后登录,里面还涉及到简单的ADO数据库接口,以在服务器用来保存用户的相关信息
FTP客户端源代码
- FTP客户端,用VC++语言开发,结合MFC,实现连接并访问服务器,本地文件可以上传到服务器,可以从服务器下载文件,可以删除文件,有操作界面
UDP传输,包含客户端和服务器端两个CPP
- UDP传输,包含客户端和服务器端两个CPP。实现客服端与服务器的双向通信。,UDP server
qt_SimpleChatRoom.跨平台多线程聊天室程序客户端及服务器端
- 跨平台多线程聊天室程序客户端及服务器端。 服务端分三个功能模块。 1.端口监听,单独一个线程。 2.聊天室消息分发,单独一个线程。 3.收发客户端消息,每连接一个线程。 客户端分有两个功能模块。 1.UI,单独一个线程。 2.收发消息,单独一个线程。 ,A simple chatroom Server & Client. Design with Qt 4.5. Multithread & Platform-independent.
远程桌面监控的客户端和服务器端
- 远程桌面监控的客户端和服务器端,供老师检查学生是否在玩游戏,Remote Desktop control client and server.
vcsocket
- 这是一个利用vc socket类写的简单的聊天程序。很简单,分客户端和服务器端,便于上手。-This is a category of use vc socket write a simple chat program. Very simple, sub-client and server-side, easy to use.
Transport
- 多客户端与服务器(多线程)通信,可向服务器搜索文件,服务器将(指定搜索目录)搜索结果向客服端回传,客服端可以选择是否接收以及存储目录。双方均有通信记录-client and Server socket communication File Transport
VCRemoteDesktop
- 基于VC++的远程桌面监控系统,主程序分服务器端和客户端,服务器端启动后自动获取本机IP,然后可以修改默认等待端口,客户端则需要指定服务端IP和对应端口,点击后程序开始连接,如果选择成功可以显示服务端桌面。-Based on VC++ Remote Desktop Monitoring System, the main program sub-server-side and client-side, server-side access to the machine to start autom
Socket_test
- 简单的聊天程序,有客户端和服务器端,能够实现通信和聊天,供学习socket之用。-A simple chat program, with the client and server side, to achieve communication and chat for learning socket use.
talk
- 多客户端,服务器,服务器,客户端可分别相互发送数据而互不干涉。-Multi-client, server, server, the client may send the data were non-interference in each other.
yczm
- VC写的连接远程电脑,截取桌面,分为客户端,服务器端-VC connection to write the remote computer, interception of the desktop, is divided into client, server-side
remotecontrol
- 实现远程截图,重启,鼠标事件,键盘响应,日志文件,ftp,客户端,服务器端,系统信息采集等功能模块 可与电子书配套看-Remote screenshot, restart, mouse events, keyboard response, log file, ftp, client, server, system functions such as information collection module can be read with the e-book package
CSharp.NetSocket
- 本程序分服务器端和客户端,服务器端对客户端的监听,实现了客户端与客户端的私聊,以及群消息,和窗体的抖动功能!-This procedure sub-server and client, server-side listening to the client to achieve the client and the client' s private chat, and group messages, and the form of jitter features!
Server&Client.rar
- QT下的客户端与服务器,传图片的,从网上别人那下载的,不知道好不好用。
FTP客户端之一
- 该程序运用了当文档对话框,实现了客户端与服务器的链接,但是在运用时还需要能够成功连接服务器,因此要先架好FTP服务器。(The program used the document dialog box to achieve the link between the client and the server, but when it was applied, it also needed to successfully connect to the server, so we had to fi
Linux通讯服务器与客户端
- Linux系统下多客户端链接服务器和客户端源码