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

[数据结构] Algorithms

普林斯顿大学(R.Sedgewick,K.Wayne)的课程分配,算法(第一部分)
Assignments of Coursera, Algorithms (Part I), by Princeton University (R. Sedgewick, K. Wayne) (2023-09-08, Java, 0KB, 下载0次)

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

[数据结构] Automatic-detection-of-fieldbus-protocols

现场总线协议的自动检测和数据结构的识别-IuK-罗斯托克大学
Automatic detection of fieldbus protocols and recognition of the data structure - IuK - Universit t Rostock (2021-09-01, Jupyter Notebook, 0KB, 下载0次)

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

[数据结构] topopy

用于计算源自莫尔斯理论的拓扑数据结构的库。给定一组任意排列的p...
A library for computing topological data structures stemming from Morse Theory. Given a set of arbitrarily arranged points in any dimension, this library is able to construct approximate topological structures using a neighborhood graph to simulate manifold structures. (2022-11-22, Python, 0KB, 下载0次)

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

[数据结构] 校园导航系统

校园导航系统,用邻接矩阵和迪杰斯特拉算法
Campus Navigation System Using Adjacency Matrix and Dijkstra Algorithms (2019-05-28, C/C++, 2KB, 下载2次)

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

[数据结构] dijkstra1

用于路径规划,程序初始需要读入Kinect相机拍摄的深度图像
For path planning, the program initially needs to read the depth image taken by the Kinect camera (2017-09-04, WINDOWS, 3KB, 下载1次)

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

[数据结构] VB实验三+实验报告+-+2017

掌握一维数组(静态、动态)定义及使用 (2)掌握二维数组(静态、动态)定义及使用 (3)掌握“控件数组”的使用 (4)掌握数组相关算法(求最值,排序,查找) (5)通过数组巩固循环及多重循环程序设计
Grasp the definition and use of one-dimensional arrays (static, dynamic) (2) grasp the definition and use of two dimensional array (static, dynamic) (3) master the use of "control array" (4) grasp the array correlation algorithm (for the most value, sorting, search) (5) loop consolidation and multiple loop programming through arrays (2017-06-16, Visual Basic, 547KB, 下载2次)

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

[数据结构] graph

关于图的代码,可以实现最小生成树迪杰斯特拉算法等很多功能
Code on the map, you can implement lots such as Dijkstra algorithm of minimum spanning tree function (2016-06-05, Visual C++, 4KB, 下载2次)

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

[数据结构] jinniandedijitian

程序是在vs2010下实现的,输入一个年月日可以加算出这一天在这一年中的第几天,题目来源于九度
Program is achieved under vs2010, enter a date can be added to calculate this day in this year' s first few days, the title comes from the nine degrees (2013-07-30, C/C++, 720KB, 下载3次)

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

[数据结构] Dijkstra

迪杰特斯拉算法 求最短路径。数据结构,树,构造图方面的内容
Dykstra algorithm for the shortest path. The contents of the tree structure diagram of the data structure, (2013-03-18, Visual C++, 2KB, 下载1次)

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

[数据结构] Dijkstra

迪杰斯特拉算法,数据结构,C语言写的,上大学计算机系会用到的。。。
Dijkstra algorithm, data structures, C language written on the Department of Computer Science will be used. . . (2013-03-06, Visual C++, 14KB, 下载4次)

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

[数据结构] nweixiangliang

编写一个n维向量类,要求具有构造函数和拷贝构造函数,实现如下功能: a) 成员变量为正整数n和n维float数组 b) 能够计算该向量的模(长度),并将向量单位化 c) 进行向量的加减运算 d) 计算两个向量的内积
Preparation of an n-dimensional vector class, the constructor and copy constructor, the following functions: a) the member variables of positive integers n and n-dimensional float array b) be able to calculate the modulus (length) of the vector and vector unitised c) performing vector subtraction d) calculating the inner product of two vectors (2012-12-05, Visual C++, 250KB, 下载12次)

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

[数据结构] Dijstra-Algorithm

迪杰斯特拉算法,也就是最短路径树的算法之一,通过连续的松弛操作完成搜寻最短路径树的任务
Dijkstra Algorithm (2012-04-14, Visual C++, 524KB, 下载3次)

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

[数据结构] Dijkstra

最短路的算法---Dijkstra算法,算法:狄克斯特拉最短路算法以及例子
Shortest path algorithm- Dijkstra algorithm, the algorithm: Dick Stella shortest path algorithm and examples (2012-03-15, WORD, 74KB, 下载4次)

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

[数据结构] Graph

图的操作,包括1.利用普利姆算法实现最小生成树; 2.利用克鲁斯卡尔算法实现最小生成树; 3.利用迪克斯特拉算法实现最短路径; 4.构建图形;
The chart operation, including 1. the algorithm realizes the smallest spanning tree using Pu Limb 2. algorithm realizes the smallest spanning tree using Crue the Scull 3. algorithm realizes the most short-path using Dick the Stella 4. construction graph (2011-03-30, Visual C++, 951KB, 下载6次)

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

[数据结构] shortestDistance-Dijkstra

利用地杰斯特拉算法求两点之间的最短距离,用C语言实现,经过验证。
Tel algorithm used to find Jess the shortest distance between two points (2010-11-19, Visual C++, 117KB, 下载6次)

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

[数据结构] Kruskal

克鲁斯卡尔算法思想.cpp int seekedge(EDGE * (&a), int n) void bubble(EDGE * (&a), int size) void searchandjoin(EDGE * (&a1), int k) // a1是图边集头指针,a2是最小生成树边集的头指针,k为所要删的边 void storepicture(EDGE * (&a), int n, VERTEX *b, int m)
Thinking of Kruskal algorithm. Cpp int seekedge (EDGE* (& a), int n) void bubble (EDGE* (& a), int size) void searchandjoin (EDGE* (& a1), int k) // a1 edge set is the first pointer map, a2 is the minimum spanning tree of the first indicators margination, k for the edges to be deleted void storepicture (EDGE* (& a), int n, VERTEX* b, int m) (2009-06-27, Visual C++, 24KB, 下载3次)

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

[数据结构] dijkstra

沿着图的边计算代价最小的路径,使用地界斯特拉死算法
calculates the shortest (least cost) path along edges of a graph using Dijkstra s Algorithm (2009-03-15, matlab, 3KB, 下载20次)

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

[数据结构] Deliver

包含冒泡排序算法函数模板和数据结构中的字符串查找例子及解线性方程组的3个典型算法加演示。
Contains the Bubble Sort algorithm function templates and data structure of string to find examples and solutions of linear equations of the three typical algorithms plus demo. (2008-10-06, Visual C++, 4KB, 下载17次)

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

[数据结构] path

算法作业,迪杰斯特拉算法模拟公车选路,任选图上两点算出经过的最少站点数和最短路径及最短路径长度
err (2007-12-11, Visual C++, 1873KB, 下载169次)

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

[数据结构] 实现多个多项式的加减乘

清华大学版的数据结构实验中利用链表编的多项式的加,减,乘的原程序
version of the experimental data structure used Listless series polynomials, plus or minus, by the original procedure (2005-05-23, C/C++, 3KB, 下载54次)

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