搜索资源列表
-
0下载:
linux下基于ssl安全套接字设计的一个聊天程序,包含客户端和服务器的源码。-linux based ssl secure socket design a chat program, including client and server source code.
-
-
0下载:
Deadlock and how to solve it with mutex
a client request bank command like DEPOSIT CREATE TRANSFER WITHDRAW
and 4 server
server 1 simple server.
server 2 shows wrong answer an withdraw(2 terminal - 2 threads)
server 3 solve 2
server 4 sol
-
-
0下载:
在Linux下用C语言编写的UDP套接口程序,在Linux下打开两个终端,一个终端运行服务器端程序,一个终端运行客户端程序,在执行客户端后面加上 localhost 8888就可用进行网络通信了。-Under Linux using C language UDP socket program in Linux, open two terminals, a terminal server to run the program, run a terminal client program, foll
-
-
0下载:
这是一个网络通信程序的源代码,经过扩充后可用于多客户端的网络通信
首先在终端启动服务端:
./server 8888
然后新开一个终端,运行客户端
./client localhost 8888
此时客户端会连接到服务端并且接受信息, 输出显示
-This is a network communication program' s source code, through expanded for multi-client netw
-