搜索资源列表
DSAAcodes
- 《数据结构、算法与应用》从C++语言应用角度列举了要点,以大量示例实现了表、树、图数据结构,最后实证了各种典型算法。以标准C++语法,模板化设计,符合软工思想。此内容为源码。-"data structures, algorithms and applications" from the perspective of C language application listed on the main points, a large number of examples to a
chashu
- 这是个数据结构的算法(二叉树的实现),标准,合理-This is the algorithm data structure (the realization of a binary tree), standards, reasonable
vcwork
- 上传几个数据结构源代码,比较简单。用标准c++写的。-upload a few data source code structure, relatively simple. Standard c writes.
B+树实现旅游图站点搜索
- 一、 需求分析: (1) 已知某市每条公路路线及沿途所经过的站名,要实现的功能是:在任一车站终端查询知道 1、 是否有公共汽车到达指定的目的地(任一站点) 2、 若有,打印出乘车的路线(不一定唯一)。如需中途换车,应指示在哪里换哪条线路的车。 (2) 实现的数据结构:因为将公共交通图看成是一个有向图,所以选择十字链表为其数据结构。 其中有信息点为:站点的连接关系(十字链表的弧头和弧尾链域很好的实现了这个功能) 反应途径的线路号(这个当作弧的信息域,含有两个往返的方向,并且每个方向又对
DataStructureOfE00
- e00文件格式是ArcGIS的标准数据交换格式,这是e00文件的数据结构-The data structure of e00 file.
cora
- cora元数据提取数据集,已被作为提取标准数据集-cora metadata to extract data set has been used as a standard data set was extracted
queue
- 标准数据结构queue的c源码实现,非常规范,仅供参考-C source code to achieve the standard data structure queue
redblack
- 标准数据结构红黑树的C语言实现,很规范,供参考-The standard C language data structure of red-black tree implementation specifications for reference
leftheap
- 标准数据结构左式堆的C语言实现,很规范,供参考-The left-heap of C language implementation of the standard data structures, specifications for reference
pairheap
- 标准数据结构pairheap的C语言实现,很规范,供参考-The standard of data structure pairheap the C language specifications for reference
avltree
- 标准数据结构avl树的实现,很规范,仅供参考-Standard data structures avl tree implementation specifications for reference only
splaytree
- 标准数据结构splaytree的C语言实现,很规范,供参考-The standard of data structure splaytree the C language specifications for reference
039_bus
- bpa环境下,Ieee39节点稳态暂态标准数据-the bpa environment IEEE 39 node Steady State Transient standard data
CQXAD959
- 解决算法题目时常用的标准库函数,有详细的使用方法说明哦,()
UserCheckIn
- 编程实现二叉树结构及其相关功能,以存储用户信息,不使用标准模板类的二叉树结构和函数。同时根据二叉树的变化情况,进行相应的平衡操作,即AVL平衡树操作,四种平衡操作都考虑。采用相应的数据结构模拟用户登录系统,其功能包括用户登录、用户密码更新、用户添加和用户删除等。(The programming implements the two fork tree structure and its related functions to store user information and do not
0565290
- 标准的pso程序包,还有pso电子书籍,可以用于学习和工程优化()
umytzzz28
- 标准BP神经网络算法程序:动量BP算法程序:% 调用 TRAINGDX 算法训练 BP 网络 粒子群优化神经网络源程序()
sesolution
- 经典的二路归并算法,按照标准的教科书上的算法编写,好用实际()
8589-银行客户平均等待时间
- 经典问题的标准算法:银行客户平均等候时间,要算等候时间和算逗留时间不同(The standard algorithm of the classic problem: the average waiting time of the bank customer is different from the waiting time and the time of the stay.)
C++STL(2th)
- STL标准模板库介绍,各种数据结构的使用,C++语言的实现(Introduction of Standard Template Library)