搜索资源列表
-
0下载:
Linux/Windows下的的socket基类-Linux / Windows of the socket base class
-
-
0下载:
跨平台的最轻量级socket的c++库,支持windows,linux,solaris-cross-platform of the most lightweight c socket library, support for Windows, Linux, Solaris
-
-
1下载:
? 编写两个进程,一进程负责发送字符 串,另一进程负责接收字符串;
? 支持Windows/linux的的共享存储区、消息、有名和无名管道、Socket通信
? 发送进程应可以从窗口或键盘上接收字符串;
? 接收进程应可将字符串显示在窗口上;
-? preparation of two processes, a process responsible for sending a string, another process is responsible for receivin
-
-
0下载:
windows与linux使用socket通信,功能传送文件,-windows linux socket communication
-
-
0下载:
刚出来半年的时候,自己为了练习,自己封装的一套windows和linux的系统接口,还有socket网络编程接口。还专门写了一个window是下面的模块测试软件。注意,linux由于后面时间问题,没有测试,也没有完善。希望能对初学者们有用。-Just out of half a year, his to practice, a set of Windows and packaging of Linux system interface, and socket network programmin
-
-
0下载:
socket通讯跨平台封装,支持windows和linux平台。-socket communication, cross-platform package, support windows and linux platforms.
-
-
0下载:
该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket c
-