资源列表

« 1 2 ... .13 .14 .15 .16 .17 2118.19 .20 .21 .22 .23 ... 2656 »

[数据结构常用算法linjiejuzhen

说明:能够输入输出一个图的邻接矩阵,能够对相应的边和顶点进行插入删除操作,能够进行深度和广度优先搜索遍历-The adjacency matrix of a graph can be input and output, insertion and deletion operations to the corresponding edges and vertices, depth and breadth-first search travers
<吴莹> 在 2024-10-20 上传 | 大小:3072 | 下载:0

[数据结构常用算法zhan

说明:能够将一个输入的中缀表达式(数字为一位或两位数)转换成后缀表达式,并能求出表达式的值。-Convert an input infix expression (figures for the one or two digits) the the suffix expression, and to evaluate the expression.
<吴莹> 在 2024-10-20 上传 | 大小:2048 | 下载:0

[数据结构常用算法erchashubianli

说明:能够以广义表输入一个二叉树,并能对其进行前序遍历,中序遍历,后序遍历,层次遍历。-Generalized list, enter a binary tree, and its preorder traversal, in order traversal post-order traversal, traverse the level.
<吴莹> 在 2024-10-20 上传 | 大小:2048 | 下载:0

[数据结构常用算法BAB

说明:使用分支定界法进行特征选择,是基于单调准则函数进行优化搜索的一种方法。-Feature selection using the branch and bound method, a method based on a monotonic criterion function to optimize the search.
<> 在 2024-10-20 上传 | 大小:7168 | 下载:0

[数据结构常用算法BitMapSort

说明:使用位图进行排序,这是一个简单实现,在此基础上可扩展-Using bitmap to sort, on the basis of scalable
<zhouxingfa> 在 2024-10-20 上传 | 大小:262144 | 下载:0

[数据结构常用算法BST

说明:用二叉链表实现二叉排序树的各个基本运算的算法,包括建表、查找,插入,删除,树的输出表示等-Binary sort tree binary list basic arithmetic algorithms, including the construction of the table, find, insert, delete, output representation of the tree
<朱晓建> 在 2024-10-20 上传 | 大小:143360 | 下载:0

[数据结构常用算法BTree

说明:B-树查找算法的测试,包括查找,拆分,替换,新建,删除等-Test of the B-tree search algorithms, including Find, split, replace, new, delete, etc.
<朱晓建> 在 2024-10-20 上传 | 大小:179200 | 下载:0

[数据结构常用算法hash

说明:开放定址法用于哈希表查找,hash函数为取余法,处理冲突方法用线性探测法;实现建表,查找,插入,删除等功能; 一般空记录的关键字标识NULLKEY。删除时在待删记录所在单元做一个标记,记做DELKEY -Open addressing method for hash table lookup
<朱晓建> 在 2024-10-20 上传 | 大小:3072 | 下载:0

[数据结构常用算法hash_link

说明:哈希表构建查找,hash函数为取余法,处理冲突方法利用链地址法;实现建表,查找,插入,删除等功能;-The chain address Fa Haxi table constructed Find
<朱晓建> 在 2024-10-20 上传 | 大小:2048 | 下载:0

[数据结构常用算法C_EightQueen

说明:8皇后问题。用递归算法实现。采用了面向对象和面向过程。-8queen problem solved in recursive algorithm。
<yang> 在 2024-10-20 上传 | 大小:3072 | 下载:0

[数据结构常用算法3

说明:数据结构算术表达式的求解问题,还可以转化成后缀表达式-Data structure of arithmetic expressions to solve problems, and can also be converted into postfix expression
<田阳> 在 2024-10-20 上传 | 大小:2048 | 下载:0

[数据结构常用算法Data

说明:Data structure curriculum design requirements
<严小菲> 在 2024-10-20 上传 | 大小:94208 | 下载:0
« 1 2 ... .13 .14 .15 .16 .17 2118.19 .20 .21 .22 .23 ... 2656 »

源码中国 www.ymcn.org