联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 数据结构(733) 

[数据结构] in2010-implementations

奥斯陆大学IN2010-算法和数据结构课程中讲授的算法和数据架构的Rust实现
Rust implementation of algorithms and data structures taught in the course IN2010 - Algorithms and Data Structures at the University of Oslo (2021-09-01, Rust, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689443466462612.html

[数据结构] CS367

为CS 367:数据结构导论中的作业编写的课程,威斯康星大学麦迪逊分校,2015年夏季
Programs written for assignments in CS 367: Introduction to Data Structures, at University of Wisconsin-Madison, Summer 2015 (2019-11-10, Java, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1689438383826299.html

[数据结构] z2

对于给定的任意四个整数(可重复),判定是否可以通过加、减、乘、除(可重复)运算使得计算结果为24。如果可以则给出其计算表达式或者计算步骤。
For any four integers (repeatable), it is determined whether the calculation result can be 24 by adding, subtracting, multiplying and dividing (repeatable). If you can, give its calculation expression or calculation steps. (2020-06-19, Python, 216KB, 下载0次)

http://www.pudn.com/Download/item/id/1592553429957134.html

[数据结构] (Dijkstra)

程序又有点错误,但是大部分是对的,有兴趣的可以看看
rightvf jdjk deoe cekjkf ejf ef ew dd e e fe f fds cd s s ee wr er t t re ef sdd a a addvf v df df re err f (2019-12-03, matlab, 16KB, 下载0次)

http://www.pudn.com/Download/item/id/1575377240266813.html

[数据结构] Matrix

把一个N*N的三角矩阵按列的方式映射到一个3N*2的一维数组,功能设置,输入输出、存储搜索、加减乘、转置。
Put an N* N triangular matrix is ​ ​ mapped to the column by way of a one-dimensional array of 3N* 2, the feature set, input and output, storage, search, add and subtract multiply, transpose. (2014-04-13, Visual C++, 1KB, 下载5次)

http://www.pudn.com/Download/item/id/2509919.html

[数据结构] kdtree

用matlab语言写的kdtree函数(k-d树,是一种分割k维数据空间的数据结构。主要应用于多维空间关键数据的搜索)
failed to translate (2013-05-07, matlab, 112KB, 下载78次)

http://www.pudn.com/Download/item/id/2231958.html

[数据结构] dj

Dijkstra(迪杰斯特拉)算法是典型的最短路径路由算法,用于计算一个节点到其他所有节点的最短路径
Dijkstra (Dijkstra) algorithm is a typical shortest path routing algorithm used to calculate a node to all other nodes of the shortest path (2011-11-18, C/C++, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/1703656.html

[数据结构] CPP_map

图的基本结构,及基本操作,包括最短路径树,最小生成树的Prim算法和克鲁斯卡尔算法
Map the basic structure and basic operations, including the shortest path tree, Prim' s minimum spanning tree algorithm and Kruskal algorithm (2011-08-16, Visual C++, 1732KB, 下载8次)

http://www.pudn.com/Download/item/id/1623062.html

[数据结构] DIJSTRA

Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。
Dijkstra (Dijkstra) algorithm is a typical single-source shortest path algorithm for computing a node to all other nodes of the shortest path. (2010-07-11, C/C++, 1KB, 下载5次)

http://www.pudn.com/Download/item/id/1238763.html

[数据结构] classic_C_algrithm

里面包括了很多经典的算法,包括 河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一)等等
Which includes many classic algorithms, including the Tower of Hanoi Fibonacci Liebasika triangular tri-color chess mouse labyrinth walk (1), etc. (2010-06-25, C/C++, 431KB, 下载3次)

http://www.pudn.com/Download/item/id/1223702.html

[数据结构] tt

算法设计与分析 习题部分解 比如:由于矩阵乘法满足结合律,所以计算矩阵的连乘可以有许多不同的计算次序。这种计算次序可以用加括号的方式来确定。 若一个矩阵连乘积的计算次序完全确定,也就是说该连乘积已完全加括号,则可以依此次序反复调用2个矩阵相乘的标准算法计算出矩阵连乘积
Algorithm design and analysis of some solutions of exercises to meet the combination of matrix multiplication in the law, so even by calculating the matrix can be calculated many different order. This calculation can be bracketed sequence manner. Even if the product of a matrix calculation to determine the order entirely, that is to say the company has completely bracketed product, you can repeatedly call and so the order of two standard matrix multiplication algorithm to calculate the product matrix even (2009-07-11, Visual C++, 10KB, 下载31次)

http://www.pudn.com/Download/item/id/840523.html

[数据结构] algorithms

包罗各种算法,相当全面,可以下载看看,具体有单元加、求进制、汉诺塔、底层编程、小写数字转为大写数字、数据结构、算法基础等等。
Cover a variety of algorithms, is very comprehensive and can be downloaded to see the specific unit plus, and band, Tower of Hanoi, the underlying programming, lower case to upper case the number of figures, data structures, algorithms, etc. basis. (2009-04-18, Visual C++, 316KB, 下载2次)

http://www.pudn.com/Download/item/id/721548.html

[数据结构] 2.Greedy

该文件夹包含一系列常用的贪婪算法集合,其中包含经典的克鲁斯卡尔算法,普利姆算法。
The folder contains a series of commonly used collection of greedy algorithm, which includes the classical Kruskal algorithm,普利姆algorithm. (2009-04-13, C++ Builder, 9KB, 下载13次)

http://www.pudn.com/Download/item/id/714516.html

[数据结构] TranslateCalc

实现数据结构中的数学中序表达式转换为后继表达式. 并且运算出后序表达式的结果. 运算符号包括 + - * / & | ! ( ) 加 减 乘 除 与 或 非
Implementation data structure in the math expression in the sequence is converted to a subsequent expression. And after computing the result of the expression sequence. Computing symbols include+-*/& |! () Addition and subtraction or multiplication and division with (2009-03-06, Delphi, 176KB, 下载104次)

http://www.pudn.com/Download/item/id/663745.html

[数据结构] calculator

表达式计算器。表达式中只能有圆括号、函数名、运算符、常数与变量。一、变量名的命名规则:1、可以是字符、或字符串 2、不能以数字开头 3、不能夹杂有空格、运算符或标点符号,以及以下字符:\、|、=、&、%、$、@、#、`、~.二、函数有sin、cos、tan、cot、sqrt、asin、acos、atan、log,均需要小写。函数后的变量名可以加括号,也可以不要括号,如:log(C1)与logC1是相同的。三、运算符有+(加)、-(减)、*(乘)、/(除)与^(幂次)。
Expression calculator. Expression only in parentheses, function names, operators, constants and variables. A variable name naming rules: 1, may be characters, or strings 2, can not figure at the beginning of 3, not a mixture of spaces, operator or punctuation, as well as the following characters :,|,=, (2008-10-21, Visual C++, 48KB, 下载26次)

http://www.pudn.com/Download/item/id/564405.html

[数据结构] picture

图结构有着广泛的应用,本实训主要涉及两个方面的内容:一个是有关图的最短路径问题,用一个交通查询系统例子来验证迪杰斯特拉算法和费洛伊德算法;而另一个则工程项目实施过程中的关键路径问题。
Graph structure has a wide application, the Training involves two main aspects: one is related to map the shortest path problem, using examples of a traffic inquiry system to verify Dijkstra algorithm and fees Lloyd algorithm and the other and one project implementation process of the critical path problem. (2008-05-15, C/C++, 6KB, 下载19次)

http://www.pudn.com/Download/item/id/463498.html

[数据结构] hafumanbianma.rar

哈夫曼编码/译码 利用克鲁斯卡尔算法计算信息的哈夫曼编码,以便更好的利用通信信道。
Huffman encoding/decoding algorithm using Kruskal Huffman encoding of information in order to better use of communication channel. (2007-07-18, Visual C++, 13KB, 下载3次)

http://www.pudn.com/Download/item/id/309378.html

[数据结构] TriMat

在目录“\上三角矩阵类的实现”中给定了文件triMat.cpp、triMat.h,请把triMat.h文件中的9个填空位置补上正确的代码,使triMat.cpp能完成上三角矩阵的加、减、乘运算。要求输入: 输入矩阵维数:4 输入矩阵a的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 输入矩阵b的元素(包括0): 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1
in the directory "\ triangular matrices on the achievement," given the document triMat.cpp. triMat.h invited to triMat.h documents fill up the nine positions make up the correct code, so triMat.cpp complete triangular matrix on the addition, subtraction, multiplication. Importation : input matrix dimension : a four input matrix elements (including 0) : 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 b of the input matrix elements (including 0) : 1 2 3 4 0 1 2 3 0 0 1 2 0 0 0 1 (2006-06-01, Visual C++, 572KB, 下载3次)

http://www.pudn.com/Download/item/id/190077.html

[数据结构] 二进制信道均衡算法源程序清单

关于自适应滤波的一系列程序,包括二进制信道均衡,噪声对消,信号增强等,斑竹,该加精了吧?
adaptive filter on a series of procedures, including binary channel equalization and noise cancellation and signal enhancement, fed, the rate is honed? (2005-10-25, matlab, 36KB, 下载203次)

http://www.pudn.com/Download/item/id/119693.html

[数据结构] 数据结构的稀疏矩阵运算器

利用十字链表的储存结构完成距阵的加,减,乘.数据结构实习题目,已完成选做内容.
use the storage structure to complete the matrix, plus or minus, riding. Internship topic data structure, so as to complete the election. (2005-07-17, C++, 24KB, 下载115次)

http://www.pudn.com/Download/item/id/103518.html