资源列表
[数据结构常用算法] Text5(1)
说明:数据结构的基本操作:顺序队列的初始化、销毁、入队、出队基本操作的实现-The basic operation of the data structure: the order of the queue initialization, destruction, into the team, out of the realization of basic operations team<wangningning> 在 2024-11-05 上传 | 大小:1024 | 下载:0
[数据结构常用算法] Text9
说明:在顺序存储结构上,采用顺序查找算法,直接插入排序算法等算法查找一关键字,输出查找结果-In the sequential storage structure, using the sequential search algorithm, sorting algorithm directly into the search for a keyword such as algorithms, the output search result<wangningning> 在 2024-11-05 上传 | 大小:1024 | 下载:0
[数据结构常用算法] algorithmintroduction
说明:算法导论(中文版),讲述了现代计算机常用数据结构和算法-this book intrdduce the basic algorithm,the language is chinese<黄帅> 在 2024-11-05 上传 | 大小:25592832 | 下载:0
[数据结构常用算法] StaticSearchTable
说明:一个实现了三个查找功能的c语言源代码,分别是顺序查找,折半查找和二叉查找树上的查找。可用VC直接编译运行,对查找算法做了很好的演示。-A search function to achieve the three c-language source code, namely, sequential search, binary search and binary search tree to find. VC can be compile<LIZHENG> 在 2024-11-05 上传 | 大小:7168 | 下载:0
[数据结构常用算法] BinaryTree
说明:对二叉树结构作了清晰而简易的演示,可以帮助要了解二叉树结构和基本算法的人加深认识。可用VC直接编译运行。-On the binary tree structure was clear and simple presentation can help to understand the binary tree structure and the people a better understanding of the basic algo<LIZHENG> 在 2024-11-05 上传 | 大小:7168 | 下载:0
[数据结构常用算法] SortSample
说明:基于C语言的各种典型排序算法:插入排序,气泡排序,希尔排序,快速排序,选择排序。可以用VC直接编译运行。-Based on the C language provides a variety of sorting algorithms: insertion sort, bubble sort, Shell sort, quick sort, selection sort. VC can be directly translated to<LIZHENG> 在 2024-11-05 上传 | 大小:7168 | 下载:0
[数据结构常用算法] ssd7exercise1
说明:描述:这个实验中需要实现的是拍卖系统的3个核心的类(Class Date, class Advertisement, and class Client) 目的: 1,使用C++的数据类型; 2,实现所有声明的函数; 3,使用预处理器实现包含。-Descr iption:This assessment requires the creation of three of the core classes of the auc<邹斌> 在 2024-11-05 上传 | 大小:17408 | 下载:0
[数据结构常用算法] ssd7exercise2
说明:相对于实验一,新增了2个类。 Class Listing vector<Advertisement*>. Class Group vector<Client*>. 使用到了向量。增强了大家对STL向量容器,以及实现所给的声明函数。 压缩包里面有代码,指导书,以及Apache服务器。-Prerequisites: Students should have mastered the followi<邹斌> 在 2024-11-05 上传 | 大小:658432 | 下载:0