搜索资源列表
-
0下载:
linux socket和winsock结合使用。linux作为服务器,windows来访问。简单测试小程序
-
-
0下载:
跨平台的最轻量级socket的c++库,支持windows,linux,solaris-cross-platform of the most lightweight c socket library, support for Windows, Linux, Solaris
-
-
0下载:
Windows & Linux Socket Examples
- www.freelec.co.kr by yoon,Windows & Linux Socket Examples
- www.freelec.co.kr by yoon
-
-
0下载:
socket 分别以tcp,udp两种方式通信的代码。
同一套代码,依靠不同的makefile文件,分别编译出在windows环境、linux环境、Android环境下的执行文件。,socket respectively tcp, udp communication code in two ways. The same set of code, relying on a different makefile files, respectively, lies in the windows en
-
-
1下载:
跨平台(Linux,Windows)的Socket C++类。方便移植代码。-Cross-platform (Linux, Windows) to Socket C++ classes. Easily portable.
-
-
0下载:
linux端获取系统CPU、硬盘。内存使用率,通过客户端socket传给windows服务端。-linux-side access to the system CPU, hard drive. Memory usage, the client socket to pass through the windows server.
-
-
0下载:
跨平台聊天工具 跨平台聊天工具 跨平台聊天工具 跨平台聊天工具 -Cross-platform cross-platform chat tool chat tools chat tool cross-platform cross-platform cross-platform chat tool chat tools chat tool cross-platform cross-platform cross-platform chat tool chat tools
-
-
0下载:
使用VC写的关于windows和linux之间利用套接字实现通讯的源代码-VC wrote on the use of windows and linux use socket to achieve communication between the source code
-
-
0下载:
windows 与linux下的socket编程,实现客户端与服务器端的通信-linux under windows with socket programming, to achieve client and server-side communications
-
-
0下载:
接收tcp消息的类。tcp是一个流的概念,你可能一次read调用读到两条半消息,再接着一次read调用读到半条消息。这个tcpbuf的类就是用来帮助处理这种情况。它会分3次返回3条消息。很实用的类。Windows/Linux都能用。-class tcpbuf is to help receiving tcp message from a socket. It will return exactly ONE message from the tcp buffer. Support windows/
-
-
0下载:
-
-
0下载:
This a example for socket in linux or windows-This is a example for socket in linux or windows
-
-
0下载:
两个完成linux到windows的socket通信程序,用的时候可以修改ip,通过验证,都可以运行-Linux to the windows of two to complete the socket communication program, when used to modify ip, validated, can run
-
-
0下载:
windows和linux下的 C++的Socket编程实例-C++, Socket Programming Example
-
-
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
-
-
0下载:
windows与linux使用socket通信,功能传送文件,-windows linux socket communication
-
-
1下载:
CrissCross是一种小型的跨平台C + +库,用于处理控制台和文件I / O , CPU的识别( CPUID ) ,散列( MD2 , MD4 , MD5编码,了SHA - 1 ,SHA- 256 ,SHA- 512 ,Tiger) ,Socket( TCP和目前唯一的UDP )和数据结构( LList , DArray , RedBlackTree , AVLTree , SplayTree等) 。其目的是运行在Windows , Linux , FreeBSD的, OpenBSD系统,
-
-
0下载:
Windows Linux socket 通讯,可用于嵌入式控制通讯,linux server 为C 有原码,Windows 为C++ MFC图行窗口输入.-Windows Linux socket communication, can be used in the embedded control communications, Linux server for C have the original code, Windows for C++ MFC diagram line window
-
-
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
-