搜索资源列表
-
1下载:
是一个客户/服务器程序,运行较复杂
此运用了Java语言的多线程、异常处理、画图、Socket技术、网络传输中的组播等-is a client / server program, the more complicated this operation using the Java language, multithread Exception handling, drawing, Socket technology, network transmission of Multicasting
-
-
0下载:
一个经典的客户端-服务器模型,使用了多线程!符合socket标准
-
-
0下载:
Iocp Multithread socket
-
-
0下载:
很早年前收集的一个Unix下的SocketChat服务器端,采用c开发,多线程处理,mysql数据库,适合Socket初学者研究使用-socket chat server tcp ip mysql multithread
-
-
1下载:
C++下多线程TCPsocket通信程序-Multithread TCP Socket communication in C++
-
-
0下载:
这是一个用阻塞方式的socket 做的聊天程序,使用了多线程和信号灯技术-This is a chat program to do with the the blocking way the socket, the use of multi-threading and semaphores
-
-
0下载:
Arhiva contine un exemplu de socket server multithread TCP si doi clienti ai acestuia. Este un exemplu relevant pentru modul in care se realizeaza comunicarea prin intermediul TCP.
-
-
0下载:
Linux下server与client的通信实现。Server支持多线程。附有makefile可供编译。Linux下调试通过。-Under Linux the server and client communication. Server support for multi-threaded. A makefile for compiling. The adoption of Linux under the debugger.
-
-
0下载:
多线程实现socket通信实例,简单易学,适合初学者,代码中有详细的助手,希望对初学者有所帮助。-Multithread socket communication examples, easy to learn for beginners, the code in detail assistant, want to help beginners.
-
-
0下载:
多线程客户端和服务端的实现。简单的控制台程序,客户端可以与服务端互相发送消息。-multithread socket client and server
-
-
0下载:
基于Windows网络通信编程服务器端C语言实现,多线程,SOCKET
-based on windows multithread SOCKET server--C implements
-
-
0下载:
用socket实现的多线程FTP下载,线程数可以设置;工程中既有可执行程序的生成,也包含DLL的生成用于其它程序调用-ftp download with multithread
-
-
0下载:
Socket实现进程间通信,系统控制节点监听连接,与通信节点实现Socket通信,采用TCP通信协议。-IPC through winsocket
-
-
0下载:
这是一个关于socket简单的通信源码,采用了多线程!实现了异步通信。IP地址自动获取主机的,端口为:14220,需要修改的
SocketServer、SocketClient都需要修改
TcpListener tcplistener = new TcpListener(ipa, 14220),修改为需要端口或IP即可,源码功能比较简单适合初学者学习。
注意:
开发环境为Visual Studio 2010-This is a simple socket communi
-
-
1下载:
Qt下实现了TCP聊天室功能,分为用户端和服务器,用到了QT的多线程和Socket编程技术。-this code implements a chatroom using Qt,in this code,i use TCP socket programming and Multithread programming technologies.
-
-
0下载:
程序利用多线程技术和socket技术实现网上聊天程序。服务器程序和客户端程序在同一程序里。-This program realizes the chatting fuction using the multithread technique and socket programming.
-