资源列表

« 1 2 ... .42 .43 .44 .45 .46 2347.48 .49 .50 .51 .52 ... 2656 »

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

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

[数据结构常用算法calculator

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

[数据结构常用算法a

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

[数据结构常用算法b

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

[数据结构常用算法d

说明:设计一个稀疏矩阵计算器,要求能够:⑴输入并建立稀疏矩阵;⑵输出稀疏矩阵;⑶执行两个矩阵相加;⑷执行两个矩阵相乘;⑸求一个矩阵的转置矩阵;⑹求一个矩阵的逆矩阵(选做)。-Design of a sparse matrix calculator, requires the ability to: ⑴ input and the establishment sparse matrix ⑵ output sparse matrix ⑶ perform two matrices are added
<David> 在 2025-06-22 上传 | 大小: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), requires the ability to: (1) t
<David> 在 2025-06-22 上传 | 大小:2kb | 下载:0

[数据结构常用算法cycleList

说明:一个简易的环形链表程序,支持插入、查找、删除等基本操作,风格简约,gcc下编译通过-A simple circular linked list that supports insert, search, delete, and other basic operations, simple style, gcc compiler through
<Xie Guannan> 在 2025-06-22 上传 | 大小:3kb | 下载:0

[数据结构常用算法Greedy-algorithm

说明:使用C语言编写的背包问题之贪婪算法求解源代码 -Greedy algorithm using C language source code for solving the knapsack problem
<刘锋> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法GS_StableMatch

说明:GS固定匹配算法的python3实现,包括算法实现、随机数据生成、文件操作等模块-GS_Stable Match Algorithm implemented by Python
<林浣熊> 在 2025-06-22 上传 | 大小:152kb | 下载:0

[数据结构常用算法insertSort

说明:插入排序法,能够对已知的数组元素进行升序和降序排列。-Insertion sort, able to be aware of the array elements in ascending and descending order.
<ywd> 在 2025-06-22 上传 | 大小:1kb | 下载:0

[数据结构常用算法FixedSum

说明:利用Hash查找的方式,寻找int数组中元素之和为固定和-Find a way to make use of Hash, looking int elements of the array and fixed and
<xmh> 在 2025-06-22 上传 | 大小:1.67mb | 下载:0
« 1 2 ... .42 .43 .44 .45 .46 2347.48 .49 .50 .51 .52 ... 2656 »

源码中国 www.ymcn.org