搜索资源列表
oct3bank
- 三分之一倍频程滤波器组的算法。可以从时域进行滤波得到频谱,需要读入数据。-One-third octave filter bank algorithm. Can be time-domain filter spectrum, the need to read into the data.
p01
- 1、设计一个程序,其中有3个类,即CBank,BBank和GBank,分别为中国银行类、工商银行类和农业银行类。每个类都包含一个私有数据balance,用于存放储户在该行的存款数,另有一个友元函数total用于计算储户在这3家银行中的总存款数。 2、设计一个程序,其中有2个类,Point类为点类,包含2个私有数据x和y,表示点的坐标,line类为直线类,包含3个私有数据a,b和c,表示直线方程ax+by+c=0。另有一个友元函数dist,用于计算一个点到直线的距离。点与直线之间的距离计算公式
Easy_Bank_Simulation
- 本项目为数据结构课程第一次大作业,旨在通过实际编写代码实现一个简单的银行 业务模拟系统来熟悉各种基本数据结构的应用。本程序从上至下,以事件驱动为主导思 想,利用动态存储结构对客户和事件进行模拟,并通过模拟方法求出客户在银行内逗留 的平均时间。-The project is the first major data structure course work, the actual preparation of the code aims to implement a simple b
bank
- 银行业务模拟系统的设计与实现 首先模拟银行开门时的数据结构的状态 对客户到达和离开时间做相应处理 下班银行关门事件的处理-Banking Simulation System Design and Implementation of the first simulation data structure when the bank opened a state of the customer arrival and departure time to do the appropriat
data-structure-design
- 数据结构课程设计。包含三个题目:1.银行管理系统。2.航空订票系统。3.文本编辑器-Data structure course design. Includes three topics: 1. Bank management system. 2. Airways reservation system. 3. Text editor
vbTableData
- VB获取数据库数据表、记录集行数等信息,打开程序后,浏览到所要打开的MDB文件,如果是标准的MDB库的话,则会枚举出库内的所有表,并获取数据库创建时间、最后修改时间、记录条目数等,本程序面向VB初级用户,不涉及高级的数据库理论,因此容易理解。-VB access database data table to record information such as assembly lines, open the program, browse to the file to open the MDB
1
- 题库中的数据只作测试,不为真实,若要实施还需删除各题表,重新建表。具体过程如下: a) 先点击题库信息浏览,删除无用题表,注意:正修改的数据题表不能删除! b) 添加题库建表,注意:数据表名是一次性的,建了就不能修改表名 c) 在试题后台设置中,选择要修改的考试题目,点击修改否 d) 再点击添加试题数据,添加相关考试试题,注意:在判断题中,对的写“A”,错的写“B” e) 最后浏览选择试题,检查修改您所添加的试题。-The data in the item bank
PersonalFinancing
- 财智记账本是一款个人家庭财务软件。它能全面管理日常收支、储蓄、能通过互联网与您的开户银行联接并获得相关数据,并配有家庭金融顾问功能,它的服务能涵盖所有家庭理财的新时代内容,是一款非常实用的软件。软件可供多用户使用而互不干扰,适应了各家庭成员的不同需要。-Choi Chi is a personal account of the family finance software. It overall management of the daily balance of payments, savi
MacBankV3
- 简单的模拟ATM机器系统,使用C#编写,包含模拟的数据库,模拟的使用操纵界面,还有按全系统-simple ATM system, programed by C#。including bank data base, user interface, and safety alarm
xiangmu
- 中国银行数据中心的项目实施的方案 计算机网络案例说明-Bank of China data center solution for project implementation case illustrates the computer network
four
- 设计一个程序,其中有3个类,即CBank,BBank和GBank,分别为中国银行类,工商银行类和农业银行类。 每个类都包含一个私有数据balance,用于存放储户在该行的存款数,另有一个友元函数total用于计算储户在这3家银行中的总存款数。 -Design a program, of which there are three categories, namely CBank BBank and GBank Chinese bank, ICBC class, and the Agric
Account
- 创建一个Account类,银行可以使用它表示客户的银行账户,这个类应该包括一个类型为double的数据成员,表示账户余额。-Create an Account class, the bank can use it represents the customer' s bank account, this should include a type of double data members, that the account balance.
Bank-queuing-6-sets-of
- C++写的数据结构课程设计实验,银行排队代码一共6套-A total of six sets of data structure curriculum design experiments, bank queuing code C++ write
bank-data
- 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.
bank-data.arff
- 用于weka初入门学习,银行数据包括600实例,是data-bank.arff 文件,经过csv 处理之后的可经weka使用的文件。-The learn for weka early entry, bank data including 600 instances of the the the data-bank.arff file after csv after processing the file via weka.
data-bank-training-and-test
- weka学习中,对银行bank-data.arrf处理之后的 训练与测试文本的正确格式,包括dank-raining.arff 与 bank-test1.arff 可直接用来测试使用。-weka learning the correct format, including the dank-raining.arff and the bank-test1.arff can directly used to test the use of the training and testing after
bank
- 创建一个SavingAccount 类,这个类需要完成以下的功能: (1) 每一个SavingAccount 应该包含一个年利率和帐户余额的数据成员; (2) 提供一个构造函数初始化一个SavingAccount 的实例; (3) 每个月结算一次利息,并更新帐户余额信息; (4) 一个更改年利率的方法; -Create a SavingAccount class that you need to complete the following functions: (a) ea
bank-simulation
- 数据结构课程实验,c++语言实现模拟银行叫号系统-Experimental data structure course, simulating bank station c++ language system
Bank-window-for-business
- 编程模拟实现银行办理业务,当有多个空闲时刻相等的出纳窗口供客户选择时,由客户随机选择一个提供服务.使用了数据结构的知识,是学习的很好的例子-Programming simulation banking for business, when there are more idle time equal to the cashier window for customers to choose when, by the client randomly selects a service using
图像数据挖掘的模型和技术
- 银行的weka数据,适用于初学者,从官网上引入过来的。(bank data,available for the learner of data processing.Introduced from the official website.find find find find find find find find find.)