搜索资源列表
boost_source_code
- 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持;
tubianli
- 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=
FileSystem
- 我编写的文件系统模拟程序。 运行程序后,在左端控制面板可以进行格式化,打开已有目录文件和保存目录文件功能,在中间的树形目录中,可以选中文件或文件夹,进行重命名,新建,删除等等工作,双击选中项可以直接打开文件。 整个磁盘空间被划分为了三个部分:索引,FAT,和数据块Block。 对于空闲数据块的管理,使用的是位图的方法,每个Block对应一个FAT结构,FAT中存放了该Block的信息和下一个关联Block号。 文件目录采用了多级目录结构,并建立了索引。 -I prepared
Graphs_code
- 图的算法代码,数据结构中有关图的算法及各功能实现-Map algorithm code
tree
- 图的遍历,一个关于在数据结构中的问题,包括前序,后序,中序。-Graph traversal, a data structure on the problem, including the former sequence, after the sequence, in the order.
7777
- 在内存中创建一个图,主要用到了数据结构中连接链表的知识,最后能够遍历整张图的节点-Create a map in memory, the main data structure used to connect the knowledge of the list, the last to traverse the entire graph node
graph
- 关于数据结构中图的一些算法,包括Dijkstra、Floyd-Warshall等-About some algorithms about graph, including Dijkstra, Floyd-Warshall
CriticalPath
- 关键路径算法,进阶数据结构与算法就全靠它了,图中强有力的算法-Critical path algorithm, advanced data structures and algorithms depends on it, a powerful figure in the algorithm
a
- 进程死锁.资源分配图的绘制 建立所需数据结构; 使用题目21存成的资源分配图的文件作为输入; 编写资源分配图化简算法; 每化简一步,在屏幕上显示化简的当前结果; 最后给出结论,是否死锁,如思索给出死锁的进程及资源; -Process deadlock. Resource allocation mapping establish the required data stru
jiaotongzixun
- 数据结构的课程设计,做的是一个交通查询,主要用到图的算法,和大家共享,欢迎指正!-Data structure curriculum design, do a query traffic, mainly used graph algorithms, and share, please correct me!
graph
- 数据结构-图,关于无向图的一点基本知识,mfc可视化+图形界面-Data structure- Figure
tudebianli
- 图的遍历,用邻接矩阵实现无向图,数据结构算法,C实现-Graph traversal, adjacency matrix to achieve an undirected graph data structure algorithms, C to achieve
construction-process-map
- 此文档详细介绍了图的构造过程,适合刚学数据结构的学者,本文档的中程序能在vc6.0上运行-This document details the construction process diagram, data structure suitable for just learning academics, this document programs can run on vc6.0
code_03
- 数据结构中与图有关的一些经典算法在社交网络中的完美应用,与前面传的几个没有重复-Several data structures of some classical algorithm perfect application and map-related social networks, do not repeat the previous pass
guide
- c语言实现校园导游图系统 数据结构实验 -c language campus guide map system data structures experiments
Data-Struction--
- 《数据结构》图论部分的代码,主要关于交通图的代码撰写。-《Data Struction》