资源列表

« 1 2 ... .33 .34 .35 .36 .37 438.39 .40 .41 .42 .43 ... 2656 »

[数据结构常用算法mingtiyansuan

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

[数据结构常用算法stuctures

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

[数据结构常用算法200405165111

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

[数据结构常用算法shuizhunwang

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

[数据结构常用算法fpgrowth

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

[数据结构常用算法qsort

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

[数据结构常用算法DELETEX

说明:数据结构,将有序表中所有值为x的元素全部删除。-Data structure, will be an orderly table for all value of x to delete all of the elements.
<翱翔> 在 2025-01-21 上传 | 大小:3kb | 下载:0

[数据结构常用算法CF

说明:数据结构,将数据元素为整型的顺序表LA拆成两个分别存储奇数和偶数的顺序表LB和LC 。-Data structure, data elements will be of the order form for integer LA store is split into two odd-numbered and even-numbered sequence of tables LB and LC.
<翱翔> 在 2025-01-21 上传 | 大小:3kb | 下载:0

[数据结构常用算法ZHAN

说明:数据结构中顺序栈的表示与实现,“括号匹配的检验”算法与“回文判断”的算法。-Data structure in order and realize that stack,
<翱翔> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法STRING

说明:数据结构中串的应用: (1)利用堆存储结构的实现串的插入操作; (2) 利用堆存储结构的实现串的置换操作。 -Data structure in strings of application: (1) the use of heap storage structure realize string insertion operation (2) the use of heap storage structure of th
<翱翔> 在 2025-01-21 上传 | 大小:3kb | 下载:0
« 1 2 ... .33 .34 .35 .36 .37 438.39 .40 .41 .42 .43 ... 2656 »

源码中国 www.ymcn.org