搜索资源列表
socket_communication
- 多线程Socket阻塞模式下通信 BCB-Socket阻塞模式通讯测试(多线程) 如果有多个客户机连接服务器请用以下的IP地址。 Client1:服务器IP:127.0.0.1 Client2:服务器IP:127.0.0.2 Client3:服务器IP:127.0.0.3 Client4:服务器IP:127.0.0.4 . . . . . . 以此类推。 在多机上则只要输入服务器端的IP地址就可以了。可以相互传收字符串-multit
会话程序
- 线程的概念、属性;线性创建的2种方式及其联系、区别和使用场合;线程的生命周期和5种状态;线程状态控制的一般方法;线程同步的概念、原理;线程同步的场合、线程同步的条件、同步对象的选取;线程间通讯的概念,与线程同步的区别;notify和wait的使用方法。两类socket通信的概念、特点、应用场合;两类socket通信的客户和服务端的基本步骤;组播通信的概念、组播客户端服务端的基本结构。-threads concept attribute; The creation of two linear mo
sockettest
- 多线程socket通信服务端代码,每个线程接收一个客户端请求。-Multi-threaded the socket communication server code, each thread receives a client request.
JavaStudySource
- 这是学习Java的时候的积累,其中包括基础的java语法使用、Swing、Socket、Thread、Applet等基础java的使用!适用初学者-This is the time to study the accumulation of Java, including syntax to use java-based, Swing, Socket, Thread, Applet and other infrastructure the use of java! For beginners
Server
- 用socket加线程写的聊天系统,-use socket and thread pool
SocketAsync
- socket 的异步通讯类、客户端通过Timer线程模拟脉冲效果-asynchronous socket communications, the client thread through the analog pulse effects Timer
liaotian
- 基于Socket通信机制和多线程技术的聊天室程序设计 下面为聊天室服务器端程序和客户机端程序,调试该程序,验证程序所具有的“聊天”功能,然后结合这段程序,通过增加线程的方法,使程序具有服务器端程序可以同时接纳2个以上客户登陆,并实现各客户机间的“聊天”功能。 -Socket-based communication mechanisms and multi-threading programming chat rooms following procedures for the chat
Socket
- 关于Socket的一个简单实现,在C++中使用MFC的CSocket直接连接,在服务器端和客户端各添加了一个线程用于传输。实现比较简单,两个CSocket连接后就可以传文件,且传好的文件可以通过MD5的检查。-Socket A simple implementation in C++ using MFC CSocket direct connection, add a thread for the transmission of the server and client. Relatively
Chat4WSASocketVS2010
- 本工程为一个基于VS2010,基于对话框,利用最新Socket函数,采用异步自定义消息,多线程技术的用于学习的网络聊天程序,已通过调试可以运行。-This is a chat project based on VS2010, Dialog,With the newest Socket function using, user defined message, multi-thread technologies. Also, it s mainly aimed for learnig.
sockpool
- 采用封装IOCP的高端函数编写的SOCKET I/O模型,为了便于理解,所有功能封装在一个头文件中,入口函数只是简单调用而已,集成了一些关键功能,如SOCKET线程池,动态增删SOCK.快去编写你的高端高效服务器吧,WS2008编写,如果VC6要关联DDK winBase.H,否则一些函数不认识-Function using high-end package IOCP written SOCKET I/O model, in order to facilitate understanding,
tcp
- TCP socket for server, select process mutil thread process and synchronization
socket-MUtlThread
- socket sever 不断监听listen 客户端client 请求。链接后开辟新的线程通信-socket sever listen client .multiple thread
Window(VC6-doc)ChatServer_chatClient
- Windows(VC6 doc)下C语言线程池类型并发服务器聊天室,是socket套接字编程,支持私聊和*,支持断开连接,适合新手学习socket学习-ON划词翻译ON实时翻译 Windows (VC6 DOC) language under the C thread pool types of concurrent server chat rooms, socket socket programming, support private chat and group, suppor
Socket-network-programing
- 工程演示了socket的基本函数使用,其实不管有多复杂的网络程序,都使用的这些基本函数。功能是只有处理完一个客户端请求才会去处理下一个客户端的请求,这样的服务器处理能力是很弱的,现实中的服务器都需要有并发处理能力!为了需要并发处理,服务器需要fork()一个新的进程或者线程去处理请求等-Engineering demonstrates the basic functions of the socket, in fact, no matter how complex the network pro