资源列表

« 1 2 ... .79 .80 .81 .82 .83 2084.85 .86 .87 .88 .89 ... 2656 »

[数据结构常用算法erchashu

说明:假设自上而下按层次,自左至右输入每个结点的一个三元组(N, P, L/R)。其中N为本结点的元素,P为其夫结点,L指示N为P 的左孩子,R指示N为P的右孩子。试写一个建立二元树在内存的双链表示算法,并实现先根、中根、后根以及层序遍历算法。 -Assuming that the top-down hierarchy, from left to right input each node is a triple (N, P, L/R).
<jxl> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法duoxiangshi

说明:采用链式结构实现任意多项式的存储,求两个多项式的和。 -Using the chain structure to achieve arbitrary polynomial storage, and seeking two polynomials.
<jxl> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法cunchujiegou

说明:采用邻接矩阵实现有向网的存储,建立有向网,并实现单源最短路径算法。 -Adjacency matrix storage to the network, to establish a network and single-source shortest path algorithm.
<jxl> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法rand-program

说明:一个简单的随机数生成程序,采用c++语言,在visual c++ 6.0环境执行-A simple random number generator program, using c++ language, in visual c++ 6.0 environment to perform
<wangxiang> 在 2024-09-28 上传 | 大小:206848 | 下载:0

[数据结构常用算法Single-Source-Shortest-Path

说明:从题目给出的N个节点以及相应距离中,找出单源最短路径,采用贪心算法-N nodes and the corresponding distances from the title given to find the single source shortest path, the greedy algorithm
<peter> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法LL

说明:comprehensive linked list programs which has all basic functions like insert, print and linked list reversal for developing basic understanding of linked lists
<Prateek> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法TRIAL

说明:as simple program which reverses k alternate nodes of a singly linked list by using an efficient algorithm.
<Prateek> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法PALIN

说明:a simple program to check if the given program is a palindrome or not and if it is then inform the user who entered the string as input.
<Prateek> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法binaryHeap

说明:二叉堆的模板类,实现基本功能以及一些拓展功能-the template code of Binary Heap
<Yu Hangchen> 在 2024-09-28 上传 | 大小:1024 | 下载:0

[数据结构常用算法REINAS-NUEVO

说明:Solution to the 8 queen problem using genetic algorithms in c-Solution to the 8 queen problem using genetic algorithms in c++
<kruznik26> 在 2024-09-28 上传 | 大小:377856 | 下载:0

[数据结构常用算法searchanddelete

说明:用不带表头的单链表实现查找和删除并输入和输出链表中的元素 -Find and delete elements in the linked list, and input and output with a single linked list without header
<阿糖> 在 2024-09-28 上传 | 大小:2908160 | 下载:0

[数据结构常用算法ijtegrate

说明:Programs to induce a naive possibilistic classifier (a possib()
<pargllew> 在 2024-09-28 上传 | 大小:30720 | 下载:0
« 1 2 ... .79 .80 .81 .82 .83 2084.85 .86 .87 .88 .89 ... 2656 »

源码中国 www.ymcn.org