CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - data bank

搜索资源列表

  1. bank

    0下载:
  2. Unix环境下用Shell编写的Oracle数据库数据批量导入导出程序-Unix environment with Shell prepared by the Oracle database data procedures for import and export volume
  3. 所属分类:Oracle

    • 发布日期:2017-04-01
    • 文件大小:26551
    • 提供者:lian
  1. bank

    0下载:
  2. 一个银行系统,j2ee架构,有完整的开发需求和测试资料,完整的源程序.-Software engineering course to do a banking system, j2ee architecture, a complete development needs and the test data, the complete source code.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-03
    • 文件大小:74663
    • 提供者:pinglen
  1. bank

    0下载:
  2. 数据结构大型试验-银行模拟系统 (1)通过程序动态模拟银行顾客在一家有n>=2个窗口的银行的到达和离开情况。 (2)通过计算每位顾客的平均等待时间及每一窗口处于“繁忙”状态的百分比,来测试银行的服务效率。 (3)实现中,可以用时间代表银行活动的对象,用事件驱动来模拟这些活动,并以概率(随机数发生器)来描述预期的客户到达率和银行职员为一个顾客服务所需的时间。 (4)在实验中,可改变参数(如银行窗口数、客户到达率、服务时间等),测试银行的服务效率。要求在各种情况下,模拟测试都能
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:1054926
    • 提供者:fsn
  1. bank-task-simulation

    0下载:
  2. 简单银行业务模拟,数据结构应用,把书中的伪代码进行改编得到-The simple banking simulation, data structures application, pseudo code of the book be adapted to get
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-11-29
    • 文件大小:274430
    • 提供者:李寅暄
  1. Bank-queuing-6-sets-of

    0下载:
  2. C++写的数据结构课程设计实验,银行排队代码一共6套-A total of six sets of data structure curriculum design experiments, bank queuing code C++ write
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-09
    • 文件大小:1705674
    • 提供者:蚂蚁
  1. bank

    0下载:
  2. 小型ATM模拟,通过消息队列实现客户端与服务器之间的通信,通过文件读写操作存储数据-Small ATM simulation, through the message queue communication between client and server, the data is stored via file read and write operations
  3. 所属分类:Document

    • 发布日期:2017-12-05
    • 文件大小:25478
    • 提供者:weidekun
  1. bank-data

    0下载:
  2. weka入门学习中用到的银行数据,里面有600个实例,用于分类、聚类、回归或这关联规则 初入门试用。-the weka Getting started learning to use the bank data, there are 600 instances for classification, clustering, regression, association rules early entry to the trial.
  3. 所属分类:Other systems

    • 发布日期:2017-11-11
    • 文件大小:7109
    • 提供者:zjl
  1. EJB-of-bank-ATM

    0下载:
  2.  EJB来模拟银行ATM机的流程及操作:获取系统属性,初始化JNDI,取得Home对象的引用,创建EJB对象,并将当前的计数器初始化,调用每一个EJB对象的count()方法,保证Bean正常被激活和钝化,EJB对象是用完毕,从内存中清除,从账户中取出amt,如果amt>账户余额抛出异常,一个实体Bean可以表示不同的数据实例,我们应该通过主键来判断删除哪个数据实例-EJB to simulate the process of bank ATM machines and operation
  3. 所属分类:Java Develop

    • 发布日期:2017-11-23
    • 文件大小:5818
    • 提供者:pudn1322
  1. management-of-bank-card

    0下载:
  2. 对银行卡存款取款时候的数据变化进行管理模拟,获得收支情况-Deposits of the bank card withdrawals when data changes in management simulation to obtain income and expenditure
  3. 所属分类:Finance-Stock software system

    • 发布日期:2017-11-10
    • 文件大小:8610
    • 提供者:Xixi
  1. bank

    0下载:
  2. 创建一个SavingAccount 类,这个类需要完成以下的功能: (1) 每一个SavingAccount 应该包含一个年利率和帐户余额的数据成员; (2) 提供一个构造函数初始化一个SavingAccount 的实例; (3) 每个月结算一次利息,并更新帐户余额信息; (4) 一个更改年利率的方法; -Create a SavingAccount class that you need to complete the following functions: (a) ea
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:1632915
    • 提供者:andrewlee
  1. bank

    0下载:
  2. 数据挖掘用,用于Spss modeler 跑数据尝试-data mining
  3. 所属分类:Goverment application

    • 发布日期:2017-04-16
    • 文件大小:70918
    • 提供者:大哥
  1. Bank-management-system

    0下载:
  2. 银行管理系统可用于管理银行相关的客户数据,并执行一些典型的银行交易操作。实现的功能有:管理员增删用户账号,用户存款、取款、转账、查询、修改密码等;-Bank management system for managing bank related customer data, and perform some typical bank trading operations. Function can be achieved: Administrator deletions user account
  3. 所属分类:assembly language

    • 发布日期:2017-03-31
    • 文件大小:1805
    • 提供者:Heaven
  1. average-wait-time-bank-customers

    0下载:
  2. 队列的应用--银行客户平均等待时间.使用C语言编写,在控制台界面显示。本程序演示了队列这种数据结构的实际应用。-Queue application- the average wait time bank customers using the C language, the console screen displays. This program demonstrates the queue practical application of this data structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1487
    • 提供者:thomas_cjf
  1. bank

    0下载:
  2. 数据结构程序设计,实现以下问题:某银行营业厅共有6个营业窗口,设有排队系统广播叫号,该银行的业务分为公积金、银行卡、理财卡等三种。公积金业务指定1号窗口,银行卡业务指定2、3、4号窗口,理财卡业务指定5、6号窗口。但如果5、6号窗口全忙,而2、3、4号窗口有空闲时,理财卡业务也可以在空闲的2、3、4号窗口之一办理。 客户领号、业务完成可以作为输入信息,要求可以随时显示6个营业窗口的状态。-Data structure program design, to achieve the follow
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:208952
    • 提供者:毛小婷
  1. ICBC-data-warehouse-design

    0下载:
  2. 中国工商银行 数据仓库建设 情况汇报,与关心BI的朋友分享-China Industrial and Commercial Bank of China? Building a data warehouse? Debriefing, and concern BI friends Share
  3. 所属分类:Project Design

    • 发布日期:2017-05-06
    • 文件大小:1295032
    • 提供者:及原
  1. bank

    0下载:
  2. 客户可以通过在线银行系统完成查询、修改账户信息,紧急挂失、查询历史业务记录和转账业务。 包含三个模块:登录、账户管理、业务处理 主要类: ①实体类:银行、账户、用户、业务记录类 ②数据访问类:账户数据访问类、用户数据访问类、业务记录数据访问类 ③服务类(AccountService):包含转账处理、生成验证码、检查验证码、根据账户编号查找账户、验证账户是否存在、更新账户信息等方法。 主要页面: 登录(login.jsp)、注销(logout.jsp)、转账(trans
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-04-04
    • 文件大小:29910
    • 提供者:lch
  1. bank-data

    1下载:
  2. 数据挖掘常用的银行数据,很适合初学者,和大家一起分享!-Data mining commonly used bank data, it is suitable for beginners, and share with everyone!
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:13600
    • 提供者:鱼小鱼
  1. PostXMLQuery

    0下载:
  2. 连接PDB蛋白质数据库的API接口获取数据-Connecting the API of Protein Data Bank and getting data
  3. 所属分类:Web Server

    • 发布日期:2017-04-08
    • 文件大小:15337
    • 提供者:阮明轩
  1. BANK

    0下载:
  2. C++数据结构课程设计,模拟银行叫号系统-C++ data structure simulated bank calling system
  3. 所属分类:CSharp

    • 发布日期:2017-04-15
    • 文件大小:5661
    • 提供者:Rex
  1. bank-simulation

    0下载:
  2. 数据结构课程实验,c++语言实现模拟银行叫号系统-Experimental data structure course, simulating bank station c++ language system
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:130260
    • 提供者:柳鹤婷
« 1 2 34 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com