搜索资源列表
-
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下载:
本压缩文件是有关银行排队机的代码,有客户端、服务器。使用socket()进行编程。-This compressed file is about the bank Queue code, a client, server. Using the socket () for programming.
-
-
1下载:
银行排队机的实现代码 其中,服务器端在windows平台实现 而取号机则在linux平台实现,需要下载到开发板上。已在mini2440上通过测试,界面漂亮。两者可以连通,实现银行里面的取号叫号系统功能。
code for Bank queuing system,the server runs on windows platform,the client runs on linux platform,you need to download it to board.It has been te
-
-
0下载:
简单的字符界面银行ATM系统,通过消息队列实现客户端和服务器通信,服务器运用多进程,客户端运用函数指针调用,有利于初学者学习-Simple character interface bank ATM system, the client and server communicate via message queues, using multi-process server, the client calls using function pointers, help beginners lear
-