资源列表

« 1 2 ... .73 .74 .75 .76 .77 2378.79 .80 .81 .82 .83 ... 2656 »

[数据结构常用算法visualization

说明:高人做的排序算法图形化展示,有点意思,用空看看!-sort program demostrate for
<wat> 在 2024-11-09 上传 | 大小:517kb | 下载:0

[数据结构常用算法Data-Structure-SWF

说明:数据结构的各个算法的Flash动画演示,非常全,非常生动。SWF格式,直接就能打开。学习数据结构必备。-Flash animation of each algorithm data structure, very full, very vivid. SWF format, can be opened directly. Learning the necessary data structures.
<whistlezl> 在 2024-11-09 上传 | 大小:940kb | 下载:0

[数据结构常用算法double-cycle-linkedlist

说明:双向循环链表,能够实现插入,删除节点的功能,并且支持循环操作。-double cycle linkedlist
<张衡> 在 2024-11-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法calculator

说明:实现简易的加减乘除运算,在VC环境下运行用到栈和队列的相关知识-Implement simple arithmetic operations, operating environment used in the VC stack and queue knowledge
<krystal> 在 2024-11-09 上传 | 大小:3kb | 下载:0

[数据结构常用算法a

说明:基于二叉链表存储结构实现二叉树的基本运算,要求: ⑴能建立非空二叉树; ⑵实现二叉树的先、中、后序递归遍历算法; ⑶实现二叉树的非递归的先(或中、或后)序遍历算法及层序遍历算法; ⑷记录运行结果并对递归算法和非递归算法的效率加以分析。 -List storage structure based on binary binary tree of basic operations, require: ⑴ to estab
<David> 在 2024-11-09 上传 | 大小:2kb | 下载:0

[数据结构常用算法b

说明:数据结构图的存储结构及基本操作 要求: ⑴能根据输入的顶点、边/弧的信息建立图; ⑵实现图中顶点、边/弧的插入、删除; ⑶实现对该图的深度优先遍历; ⑷实现对该图的广度优先遍历。 备注:单号基于邻接矩阵,双号基于邻接表存储结构实现上述操作。 -Data storage structure diagram and the basic operational requirements: ⑴ can bui
<David> 在 2024-11-09 上传 | 大小:2kb | 下载:0

[数据结构常用算法c

说明:数据结构内部排序示例 ⑴实现三种以上内部排序方法; ⑵生成随机数以构造待排表; ⑶记录运行结果并加以分析。 -⑴ internal data structures to achieve three or more examples of the sort of internal sorting methods ⑵ generates a random number table to construct to be
<David> 在 2024-11-09 上传 | 大小:1kb | 下载:0

[数据结构常用算法d

说明:设计一个稀疏矩阵计算器,要求能够:⑴输入并建立稀疏矩阵;⑵输出稀疏矩阵;⑶执行两个矩阵相加;⑷执行两个矩阵相乘;⑸求一个矩阵的转置矩阵;⑹求一个矩阵的逆矩阵(选做)。-Design of a sparse matrix calculator, requires the ability to: ⑴ input and the establishment sparse matrix ⑵ output sparse matrix ⑶ pe
<David> 在 2024-11-09 上传 | 大小:3kb | 下载:0

[数据结构常用算法e

说明:按常规形式输入算术表达式(例如:输入2*(6-4)+8/4),要求能够: (1)生成表达式的后缀表示,并输出; (2)生成表达式的前缀表示,并输出; (3)基于表达式的后缀表示,对该表达式求值; (4)编写一个主程序对表达式求值函数进行测试。 -Enter a conventional form of arithmetic expressions (for example: Input 2* (6-4)+8/4),
<David> 在 2024-11-09 上传 | 大小:2kb | 下载:0

[数据结构常用算法mergesort

说明:用C++实现在数据的输入,并通过输入要查找的数据的值返回所查找的数据所在数组中的位置-In c++ to realize the data input, and through the input data to find the value of the return to find the position of the array of data
<echo42> 在 2024-11-09 上传 | 大小:18kb | 下载:0

[数据结构常用算法4.6

说明:用C++实现的。给线性表添加一个成员函数,倒置线性表中元素的顺序。对于n个元素的线性表,算法的时间代价为n.-With c++ implementation. Linear table to add a member function, the order of the elements in a linear inversion table. For the linear table of n elements, the algori
<echo42> 在 2024-11-09 上传 | 大小:17kb | 下载:0

[数据结构常用算法4.17

说明:编写一个递归算法实现: T(n)=T[n/2](向上取整)+T[n/2](向下取整)+n T(1)=1 然后用栈来模拟递归调用,重新编写一个算法. -Write a recursive algorithm implementation: T (n) = T (rounded up) [n/2]+ T n/2+ n (round down) T (1) = 1 Then use the stack to si
<echo42> 在 2024-11-09 上传 | 大小:16kb | 下载:0
« 1 2 ... .73 .74 .75 .76 .77 2378.79 .80 .81 .82 .83 ... 2656 »

源码中国 www.ymcn.org