资源列表
1
- 一个简单的机票预订方案 的先决条件,目标和成果 先决条件:学生应掌握以下必备技能。 • 指针 - 使用指针间接引用和修改对象 • 链表 - 理解的链表实现 • 动态内存管理 - 使用new和delete 目标:这项任务旨在加强学生的理解链表。 结果:成功地完成这项任务的学生将掌握以下成果。 • 了解链表的实现 • 使用指针 • 使用动态内存管理 描述 一个简单的机票预订程序应显示下列选项菜
Visit-system
- 实现功能:1,从文件读入景点信息道路信息,然后用邻接表建立校园图,用邻接矩阵存放边的信息。 2,查看景点信息,道路信息。 3,查找两点之间最短路径,采用弗洛依德算法。 4,采用深度优先递归调用的方法遍利图。-Functions: 1, read from the file into the attractions road information and the establishment of the campus map, and then use the adjacency l
1
- 数据结构 以邻接矩阵为表示结构输入和创建一个图,对该图进行深度优先和广度优先遍历-DS homework
circular_buffer
- 使用C语言实现一个循环缓冲区,用于生产者和消费者。-circular buffer
Huffman
- 数据结构的一个哈夫曼树程序,建立一个文本文件,统计该文件中各字符频率,对各字符进行Huffman编码,将该文件翻译成Huffman编码文件,再将Huffman编码文件翻译成原文件。压缩文件即读文件,统计文件中的字符个数,对文件进行哈夫曼编码和译码,并将编码译码后的字符存储在文件中。-The data structure of a Huffman tree program, create a text file, the statistical character frequency in the
hash
- c语言实现的哈希表。哈希函数使用除留余数法,处理哈希冲突使用连地址法。包含设计文档!在dev c++平台上已验证成功-The C language implementation of the hash table. Hash function used division method, processing method using hash conflict even address. Contains design documents! In dev c++ platform has bee
knowledge-bank-deposits
- 利用线性表存储结构知识设计并实现银行存款利率表-By using the linear table storage structure design and realize the knowledge bank deposits a bit
Text-Editor-Imlementation
- 数据结构课程作业,第一次作业,文本编辑器-Data structures course homework,a text editor
sort
- 以下问题要求统一在一个大程序里解决。 17、折半插入排序 18、冒泡排序 19、快速排序 20、简单选择排序 21、归并排序 22、堆排序 -The following questions and ask people in a program to solve. 17, binary insertion sort 18 bubble sort 19, quicksort 20, a simple selection sort, merge sort 22, hea
erchapaixushu
- 23、设计一个读入一串整数构成一颗二叉排序树的程序,从二叉排序树中删除一个结点,使该二叉树仍保持二叉排序树的特性。-Design of a read a string of integers a two binary sort tree procedures, from two binary sort tree delete a node, so that the two fork tree still maintain two binary sort tree characteristics.
Data-structure-experiments
- 数据结构8个实验完整源码+可执行程序 +95个其他程序源码+ 数据结构课程设计报告 C语言程序设计题附答案 C语言课程设计 实验2 顺序查找 排序 实验3 顺序栈基本操作 实验4 顺序循环队列基本操作 实验5 二叉树的建立及遍历 实验6 哈夫曼树的创建及编码 实验7 图的创建及遍历 实验8 查找与排序算法 推箱子游戏 -Complete source of data structures eight experimental the th
vector
- 使用二维向量处理文件中的学生姓名及分数,求各个学生的总分及平均分并进行排序-Using the two-dimensional vector names and scores of students in the file, find the score and average score of all students and to sort