-
共有4个数据结构的实例
共有4个数据结构的实例-a total of four examples of the data structure
- 2022-03-15 21:41:38下载
- 积分:1
-
数据结构各章的全国各大院校的考研习题 对广大考研学生来说非常有用...
数据结构各章的全国各大院校的考研习题 对广大考研学生来说非常有用-data structure of the national chapter of the major institutions in taking tests for the majority of the questions the students taking tests is very useful
- 2022-08-21 16:23:21下载
- 积分:1
-
基于C、c++排序大全
//希尔排序void ShellSort(int r[], int n){ int i; int d; int j; for (d=n/2; d>=1; d=d/2) //以增量为d进行直接插入排序 { for (i=d+1; i0 &am
- 2022-03-05 10:56:55下载
- 积分:1
-
北acm1969(指望广东)
北大ACM1969(Count on Canton) -North ACM1969 (Count on Canton)
- 2023-06-03 04:45:04下载
- 积分:1
-
湖南大学文献信息检索课综合实习报告
2. 进入湖大图书馆网站http://lib.hnu.cn/ 的“数字资源”各数据库(即文献库)查找课题相关文献信息资料...
湖南大学文献信息检索课综合实习报告
2. 进入湖大图书馆网站http://lib.hnu.cn/ 的“数字资源”各数据库(即文献库)查找课题相关文献信息资料,辅助以手工检索(图书馆八楼文献信息检索室)和纸本期刊(图书馆一楼、四楼、七楼)以及因特网上资源。检索年限不作限定,以能了解本课题的全貌和最新进展为原则。-Hunan University literature class information retrieval integrated internship 2. Library Web site to enter the lake http://lib.hnu.cn/
- 2023-04-28 02:10:03下载
- 积分:1
-
中缀表达式转后缀表达式,数据结构中堆栈的应用。
中缀表达式转后缀表达式,数据结构中堆栈的应用。-Switch to postfix infix notation expressions, the data structure stack applications.
- 2022-12-02 07:15:03下载
- 积分:1
-
对象
Object-Oriented Modeling with PowerDesigner 9.5 不错的学习教案-Object-Oriented Modeling with PowerDesigner 9.5 good learning lesson plans
- 2022-01-24 17:24:20下载
- 积分:1
-
学生信息程序
描写了学生信息管理系统所需要的学生的性别 年龄 成绩 学号等等,可以输出学生信息的平均分和各科成绩,以及相对应的年龄 性别
- 2022-06-18 05:01:51下载
- 积分:1
-
本书是关于计算机科学与工程领域的基础性研究科目之一――数据结构与算法的专著。 本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树
本书是关于计算机科学与工程领域的基础性研究科目之一――数据结构与算法的专著。 本书在简要回顾了基本的C++ 程序设计概念的基础上,全面系统地介绍了队列、堆栈、树、图等基本数据结构,以及贪婪算法、分而治之算法、分枝定界算法等多种算法设计方法,为数据结构与算法的继续学习和研究奠定了一个坚实的基础。更为可贵的是,本书不仅仅介绍了理论知识,还提供了50多个应用实例及600多道练习题。 本书内容广博权威,结构清晰合理,是一本全新的有关数据结构与算法的教材,对于计算机科学与工程领域的从业人员也是一本很好的参考书。-the book is on the computer science and engineering fields, the basis for one of the subjects of study-- data structure and algorithm monographs. The book in a brief review of the basic design concept C program on the basis of a comprehensive and systematic introduction of the queue, stack, trees and map basic data structure and the greedy algorithm, divide and conquer algorithm, branch-and-bound algorithm multiple algorithm design methods, data structures and algorithms for continuous learning Research and lay a solid foundation. Even more valuable is that the book not only on the theoretical knowledge but also provided more than 50 application examples and more than 600 Exercises Road. The contents broad authority, a clear and reasona
- 2022-01-21 04:28:51下载
- 积分:1
-
腐蚀,膨胀,细化算法代码能够实现你想要的算法代码
腐蚀,膨胀,细化算法代码能够实现你想要的算法代码-corrosion, swelling, thinning algorithm code you want to achieve the algorithm code
- 2022-07-14 20:44:59下载
- 积分:1