-
数据结构文件检索
数据结构实验六
统计若干个大型英文txt文件(如英文小说)中所有单词出现的次数,并输出出现次数最多的前10个单词及其出现次数。假设单词字符定义为大小写字母、数字和下划线,其他字符均看作单词分隔符。
要求:
(1)自行设计合适的数据结构及相关算法;
(2)程序运行结束时将txt文件名以及统计结果写入磁盘;
(3)每次程序启动时(除了首次运行)将上次的结果读入内存、显示;
(4)能根据用户选择实现重新初始化、查找某单词出现次数、追加统计、退出等功能。
- 2022-01-26 00:14:54下载
- 积分:1
-
《Visual C++.NET数据库开发经典案例解析镜像光盘》随书光盘代码。...
《Visual C++.NET数据库开发经典案例解析镜像光盘》随书光盘代码。-visual c++.net
- 2022-07-04 20:26:56下载
- 积分:1
-
1、读入城市结点数据 */
/* 2、邻接矩阵初始化:所有元素赋Infinity, */
/* 对角线元素赋0 */
/* 3、读入城市间边...
1、读入城市结点数据 */
/* 2、邻接矩阵初始化:所有元素赋Infinity, */
/* 对角线元素赋0 */
/* 3、读入城市间边的数据,转换为邻接矩阵的数据 */
/* 4、路径矩阵初始化,若arc[i][j]
- 2022-10-03 09:55:03下载
- 积分:1
-
回文游戏,c语言,有源码,可以参考研究使用。
回文游戏,c语言,有源码,可以参考研究使用。-palindrome games, c language, and the source code can reference study.
- 2022-09-17 19:55:03下载
- 积分:1
-
小型图书馆管理系统!
小型图书馆管理系统!-little books management system
- 2022-08-04 06:36:46下载
- 积分:1
-
因为时间是那么短,功能比较简单。有兴趣的人可以反对…
由于时间仓促,所以功能比较简单。有兴趣者可以继续扩展这个系统!-Because time is so short, relatively simple function. Interested persons can continue to expand this system!
- 2022-03-23 10:58:09下载
- 积分:1
-
<;算法& gt介绍;算法实现大部分的第二版…
第二版大部分算法实现.
1. 各类排序和顺序统计学相关
2. 数据结构
2.1 基本数据结构
2.2 散列表
2.3 二叉查找树
2.4 红黑树
2.5 数据结构基于红黑树的扩张
3. 高级涉及和分析技术
3.1 动态规划相关
3.2 贪心算法相关
3.3 用于不相交集合的数据结构
4. 部分图算法.- Algorithms realize most of the second edition of .1. All kinds of sorting and order statistics related to 2. Data Structure 2.1 Basic Data Structure 2.2 Hash Table 2.3 Binary search Tree 2.5 Tree 2.4 red and black red and black tree-based data structure the expansion of 3. High and analytical techniques involving dynamic programming related 3.1 Greedy Algorithm 3.2 for the relevant 3.3 Disjoint Set Data Structure 4. part of Fig algorithm.
- 2022-06-03 02:46:24下载
- 积分:1
-
University Games management system, by reading the registry parameters to automa...
高校运动会管理系统,通过读取注册表自动配置数据库服务器参数,数据库采用SQL server2-University Games management system, by reading the registry parameters to automatically configure the database server, database using SQL server2000
- 2023-01-23 14:55:04下载
- 积分:1
-
链表信息
学生信息建立
// 上机实验二.cpp : Defines the entry point for the console application.
//
#include "stdafx.h"
#include "iostream.h"
#include "string.h"
struct Student
{
char id[10];
char name[10];
char sex[10];
char grade[10];
char tel[10];
int age;
};
- 2022-02-14 01:40:40下载
- 积分:1
-
程序员的SQL金典
程序员的SQL金典程序员的SQL金典程序员的SQL金典程序员的SQL金典程序员的SQL金典程序员的SQL金典程序员的SQL金典
- 2022-06-14 00:48:24下载
- 积分:1