搜索资源列表
Simulation-of-ATM-ATM-system
- 模拟银行ATM提款机系统(单线程),程序是C/S结构,由服务端和客户端程序构成,还有一个配置程序来定义文件和IP,程序还实现了冲帐功能。-Bank ATM system simulation (single thread ), procedure is C/S structure, consisting of a server and client program, a procedure to define the configuration files and IP, program als
connect
- 在一台电脑上启动服务器目录下的server,在另一台电脑上启动客户端目录下的client。在客户端程序“连接”按钮上方的编辑框中输入服务器端的ip地址, 单击连接,如果硬件连接正常,IP地址正确,便可建立网络连接,实现互相通讯。 2、服务器端使用了两个线程,一个线程用于与所有客户端通讯(嵌套调用),另一个用于监视数据库db1.mdb。服务器运行的过程中,监视数据库线程会自动检测 数据库“示例表”中第一条记录“age”字段的变化情况,动态的反映到服务器上。若要测试,在服务器运行时
testing
- A simulation of the kernel of an OS. It can run other programs and prioritize them and allow the scheduler to give them processor time according to their priority. It also has a thread running witch acts as a server and listens to localhost:5004 for