资源列表

« 1 2 ... .62 .63 .64 .65 .66 2467.68 .69 .70 .71 .72 ... 2656 »

[数据结构常用算法Matrix

说明:自定义矩阵类,可实现乘除、求逆、求行列式等功能。-Class of Matrix,which is helpful for students.
<zhubingqi> 在 2024-11-07 上传 | 大小:7168 | 下载:0

[数据结构常用算法Deepfirst

说明:二叉树的深度优先遍历实现,C++编程实现。-Depth-first traversal of a binary tree to achieve.
<zhubingqi> 在 2024-11-07 上传 | 大小:5120 | 下载:0

[数据结构常用算法map

说明:数据结构 BFS DFS Prim kruscal dijkstra 代码-code of BFS DFS Prim kruscal dijkstra
<li> 在 2024-11-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法heap

说明:数据结构 最大堆 最小堆 C++ 代码 对于数据结构学习很有帮助-code of Maxheap minHeap
<li> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法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
« 1 2 ... .62 .63 .64 .65 .66 2467.68 .69 .70 .71 .72 ... 2656 »

源码中国 www.ymcn.org