当前位置:
首页
资源下载

搜索资源 - bank server client
搜索资源列表
-
1下载:
本系统分为服务器端和客户机端两个部分,银行支行服务系统为客户机端,银行总行为服务器端。客户机和服务器通过网络进行通信。支行机端通过网络把申请贷款的用户信息(姓名,性别,身份证号码,贷款种类,申请贷款时间,贷款金额等)传输到服务器,服务器程序通过对数据库的查询来为用户处理贷款申请,确定申请方法,贷款的额度和期限,贷款发放和贷款偿还等问题,并把处理结果传输到支行客户机端。-the system is divided into server and client side in two parts,
-
-
1下载:
模拟银行的排队叫号系统,分成一个服务器和n个客户端,客户端即每个窗口拥有,有对公业务、对私业务、结算业务等分类-Simulated bank call queuing system, divided into a server and n clients, the client that each window has, there is on the public business, on private business, settlement, etc. and
-
-
0下载:
电子银行系统源码
本安装说明是以Microsoft SQL Server 2000中文开发版为例来阐述的,对于Microsoft SQL Server其它版本,应用程序数据库的安装方法是类似的。
运行Microsoft SQL Server 2000的SQL 查询分析器,打开bank.sql文件,然后选择菜单“查询”|“执行”命令即可生成所需的数据库和数据库表。
2、把源程序目录从光盘上拷贝到硬盘上,取消文件夹及其子目录和文件的只读属性。如果您安装的是Microsof
-
-
0下载:
网络数据通信案例——MyMessenger
代码使用说明
==============================================================
ATM文件夹为DCOM客户端代码。
Bank文件夹为DCOM服务器端代码。
BankAccount.mdb为DCOM服务器端数据库。
1. 服务器端运行准备
将Bank.EXE、Bankps.dll及BankAccount.mdb数据库文件复制到服务器端。
在DO
-
-
0下载:
This code contains server and client for bank
-
-
0下载:
银行的客户端模块,主要关于sql server数据库的操作-Bank client module, the main sql server database on the operation of
-
-
0下载:
系统要求实现的功能:
(1) 缴费系统
“移动银行”也称“手机银行”,是利用移动终端办理银行有关业务的简称。
(2) 网络模块和客户端屏幕、服务器端设计
缴费系统包括实时帐户、各类转帐、汇款、缴费、在线和离线支付、外汇买卖、银证转帐等全面服务。 实现系统网络模块设计和客户端屏幕设计(包括登录屏幕、查询屏幕、设置帐户屏幕、主屏幕等) ,数据库设计。
-System requirements to achieve the functions of: (1) payment s
-
-
0下载:
服务器端运行准备
将Bank.EXE、Bankps.dll及BankAccount.mdb数据库文件复制到服务器端。
在DOS环境下进入Bankps.dll所在目录,运行regsvr32 bankps.dll进行注册。
设置数据库:打开操作系统控制面板,打开管理工具-数据源 (ODBC),添加
系统DSN,命名为BankAccount,选择BankAccount.mdb文件作为数据源。
运行前先用Access打开BankAccount.mdb文件添加若干账户及密码、存
-
-
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下载:
ATM文件夹为DCOM客户端代码。
Bank文件夹为DCOM服务器端代码。
BankAccount.mdb为DCOM服务器端数据库。
-ATM folder for the DCOM client code. Bank folder for the DCOM server-side code. BankAccount.mdb for the DCOM server-side database.
-
-
0下载:
简易银行系统。能添加账户
能够模拟添加一笔存款,需要指定存款金额、存款日期和利率rate类型
能查询指定账户在指定日期能提取的总金额(定期未到期的直接按活期利率计算)
能够模拟取钱. 输入: 取钱日期, 取钱数额amount, 从哪一存款类型中去. 当取钱数额大于帐户的余额, 要提醒用户,并告知可以取的钱总额. 如果定期存额时间未到, 要取款,按活期计算. 如果某笔定期存款, 在取钱时, 时间已经超过定期时间, 多余的时间按活期计算利率.-Simple banking syst
-
-
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下载:
个人编写,访真银行活期储蓄系统,拥有开户、销户、存款、取款、转帐、查询等功能。VC++6.0开发,是基于客户端与服务器程序开发。运用TCP/IP协议socket通信技术。压缩文件中包含:源代码、可执行文件、使用文档、系统和功能架构文档、另有PPT演试文稿。内容规范,是学习C++软件开发的好材料-Personal writing, current savings visit real banking system, with accounts, closing accounts, deposits
-
-
0下载:
模拟银行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
-
-
0下载:
银行存储系统,自定义发送协议,加密等,利用socket编程来实现,附带服务器和客户端-Bank storage system, sent a custom protocol, encryption, socket programming, with the server and client
-
-
0下载:
这是银行排队系统的项目,是基于socket编程的,有客户端和服务端-This is a bank queuing system project, is based on the socket programming, the client and the server
-
-
0下载:
小型ATM模拟,通过消息队列实现客户端与服务器之间的通信,通过文件读写操作存储数据-Small ATM simulation, through the message queue communication between client and server, the data is stored via file read and write operations
-
-
0下载:
网络银行的简化设计,包括客户端和服务器,具有简单功能-Simplify the design of the network banks, including client and server, with a simple function
-
-
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
-
-
1下载:
windows下实现银行client server功能,包括开户转账汇款等,通信加密等
-