Welcome![Sign In][Sign Up]
Location:
Search - bank server client

Search list

[Otherbankload

Description: 本系统分为服务器端和客户机端两个部分,银行支行服务系统为客户机端,银行总行为服务器端。客户机和服务器通过网络进行通信。支行机端通过网络把申请贷款的用户信息(姓名,性别,身份证号码,贷款种类,申请贷款时间,贷款金额等)传输到服务器,服务器程序通过对数据库的查询来为用户处理贷款申请,确定申请方法,贷款的额度和期限,贷款发放和贷款偿还等问题,并把处理结果传输到支行客户机端。-the system is divided into server and client side in two parts, and bank branches to service system Client, Bank acts server. Client and server communication via the Internet. Machine-branch network through the loan application user information (name, gender, identity card numbers, types of loans, time to apply for a loan, the loan amount) transfer to the server, server through queries in the database for users to handle loan applications, determine that the application, the loan amount and duration, loans and loan repayment problems, and the results transmitted to the Client's branches.
Platform: | Size: 1094288 | Author: kevinstar | Hits:

[Education soft systemzhongxuechengji(firebird)

Description: 初中成绩录入系统网络版(firebird) firebird下的网络编程,客户/服务器模式的delphi源程序-junior Input System Network Edition (firebird) firebird of network programming, Client/server model of delphi source
Platform: | Size: 3379200 | Author: Cyber | Hits:

[Linux-Unixatm

Description: 这个是在linux环境下编写的一个客户/服务器程序,实现的是银行atm机功能-This is a linux environment in the preparation of a client/server program, realize that the bank atm machine function
Platform: | Size: 4096 | Author: 李梦 | Hits:

[OS programbank

Description: 电子银行系统源码 本安装说明是以Microsoft SQL Server 2000中文开发版为例来阐述的,对于Microsoft SQL Server其它版本,应用程序数据库的安装方法是类似的。 运行Microsoft SQL Server 2000的SQL 查询分析器,打开bank.sql文件,然后选择菜单“查询”|“执行”命令即可生成所需的数据库和数据库表。 2、把源程序目录从光盘上拷贝到硬盘上,取消文件夹及其子目录和文件的只读属性。如果您安装的是Microsoft Visual Studio .Net 2003,那么可以直接打开ATM文件夹、Bank文件夹和Client文件夹下的工程,查看代码并进行调试。-E-banking system is based on source of the installation instructions Microsoft SQL Server 2000 Developer Edition Chinese set out as an example for other versions of Microsoft SQL Server, applications, database installation methods are similar. Running Microsoft SQL Server 2000
Platform: | Size: 46080 | Author: 咹靜ゞ`兲倥 | Hits:

[Windows DevelopMessenger

Description: 网络数据通信案例——MyMessenger 代码使用说明 ============================================================== ATM文件夹为DCOM客户端代码。 Bank文件夹为DCOM服务器端代码。 BankAccount.mdb为DCOM服务器端数据库。 1. 服务器端运行准备 将Bank.EXE、Bankps.dll及BankAccount.mdb数据库文件复制到服务器端。 在DOS环境下进入Bankps.dll所在目录,运行regsvr32 bankps.dll进行注册。 设置数据库:打开操作系统控制面板,打开管理工具-数据源 [ODBC],添加 系统DSN,命名为BankAccount,选择BankAccount.mdb文件作为数据源。 运行前先用Access打开BankAccount.mdb文件添加若干账户及密码、存款余额。 2. 客户端运行准备 将组件服务器端生成的Bankps.dll复制到客户端可执行程序ATM.EXE文件夹下, 在DOS环境下进入该目录,执行命令regsvr32 bankps.dll进行注册。 运行ATM.EXE出现登录界面,登录成功后可看到存款余额,然后进行存/取款。 -Network Data Communications Case- MyMessenger Code for use ================================================== ============ ATM folder for the DCOM client-side code. Bank folder for the DCOM server-side code. BankAccount.mdb for the DCOM server-side database. 1. Server-side ready to run Will Bank.EXE, Bankps.dll and BankAccount.mdb database files copied to the server-side. In the DOS environment to enter the directory where Bankps.dll, run regsvr32 bankps.dll to register. Set database: Open Operating System Control Panel, open Administrative Tools- Data Sources [ODBC], add System DSN, named BankAccount, select BankAccount.mdb documents as data sources. Running before the first Open Access document BankAccount.mdb add a number of accounts and passwords, and deposits. 2. Ready to run the client Will be generated server-side components Bankps.dll copy to the client ATM.EXE executable program folder, I
Platform: | Size: 3164160 | Author: 高强 | Hits:

[Windows DevelopBank_Code_C

Description: This code contains server and client for bank
Platform: | Size: 41984 | Author: wayil | Hits:

[SQL ServerC_S

Description: 银行的客户端模块,主要关于sql server数据库的操作-Bank client module, the main sql server database on the operation of
Platform: | Size: 35840 | Author: | Hits:

[Internet-NetworkMoveBankService

Description: 系统要求实现的功能: (1) 缴费系统 “移动银行”也称“手机银行”,是利用移动终端办理银行有关业务的简称。 (2) 网络模块和客户端屏幕、服务器端设计 缴费系统包括实时帐户、各类转帐、汇款、缴费、在线和离线支付、外汇买卖、银证转帐等全面服务。 实现系统网络模块设计和客户端屏幕设计(包括登录屏幕、查询屏幕、设置帐户屏幕、主屏幕等) ,数据库设计。 -System requirements to achieve the functions of: (1) payment system, " mobile banking" also called " mobile banking" , is the use of mobile terminal for the short title of the business bank. (2) network module and the client screen, server-side design of payment systems include real-time accounts, various types of transfers, remittances, payment, online and offline payments, foreign exchange trading, and other full-service银证转帐. Network modules to achieve system design and screen design of the client (including the login screen, screen inquiries, to set up an account screen, the main screen, etc.), database design.
Platform: | Size: 11264 | Author: 张晓军 | Hits:

[Windows DevelopMyMessenger

Description: 服务器端运行准备 将Bank.EXE、Bankps.dll及BankAccount.mdb数据库文件复制到服务器端。 在DOS环境下进入Bankps.dll所在目录,运行regsvr32 bankps.dll进行注册。 设置数据库:打开操作系统控制面板,打开管理工具-数据源 (ODBC),添加 系统DSN,命名为BankAccount,选择BankAccount.mdb文件作为数据源。 运行前先用Access打开BankAccount.mdb文件添加若干账户及密码、存款余额。 2. 客户端运行准备 将组件服务器端生成的Bankps.dll复制到客户端可执行程序ATM.EXE文件夹下, 在DOS环境下进入该目录,执行命令regsvr32 bankps.dll进行注册。 运行ATM.EXE出现登录界面,登录成功后可看到存款余额,然后进行存/取款。-realize network communication by server and client
Platform: | Size: 3164160 | Author: zhuq | Hits:

[Linux-UnixOSdeadlock

Description: 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 solve deadlock on transfer-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 solve deadlock on transfer
Platform: | Size: 58368 | Author: asd | Hits:

[OS programcode

Description: 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.
Platform: | Size: 3164160 | Author: mcfly | Hits:

[JSP/JavaBank

Description: 简易银行系统。能添加账户 能够模拟添加一笔存款,需要指定存款金额、存款日期和利率rate类型 能查询指定账户在指定日期能提取的总金额(定期未到期的直接按活期利率计算) 能够模拟取钱. 输入: 取钱日期, 取钱数额amount, 从哪一存款类型中去. 当取钱数额大于帐户的余额, 要提醒用户,并告知可以取的钱总额. 如果定期存额时间未到, 要取款,按活期计算. 如果某笔定期存款, 在取钱时, 时间已经超过定期时间, 多余的时间按活期计算利率.-Simple banking system. Can add accounts able to simulate adding a deposit, need to specify the deposit amount, deposit date and type of interest rate to check the designated account at a specified date to the total amount extracted (regular direct outstanding rates at current) able to simulate withdraw money. Input: withdrawals date, the amount of withdrawals amount, from which to deposit types. When the account balance is greater than the amount of withdrawals, to remind the user, and inform the amount of money can be taken. If the amount of time is not regularly kept that to withdraw, according to current calculations. If a document deposit in the withdrawals, the time has exceeded the periodic time, the extra time calculated at current rates.
Platform: | Size: 13312 | Author: xiaoqi | Hits:

[Linux-Unixbank

Description: 银行排队机的实现代码 其中,服务器端在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 tested on mini2440 board.-银行排队机的实现代码 其中,服务器端在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 tested on mini2440 board.
Platform: | Size: 15702016 | Author: 管公 | Hits:

[Finance-Stock software systemBank-savings-system

Description: 个人编写,访真银行活期储蓄系统,拥有开户、销户、存款、取款、转帐、查询等功能。VC++6.0开发,是基于客户端与服务器程序开发。运用TCP/IP协议socket通信技术。压缩文件中包含:源代码、可执行文件、使用文档、系统和功能架构文档、另有PPT演试文稿。内容规范,是学习C++软件开发的好材料-Personal writing, current savings visit real banking system, with accounts, closing accounts, deposits, withdrawals, transfers, inquiries and other functions. VC++6.0 development, is based on the client and server application development. The use of TCP/IP protocol socket communications technology. Zip file contains: the source code, executable file, use the document, the system structure and function of the document, and another test speech PPT presentation. Content standards, is to learn C++ software development, good material
Platform: | Size: 1122304 | Author: dongxingfeng | Hits:

[ADO-ODBCSimulation-of-ATM-ATM-system

Description: 模拟银行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 also achieved a memo function.
Platform: | Size: 11264 | Author: 张干 | Hits:

[Internet-Networkbank-sys

Description: 银行存储系统,自定义发送协议,加密等,利用socket编程来实现,附带服务器和客户端-Bank storage system, sent a custom protocol, encryption, socket programming, with the server and client
Platform: | Size: 2442240 | Author: father | Hits:

[Embeded Linuxbank

Description: 这是银行排队系统的项目,是基于socket编程的,有客户端和服务端-This is a bank queuing system project, is based on the socket programming, the client and the server
Platform: | Size: 513024 | Author: 黄志文 | Hits:

[Documentsbank

Description: 小型ATM模拟,通过消息队列实现客户端与服务器之间的通信,通过文件读写操作存储数据-Small ATM simulation, through the message queue communication between client and server, the data is stored via file read and write operations
Platform: | Size: 25600 | Author: weidekun | Hits:

[CSharpbank

Description: 网络银行的简化设计,包括客户端和服务器,具有简单功能-Simplify the design of the network banks, including client and server, with a simple function
Platform: | Size: 1024 | Author: caomark | Hits:

[Linux-Unixbank

Description: 简单的字符界面银行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 learn
Platform: | Size: 8192 | Author: | Hits:
« 12 »

CodeBus www.codebus.net