搜索资源列表
-
0下载:
数据结构中的插入排序分析和比较。有各种插入排序的算法描述。-data structure of the insert sequencing analysis and comparison. Various insertion sorting algorithm descr iption.
-
-
0下载:
清华大学数据结构讲义,c语言的,很不错,就不必细说了吧。-data structure lectures Tsinghua University, c language, quite well, and there is no need to elaborate on it.
-
-
0下载:
c语言的经典算法源代码!其中包含数据结构中很多重要的算法,还有链表&树等多种常用算法的应用-classical algorithm source code! Data structure which contains many important algorithms, Chain & trees and other commonly used algorithm application
-
-
0下载:
Python是一种简单易学,功能强大的解释型编程语言,它有简洁明了的语法,高效率的高层数据结构,能够简单而有效地实现面向对象编程,特别适用于快速应用程序开发,也可以用来开发大规模的重要的商业应用。Python是一个理想的脚本语言。-Python is a simple and easy to learn, powerful interpreted programming language, it is clear and concise grammar and high efficiency o
-
-
0下载:
链表式的josphus问题,数据结构与算法的练习题-Chain-josphus issues, data structure and algorithm Exercises
-
-
0下载:
算法有关于树的遍历的,还有图的搜索等等的数据结构相关算法-algorithm on the traversal of the tree, and there are also search the data structure correlation algorithm
-
-
1下载:
实现数据结构中的二叉树的创建及先序、中序、后序遍历-data structure to create the binary tree and first sequence, sequence, after the preorder
-
-
0下载:
数据结构与操作系统的试卷,要复习的就快下它吧.-data structure and operating systems of the paper, to review the fast under it?
-
-
0下载:
文件用于计算学分和先后的选修课
用于数据结构的递归思想!-documents used in the calculation of credit and has the optional for the recursive data structure thinking!
-
-
0下载:
数据结构测试程序,包括队列、树、哈夫曼树等内容-data structure testing procedures, including Queue, trees, and Huffman tree etc.
-
-
0下载:
常用的线性数据结构: 包括线性表、环形列表、队列、双端队列、单链表、双端链表、堆、栈、字符串数组等。非常有用,值得参考。-commonly used linear data structure : Table includes linear and circular table, queue, queue-end, single-linked list, double-linked list, heap, stack, as a string array. Very useful and val
-
-
0下载:
确切的说它是一个运行程序,它包括文件的操作,以及数据结构的知识-precise it is an operational procedures, which include the operation of documents and data structure of knowledge
-
-
0下载:
这里是C语言与数据结构的课程设计与实验的程序,以及一些程序的原代码.-here is the C language and data structure of the curriculum design and experimental procedures, and some of the procedures of the original code.
-
-
0下载:
在C语言环境下,介绍数据结构的一些算法和应用-in the C-language environment, the introduction of some data structure and algorithm application
-
-
0下载:
C语言程序求最短路径问题,是无向图方面的.
数据结构中的图论-C language program for the shortest path problem, and there is no plan to the area. Data structure of the graph theory
-
-
0下载:
数据结构与算法分析(Java版英文).rar-data structure and algorithm analysis (Java version in English). Rar
-
-
0下载:
文件系统实现
1. 数据结构设计
通过分析设计题目,具体设计出主要的三个数据结构。
2. 程序流程设计
根据课程设计的内容,给出具体实现的思路和程序框图,并给一定的解释,流程图要和自己的程序实现一致,不求多,要简练明确,可以参考实验指导书。
3. 主要算法设计
根据课程设计的内容和实现文件系统需要,给出查找,插入文件,用户等关键算法,可以参考演示程序。
4. 模拟实现文件系统
根据设计的数据结构,流程框图以及具体算法,用C/C++ 等高级程序设计语言模拟文件系统
-
-
0下载:
数据结构,顺序表,查找,排序。环境下进行,前面需要该写下-data structure, order forms, search, sort. And under the previous need to write
-
-
0下载:
采用flash做的数据结构演示动画,对学习数据结构有很大帮助-done using flash demonstration of the data structure and animation data structure for the study will be of great help
-
-
0下载:
图的遍历:图是由顶点集合(vertex)及顶点间的关系集合组成的一种数据结构:Graph=( V, E ).使用拓扑排序的算法.-traverse the map : The map is set by the vertex (Vertex) and the relationship between peak set consisting of a data structure : Graph = (V, E). The use of topological sorting algorithm.
-