资源列表

« 1 2 ... .47 .48 .49 .50 .51 2452.53 .54 .55 .56 .57 ... 2656 »

[数据结构常用算法wzh_zuoye

说明:数据结构 二叉树的顺序栈 链表存储的 c++ 代码-code of binary tree using two ways
<li> 在 2024-11-07 上传 | 大小:436224 | 下载:0

[数据结构常用算法LinkList_Tmpl

说明:一个用模板技术实现的单链表类。可以直接包含进自己的C++工程中使用。-A single list class template technology used. It can be included directly into their C++ project uses.
<李刚> 在 2024-11-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法Tqueue_Test

说明:delphi2007 Tqueue 入列 出列 获取下一个出列内容 -delphi Tqueue
<黄攀> 在 2024-11-07 上传 | 大小:635904 | 下载:0

[数据结构常用算法1.1.1

说明:ADT List 基本操作12个; 用顺序存储结构实现-ADT List Basic Operation 12 with sequential storage structure to achieve
<steve> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法1.1.2

说明: ADT List 基本操作12个: 用链式存储结构实现-ADT List Basic Operation 12: The realization of the chain storage structure
<steve> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法2.2

说明:设有一个双向循环链表,每个结点中除有pre,data和next三个域外,还增设了一个访问频度域freq。在链表被起作用前,频度域freq的值均初始化为零,而当对链表进行一次LOCATE(L,x)的操作之后,被访问的结点(即元素值等于x的节点)中的频度域freq的值便增1,同时调整链表中结点之间的次序,使其按访问频度非递增的顺序排列,以便始终保持被频繁访问的结点总是靠近表头结点。-There is a two-way circular l
<steve> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法3.3

说明:试利用循环队列编写求k阶斐波那契序列中前n+1项的算法。要求满足: , 其中max为某个约定常数。 (注意:本题所用循环队列的容量仅为k, 则在算法执行结束时,留在循环队列中的元素应是所求k阶斐波那契序列中的最后k项)-Try using a circulating written request queue order k Fibonacci sequence algorithm that deed before n+1 ite
<steve> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法3.4.1

说明: 利用栈操作实现八皇后问题求解 (选做题) 数据结构实上机验操作-The use of stack operations to achieve the eight queens problem solving data structure real test operations on the machine (Optional Problem)
<steve> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法4

说明:《数据结构》 第4次上机题目 (二叉树练习 ) 1. 编程实现书P121 ADT BinaryTree 基本操作20个,用二叉链表结构实现; 2. 二叉树的先序、中序、后序遍历递归(非递归选做)方法,层次遍历。-" Data Structure" on machine 4th title (binary exercises) 1. Programming book P121 ADT BinaryTree bas
<steve> 在 2024-11-07 上传 | 大小:3072 | 下载:0

[数据结构常用算法5

说明:《数据结构》 第5次上机题目 ( 二叉树 图 练习 ) 1.编程实现书P156 ADT Graph 基本操作13个,用邻接矩阵存储结构实现; 2. 哈夫曼树的建立。-" Data Structure" 5th title on the machine (Fig binary exercises) 1. Programming book P156 ADT Graph 13 basic operations, us
<steve> 在 2024-11-07 上传 | 大小:3072 | 下载:0

[数据结构常用算法6

说明:《数据结构》 第6次上机题目 ( 图 练习 ) 1. 图的深度优先和广度优先遍历; 2.拓扑排序; 3. 关键路径练习(选做题); 4.最短路径练习(选做题)。-" Data Structure" depth first and breadth sixth title on the machine (Figure Exercise) 1. Graph traversal priority 2. Top
<steve> 在 2024-11-07 上传 | 大小:6144 | 下载:0

[数据结构常用算法paixu

说明:各种各样的排序,插入排序,交换排序,快速排序,选择排序等待,这个只是部分函数-A variety of sort, insertion sort, sort, quick sort exchange, choose Sort
<steve> 在 2024-11-07 上传 | 大小:15360 | 下载:0
« 1 2 ... .47 .48 .49 .50 .51 2452.53 .54 .55 .56 .57 ... 2656 »

源码中国 www.ymcn.org