搜索资源列表
DSAAC2eCode
- 数据结构与算法分析(C语言描述)的源代码 里面的代码的质量非常高,代码没有瑕疵 可以直接引用-data structure and algorithm analysis (C language) is the source code inside the very high quality, code no flaws can be directly invoked
存储管理源代码
- 分区式存储管理源代码 一、可变分区存储管理的基本策略 1)不预先划分几个固定分区,分区的建立是在作业的处理过程中进行的,各分区的大小由作业的空间需求量决定。 2)采用指针方式将各个空闲分区链接而成的链表,用以记录主存分配现状。 3)分配与回收算法按空闲分区链接方式的不同分类,有最佳、最坏、首次和下次适应四种算法。 二、程序模拟的设计 1、基本思想 采用事件驱动模型。事件有: 1)申请主存事件,表示一个作业创建时提出的主存资源要求; 2)释放主存事件,表示一个作
ScoreCount
- 数据结构实习题中的运动会分数统计的源代码。-data structure that the internship Games Score statistics source.
Text5
- 这是C语言代码,数据结构地五章习题源代码-This is the C language code and data structures to V source code Exercises
tp12
- 该程序设计是本人数据结构实践项目的拓扑结构的源代码,老师觉得还不错,欢迎大家下载共享。-the program is designed data structure I practice the topological structure of the source code, the teacher feel that was pretty good, Welcome to download share.
数据结构_线性表&单链表_详细c++源代码
- 数据结构_线性表&单链表_详细源代码 包含线性表和单链表的建立、插入、删除、排序等简单应用。 c++版
堆排序
- 数据结构里面的堆排序的源代码。。编译后可以正常运行
Analysis-of-the-data-structure-and-algorithm=study
- 数据结构与算法分析学习笔记,chm电子书,讲的比较详细(含源代码)-Analysis of the data structure and algorithm study notes, chm e-book, said a more detailed (including source code)
data_structure
- 基于c++的数据结构源代码。是学习数据结构的很好的demo-Based on c++ source code of the data structure. Data structure is a good study of the demo
shujujiegou
- 数据结构源代码(C实现) 数据结构课程中的一些使用代码-In the course of the data structure of the data structure of the source code (C implementation) using code
IT播吧思成老师数据结构源代码-全部手敲的
- 这些代码都是自己亲手敲的,程序全部可以直接运行。思成老师讲的数据结构还是很好的,特别注重程序的通用性。n学完后,同时也加深了对C语言的理解。
sfdm
- 高教版《数据结构与算法》的源代码,非常适合学习(data structure and alrotithm source code)
严蔚敏数据结构及课后习题源码
- 严蔚敏版数据结构书籍源代码,内附目录与说明,方便读者查阅参考(Data structure textbook source code, with directories and instructions)
邓俊辉数据结构第三版
- 邓俊辉老师数据结构的源代码visual studio工程(Deng Junhui teacher data structure of the source code visual studio Engineering)
各章源代码
- 数据结构与算法书上的字符串代码,比较基础,适合初学者(String code on the data structure book)
吴伟民等《数据结构(c语言版)》一书的全部源代码
- 吴伟民等《数据结构(c语言版)》一书的全部源代码,对于新手学习很有帮助(Wu Weimin, such as "data structure (C Language Edition)" the full source of the book, for novice learning is very helpful)
CodeWin
- 数据结构与算法 java 语言描述 马克.艾伦(mark.Allen this book is very usefull and its easy to read for someone who is not very good at .)
数据结构与算法分析C++描述源代码
- 数据结构与算法分析C++描述源代码,书籍源码,学习数据结构,了解这些结构应该怎么实现(Data Structure and Algorithm Analysis C++ Descr iption Source Code)
数据结构与算法分析:Java语言描述code
- 数据结构与算法分析:Java语言描述,这本书的详细源代码
源代码2.0(VS2017)
- 排序、堆栈、遍历等基础算法,有助于初学数据结构的同学掌握(Sorting, stack and other basic algorithms)