资源列表

« 1 2 ... .03 .04 .05 .06 .07 2308.09 .10 .11 .12 .13 ... 2656 »

[数据结构常用算法Parentheses-matching-algorithm

说明:这是一个利用栈与队列来进行括号匹配的算法,相信会有利于初学者对数据结构的理解-This is a stack and queue to brace matching algorithm, I believe there will help beginners understand the data structure
<陈新> 在 2024-11-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法Linear-table-to-insert-a-number

说明:这是一个数据结构的线性表插入一个元素的算法,该程序由课本伪代码改编而成,非常方便于初学者学习数据结构线性表的知识以及提高自信心-This is a linear list data structure to insert an element of the algorithm, the program adapted from the textbook pseudo-code is made very easy for beginner
<陈新> 在 2024-11-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法Binary-tree-shortest-path-summation

说明:这是一个数据结构中二叉树的最短路径求解的问题的源代码打包,代码简明易懂,方便初学者的学习-This is a binary tree data structure for solving the shortest path problem' s source code package, code easy to understand, easy for beginners to learn
<陈新> 在 2024-11-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法depth-first-traversal

说明:这是一个数据结构中二叉树的邻接链表的建立以及广度优先遍历和深度优先遍历的算法,对于初学者来说,这样的算法简单易懂,非常容易上手-This is to establish and breadth of a binary tree data structure adjacency list first traversal and depth-first traversal algorithm, for starters, this algo
<陈新> 在 2024-11-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法management-system-

说明:这是一个基于C语言以及数据结构的商品管理系统的源代码,界面优雅美观,麻雀虽小,五脏俱全,十分有利于初学者学习-This is a C-based language and data structures merchandise management system source code, elegant and beautiful interface, small but perfectly formed, very beneficia
<陈新> 在 2024-11-15 上传 | 大小:7kb | 下载:0

[数据结构常用算法sample4

说明:工神经网络(Artificial Neural Network)又称连接机模型,是在现代神经学、生物学、心理学等学科研究的基础上产生的,它反映了生物神经系统处理外界事物的基本过程,是在模拟人脑神经组织的基础上发展起来的计算系统,是由大量处理单元通过广泛互联而构成的网络体系,它具有生物神经系统的基本特征,在一定程度上反映了人脑功能的若干反映,是对生物系统的某种模拟,具有大规模并行、分布式处理、自组织、自学习等优点,被广泛应用于语音分析、图
<沈阳阳> 在 2024-11-15 上传 | 大小:98kb | 下载:0

[数据结构常用算法LCS

说明:该程序用于求两个序列的最长子段,通过动态规划算法,记录子问题的结果,进而求出最终的最长子段。-The procedure used to find the longest sequence of two sub-sections, through dynamic programming algorithm to record the results of sub-problems, and then find the longest s
<朱江> 在 2024-11-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法0203

说明:利用赫夫曼树的编码思想,构造一个完整的赫夫曼编码系统。 要求如下: ①从键盘读入字符集大小n,以及n个字符和n个权值,建立赫夫曼树,然后对赫夫曼树进行编码,输出结果。 ②使用上述字符集创建一个任意的明文,对该明文进行编码,输出该明文的电文序列。 ③利用上述创建的编码集合,输入任意的电文序列,输出该电文的明文。-Use Huffman coding tree thinking, construct
<Lr> 在 2024-11-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法binaryTree

说明:用代码动态实现任意一棵不超过四层的二叉树的先序遍历过程-With code dynamically to achieve no more than four of any one binary tree preorder process
<魏丹银> 在 2024-11-15 上传 | 大小:35kb | 下载:0

[数据结构常用算法record

说明:采用顺序存储结构,实现学生成绩处理的相关问题,包括:学生信息的录入、查询、修改、排序、确定名次以及信息的输出。其中学生信息包括:学号、姓名、四门课、总分、及排名; 排序方法包括:希尔排序、快速排序、选择排序。 -Sequential storage structure, to achieve student performance related issues, including: input student informat
<vermouthi> 在 2024-11-15 上传 | 大小:3kb | 下载:0

[数据结构常用算法Matrix_Sparse

说明:设计、实现稀疏矩阵的数据结构,并能修改矩阵中的元素值,对矩阵进行加法、乘法运算。-Design, implementation, sparse matrix data structure, and can modify the matrix element values ​ ​ of matrix addition, multiplication.
<Liuning> 在 2024-11-15 上传 | 大小:485kb | 下载:0

[数据结构常用算法yiyuan

说明:多项式的四则运算,数据结构线性链表的经典例题。-Polynomial arithmetic, linear linked list data structure classic example.
<wuhuali> 在 2024-11-15 上传 | 大小:443kb | 下载:0
« 1 2 ... .03 .04 .05 .06 .07 2308.09 .10 .11 .12 .13 ... 2656 »

源码中国 www.ymcn.org