j2se程序,实现AVL Tree,并利用该数据结构模拟图书馆借阅系统,加速海量数据的索引
上传时间: 2015-10-16
上传用户:xfbs821
目 录因**银行业务增长,现有的手工核对银行进帐数据的方式已不能满足工作需要。进帐数据来源于多家不同的银行,在数据文件格式上、进帐数据描述上都有一定的差异,核销员在数据核销工作中不但要关注数据的核销状态更多的时间还要处理不同格式的数据,这使本该简单的核销工作变得非常复杂,加大了核销工作员不必要的工作技能,保费对帐系统的开发能提高核销操作员的办公效率,以及数据核销的准确性。系统需要具备高起点、高可靠、高效率,安全性强、实用性强、扩充性强、自动化程度高、操作简练等特点。 在此次开发过程中,我工作组得到了**银行的大力支持和需求配合,本研发工作实在**银行现有银行系统的基础架构上进行的,中间数据接口与数据组件有本小组自行研发。 1.2.2 项目工作内容与工作目标 关键词:保费对帐系统 实施方案
标签:
上传时间: 2013-12-12
上传用户:784533221
本文介绍了在Windows平台下串行通信的实现机制,讨论了根据不同的条件用Visual C++ 设计串行通信程序的三种方法,并结合实际,实现对温度数据的接收监控。
上传时间: 2013-12-28
上传用户:咔乐坞
We have a group of N items (represented by integers from 1 to N), and we know that there is some total order defined for these items. You may assume that no two elements will be equal (for all a, b: a<b or b<a). However, it is expensive to compare two items. Your task is to make a number of comparisons, and then output the sorted order. The cost of determining if a < b is given by the bth integer of element a of costs (space delimited), which is the same as the ath integer of element b. Naturally, you will be judged on the total cost of the comparisons you make before outputting the sorted order. If your order is incorrect, you will receive a 0. Otherwise, your score will be opt/cost, where opt is the best cost anyone has achieved and cost is the total cost of the comparisons you make (so your score for a test case will be between 0 and 1). Your score for the problem will simply be the sum of your scores for the individual test cases.
标签: represented integers group items
上传时间: 2016-01-17
上传用户:jeffery
采用ASO.NET 2.0开发技术,以SQL SQL SERVER为后台数据支持实现的购书系统
上传时间: 2013-12-22
上传用户:wmwai1314
由上述实验过程的图像变化可知,经过傅立叶变换和反变换及DCT离散余弦变换和反变换后,图像都发生了很大的变化,首先是经过2-D傅立叶变换后,图像数据频域出现高频数据集中,低频数据在四周的现象,然后再经过2-D傅立叶变换反变换后,图像再次恢复原始图。而2-D离散余弦变换对图像的影响也是如此。
上传时间: 2016-02-05
上传用户:pkkkkp
The XML Toolbox converts MATLAB data types (such as double, char, struct, complex, sparse, logical) of any level of nesting to XML format and vice versa. For example, >> project.name = MyProject >> project.id = 1234 >> project.param.a = 3.1415 >> project.param.b = 42 becomes with str=xml_format(project, off ) "<project> <name>MyProject</name> <id>1234</id> <param> <a>3.1415</a> <b>42</b> </param> </project>" On the other hand, if an XML string XStr is given, this can be converted easily to a MATLAB data type or structure V with the command V=xml_parse(XStr).
标签: converts Toolbox complex logical
上传时间: 2016-02-12
上传用户:a673761058
结合铁路客票网络应用现状,分析已有监控软件系统的不足,设计出符合实际需求的 网络资源监控系统框架,包括控制台端和代理端设计方案,以及辅助管理的故障处理专家知识 库。最后按照设计方案,在Unix平台上采用面向对象开发语言c++,完成网络资源监控软件开 发,并在实践中得以应用。
标签: 网络应用
上传时间: 2016-04-20
上传用户:gououo
介绍了模拟数字转换器静态和动态参数测试技术以及实现测试的硬件平台及软件 环境,采用斜波或纯正弦信号作为输入信号,用数字集成电路测试系统控制采样,并将模拟数字 转换后的数据存储,利用测试系统内的软件将存储数据进行变换,来获得模拟数字转换器的静态 参数和动态参数测试结果。该测试方法具有可编程的优点,是非常适用的测试方法。
上传时间: 2013-11-30
上传用户:gaome
1 学生查询功能:为了方便学生查找成绩等信息,将所有信息按照需要进行分类。这样学生就能很方便的找到自己需要的信息。 2 添加功能:管理员可以通过填写表格的形式输入学生成绩等相关信息。系统可以自动避免重复信息。 3 修改功能:管理员可以对数据库中的信息进行修改。系统能够通过管理员给出的条件查找出所要修改的信息,对修改后的信息进行保存,并自动查找是否是重复信息。 4 删除功能:管理员可以对数据进行删除操作。系统能够通过管理员给出的条件查找出要删除的信息,并提示是否确定删除,如果确定删除,则把相关信息从数据库中删除掉。 5 管理员查询功能:管理员可以通过条件选择查询所有信息,并进行排序。 6 汇总功能:管理员可以通过此功能对信息进行汇总。 7 统计功能:管理员可以通过此功能对信息进行统计。如统计不及格名单等。
标签: 查询
上传时间: 2017-02-08
上传用户:cxl274287265