-
数据结构文件检索
数据结构实验六
统计若干个大型英文txt文件(如英文小说)中所有单词出现的次数,并输出出现次数最多的前10个单词及其出现次数。假设单词字符定义为大小写字母、数字和下划线,其他字符均看作单词分隔符。
要求:
(1)自行设计合适的数据结构及相关算法;
(2)程序运行结束时将txt文件名以及统计结果写入磁盘;
(3)每次程序启动时(除了首次运行)将上次的结果读入内存、显示;
(4)能根据用户选择实现重新初始化、查找某单词出现次数、追加统计、退出等功能。
- 2022-01-26 00:14:54下载
- 积分:1
-
一种基于数据访问流的数据库索引优化方法该方法通过集成业务流程模型与数据模型,抽取了流程活动中包含的数据访问操作和流程的控制结构形成数据访问流,分析了数据访问流中...
一种基于数据访问流的数据库索引优化方法该方法通过集成业务流程模型与数据模型,抽取了流程活动中包含的数据访问操作和流程的控制结构形成数据访问流,分析了数据访问流中数据访问操作的频度,为频繁数据访问操作所对应的数据项创建索引,达到改善数据访问性能的目的。实验结果表明,该方法提高了数据查询的速度。-A novel method called data-access-flow based index optimization (DAFIO) is proposed to provide automatic index select for databasein order to improve the data access performance. By integrating the data model and process model of the IT systems and getting data access flow, theDAFIO method can analyze the data access flow to find those data item which are accessed frequently, and then create indexes for these frequentitems. The experiment results show that the novel method is effective to improve the data access performance.
- 2023-04-15 10:50:04下载
- 积分:1
-
C++ Builder程序员学习数据结构第6章
C++ Builder程序员学习数据结构第6章-Builder C programmers to learn data structure Chapter 6
- 2022-11-21 19:50:03下载
- 积分:1
-
清华大学类数据结构实现的乙
清华大学数据结构课上实现的B+树,设计一个4阶B+树,包括: (1) 叶子的每个记录应该包括4字节(long)关键码值和60字节的数据字段(存储文件名等,可以自定),设每个叶子可以存储5条记录,而内部节点应该是关键码值/指针对。此外,每个节点还应该有指向同层下一个节点的指针、本节点存储的关键码数等; (2) 此4阶B+树应该支持插入、删除以及根据给定关键码值进行精确检索与关键码范围检索; (3) 显示(打印)此4阶B+树的生长(含删除节点)过程实例;-Tsinghua University class data structure to achieve the B-tree, the design of a B-tree four bands, including : (a) the leaves of each record should include 4-byte (long) key code value and 60 gigabytes of data fields (document storage, etc., can be set), set up each leaf store five records, and internal nodes is the key code value/means against. In addition, each node should have the same point under a layer of the target node, the node storage key code number; (2) The B-tree four bands should support the insertion, deletion and with the given key code value accurate retrieval and key codes scope retrieval; (3) Display (Print ) This four bands B-tree growth (including the deletion of nodes) process examples;
- 2022-01-21 19:44:41下载
- 积分:1
-
BDijkstra算法的java实现。使用工具是eclipse,java1.4以上
BDijkstra算法的java实现。使用工具是eclipse,java1.4以上-BDijkstra algorithm to achieve the java. Eclipse is the use of tools, more java1.4
- 2022-09-12 11:10:03下载
- 积分:1
-
图书系统,包括图书的查询,添加,删除。用户信息的管理。...
图书系统,包括图书的查询,添加,删除。用户信息的管理。-Circulation systems, including library queries, add, delete. User information management.
- 2023-06-17 11:05:03下载
- 积分:1
-
经典算法:旅行商算法,采用爬上法和分支界限搜索
经典算法:旅行商算法,采用爬上法和分支界限搜索-classical algorithm : traveling salesman algorithm, used to climb up and branch Boundary Search
- 2022-12-17 21:30:03下载
- 积分:1
-
一元多项式乘法 包含密运算
新学数据结构的可以参考参考 ...
一元多项式乘法 包含密运算
新学数据结构的可以参考参考 -One dollar secret polynomial multiplication operations include the new data structure can refer to reference
- 2022-07-17 11:13:18下载
- 积分:1
-
一元多项式的计算,建立两个多项式,并进行相加,相减运算,输出结果.参考资料:严蔚敏《数据结构与算法》...
一元多项式的计算,建立两个多项式,并进行相加,相减运算,输出结果.参考资料:严蔚敏《数据结构与算法》-one yuan polynomial calculations, the establishment of two polynomials, and together, subtract operation, the output results. References : Yan Wei Min "data structure and algorithm"
- 2022-11-01 12:10:03下载
- 积分:1
-
How to export data to excel using php
下面是将数据从数据库导出到excel工作表的代码。这是一个用户友好的编码,任何人都可以修改它,可以使用它。我试图在这个项目中给更多的开始页。我希望你一定会喜欢它如果你有任何建议,然后你可以送我。。。
- 2022-09-05 23:30:03下载
- 积分:1