资源列表

« 1 2 ... .86 .87 .88 .89 .90 1891.92 .93 .94 .95 .96 ... 2656 »

[数据结构常用算法BUCKET_SORT

说明:桶排序算法,通过链表存储桶中数据,采用直接插入法插入队列。-Bucket sorting algorithm, the bucket list data by using the direct insertion into the queue.
<尹纪权> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法thecodeofpower

说明:用面向对象C++实现的乘法运算代码,对任意输入的一个整数,自动计算出n^n-Object-oriented C++, multiplication code, an integer for any input, automatically calculate the n ^ n
<tang chuang> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法third

说明:利用二叉树的前序和中序遍历建立二叉树,删除二叉树-Use of binary tree traversal pre order and the establishment of a binary tree
<linser> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法tu2

说明:建立图的邻接表存储,并且要显示邻接表数据。-Establishment of the adjacency table storage, and adjacency table to display data.
<朱建> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法tccglxt

说明:实验中存储结构使用链表,实现元素的插入和删除,停车厂中使用栈的方式,在便道上使用队列-Experiment using the linked list storage structure, to achieve the element insertion and deletion, for Parking in the way of using the stack, use the queue in the sidewalk
<王安东> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法Btree

说明:用c++实现b+tree,包含插入删除等函数-Achieved using c++ b+ tree, including insert and delete functions
<hehq> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法lisanshuxushiyan1

说明:1. 从键盘输入两个命题变元P和Q的真值,求它们的合取、析取、条件和双条件的真值。(A) 2. 求任意一个命题公式的真值表(B,并根据真值表求主范式(C)) -1. From the keyboard input variables of two propositions P and Q of the true value, find their conjunction, disjunction, conditional and
<程国栋> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法lisanshuxu2

说明:1. 求有限集上给定关系的自反、对称和传递闭包。(有两种求解方法,只做一种为A,两种都做为B) 2. 求有限集上等价关系的数目。(有两种求解方法,只做一种为A,两种都做为B) -1. Find a limited set of relations on a given reflexive, symmetric and transitive closure. (There are two solution method, only
<程国栋> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法lisanshuxushiyan3

说明:以偶对的形式输入一个无向简单图的边,建立该图的邻接矩阵,判断图是否连通(A)。并计算任意两个结点间的距离(B)。对不连通的图输出其各个连通支(C)。-Even on the form to input an undirected graph edge, the establishment of the adjacency matrix to determine whether the connectivity graph (A). An
<程国栋> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法Advanced.cell.algorithm

说明:细胞算法设计高级代码Advanced code cell algorithm -Advanced code cell algorithm
<d> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法BinarySearchTree

说明:二叉搜索树,二叉搜索树的查找过程和次优二叉树类似,通常采取二叉链表作为二叉搜索树的存储结构。中序遍历二叉搜索树可得到一个关键字的有序序列,一个无序序列可以通过构造一棵二叉搜索树变成一个有序序列,构造树的过程即为对无序序列进行排序的过程。每次插入的新的结点都是二叉搜索树上新的叶子结点,在进行插入操作时,不必移动其它结点,只需改动某个结点的指针,由空变为非空即可。搜索,插入,删除的复杂度等于树高。-Binary search tree, b
<qinxiaoyu> 在 2024-10-02 上传 | 大小:2048 | 下载:0

[数据结构常用算法y

说明:用二叉树进行整数的十进制运算(包括括号)-Decimal integer with a binary tree for operations (including brackets)
<fengweima> 在 2024-10-02 上传 | 大小:2048 | 下载:0
« 1 2 ... .86 .87 .88 .89 .90 1891.92 .93 .94 .95 .96 ... 2656 »

源码中国 www.ymcn.org