资源列表

« 1 2 ... .40 .41 .42 .43 .44 2245.46 .47 .48 .49 .50 ... 2657 »

[数据结构常用算法nizhuanguangyibiao

说明:通过编写递归算法,将广义表中的各个数据元素逆转。 -Through the preparation of recursive algorithms, generalized form of the various data elements reversed.
<杨勇> 在 2024-09-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法Solution

说明:四川大学软件工程系数据结构课后答案详细解答-Sichuan University, Software Engineering, Data Structure after-school answer to the detailed answers
<he> 在 2024-09-09 上传 | 大小:333824 | 下载:0

[数据结构常用算法DLB

说明:关于单链表的C、C++ 语言实现, 上传给那些需要数据结构实验的 人-On a single list of C, C++ Language, upload the data structure to those in need of the experiment were
<lucien> 在 2024-09-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法mingtiyansuan

说明:(1)利用二叉树来计算公式的真值。首先利用堆栈将中缀形式的公式变为后缀形式;然后根据后缀形式,从叶结点开始构造相应的二叉树;最后按后序遍历该树,求各子树之值,即每到达一个结点,其子树之值已经计算出来,当到达根结点时,求得的值就是公式之真值。 (2)逻辑变元的标识符不限于单字母,而可以是任意长的字母数字串。 (3)根据用户的要求显示表达式的真值表。 -(1) the use of binary tree to calculat
<hillary> 在 2024-09-09 上传 | 大小:7168 | 下载:0

[数据结构常用算法Dijkstra

说明:单源最短路径问题:给定带权有向图G=(V,E)。给定V中的一个顶点v,称为源。要计算从源到所有其它各顶点的最短路径长度。-Single-source shortest path problem: a given weighted directed graph G = (V, E). Given a vertex V in v, known as the source. To calculate from the source to al
<忠波> 在 2024-09-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法stuctures

说明:本系统采用C语言编写,利用邻接链表实现最短路径问题,关键路径问题等-The system uses the C language, using adjacency list realize the shortest path problem, critical path issues
<66> 在 2024-09-09 上传 | 大小:2048 | 下载:0

[数据结构常用算法200405165111

说明:长整数的计算,用C实现,数据结构。是数据结构(严蔚敏)课后习题的实现。-Long integer calculations, using C realize, data structures. Is a data structure (Yan Wei-min) after the realization of exercises.
<艾雪辉> 在 2024-09-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法shuizhunwang

说明:自行开发 水准网平差程序-Self-developed standard procedures for network adjustment
<> 在 2024-09-09 上传 | 大小:84992 | 下载:0

[数据结构常用算法fpgrowth

说明:这是一个fp-growth算法,十分有用-This is a fp-growth algorithm, very useful
<11> 在 2024-09-09 上传 | 大小:7168 | 下载:0

[数据结构常用算法qsort

说明:可能是能找到的处理速度最快,处理能力最大的文本排序软件。软件里采用了如下技术加快排序速度和加大处理能力: 1.平衡二叉树排序;跳跃次数最少,路径最短; 2.重复字符串压缩存储;减少空间占用,也提高处理速度; 3.化零为整式申请内存,每次申请16M内存,减少了内存碎片,提高内存效率,同时也节省了内存申请所花的时间; 4.采用快速链接索引,可以快速跳到二叉树的分支; 5.含有按照通配符查找目录子目录所有文件的类,可快速排
<叶一> 在 2024-09-09 上传 | 大小:114688 | 下载:0

[数据结构常用算法shujujiegou

说明:包含了几个常用的数据结构算法:KMP算法、单链表的合并、快速排序和折半查找算法-Contains a number of commonly used data structure algorithms: KMP algorithm, a single consolidated list, quick sort and binary search algorithm
<luo_hongbin> 在 2024-09-09 上传 | 大小:7168 | 下载:0

[数据结构常用算法DELETEX

说明:数据结构,将有序表中所有值为x的元素全部删除。-Data structure, will be an orderly table for all value of x to delete all of the elements.
<翱翔> 在 2024-09-09 上传 | 大小:3072 | 下载:0
« 1 2 ... .40 .41 .42 .43 .44 2245.46 .47 .48 .49 .50 ... 2657 »

源码中国 www.ymcn.org