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

[数据结构] DSA-Store-and-Revamp

DSA Store Revamp是一个web应用程序,允许您存储已解决的数据结构和算法(DSA)问题的链接,跟踪已解决的问题的数量,并访问操作系统、OPS、CN和DBMS的放置资源。
DSA Store Revamp is a web application that allows you to store links to Data Structures and Algorithms (DSA) questions you ve solved, track the number of problems you ve solved, and access placement resources for OS, OPS, CN, and DBMS. (2024-03-17, JavaScript, 0KB, 下载0次)

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

[数据结构] 大话数据结构

数据结构讲解,数组列表树网,查找排序,浅析时间复杂度
about data structure (2018-05-22, C/C++, 45833KB, 下载2次)

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

[数据结构] 0607

用C写的网吧计费程序,可运行,数据用链表存
simple netbar cost system , written by c language (2015-01-14, Visual C++, 4KB, 下载5次)

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

[数据结构] tongxing

数据结构课程设计-光纤通信网铺设方案设计
Scheme design of the laying of fiber optic communication network (2014-12-21, Visual C++, 2KB, 下载6次)

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

[数据结构] XGraph

数据结构 有向网 对以邻接链表的方式存储的一个有向网 1.建立并显示出有向网的邻接链表; 2.对该有向网进行深度优先遍历(递归或非递归都可以),显示遍历的结果; 3.给出某一确定顶点到所有其它顶点的最短路径及其长度。
Data structure- to the network For storage in the form of adjacency list a directed network 1. Establish and shows have to mesh adjacency list 2. The depth-first traversal of the directed network (recursive or non-recursive), shows the result of traverse 3. Give a certain vertex to all the other vertices of the shortest path and its length. (2014-12-12, Visual C++, 684KB, 下载6次)

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

[数据结构] ACM

acm超级经典的算法。内容包括河内塔 费式数列 巴斯卡三角形 三色棋 老鼠走迷官(一) 老鼠走迷官(二) 骑士走棋盘 八个皇后 八枚银币 生命游戏 字串核对 双色、三色河内塔 背包问题(Knapsack Problem) 数、运算 蒙地卡罗法求 PI 等等。
acm super classic algorithms. Including Hanoi Tower Fei-style Liebasika triangle tricolor chess mice gone astray officer (a) mice have gone astray officer (two) Knight walked eight queens eight silver checkerboard game of life string matching color, three-color Towers of Hanoi knapsack problem (Knapsack Problem), calculating the Monte Carlo method for the PI and so on. (2013-09-14, Visual C++, 434KB, 下载2次)

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

[数据结构] Minimum-spanning-tree

已知一个无向网,求该网的最小生成树,该程序使用的是克鲁斯卡尔算法,求的的最小生成树
A no known to the nets, for the nets minimum spanning tree, the program is using cruise Carl algorithm, and of the minimum spanning tree (2012-05-25, Visual C++, 240KB, 下载4次)

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

[数据结构] hold

用邻接表的方式建立有向,无向图,有向,无向网
Used to establish adjacency list, undirected graph, directed, undirected network (2011-11-29, Visual C++, 1KB, 下载3次)

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

[数据结构] order

北邮大四通信网监控与管理课程第三章15题竞赛排序
BUPT sort senior communications network competition (2011-10-30, Visual C++, 96KB, 下载3次)

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

[数据结构] training

某企业将挑选一批新员工进行培训,遵循以下规则: 将所有员工排成1个圈,从12点位置开始编号为1,逆时钟方向编号到N,第N号员工在第1号的左手边 两位培训官开始选择员工,培训官甲从1号开始逆时钟方向数,数到第k号员工停下;培训官乙从N号开始顺时钟方向数,数到第m号员工停下 被选中的第k号和第m号员工不是同一人,两人同时送往制造培训 被选中的第k号和第m号员工是同一人,将一人送往检测培训 接着继续往下数,培训官甲同样数到k就停止,培训官乙同样数到m就停止,重复上述的选择 输入 在一行输入一个3个整数n、k、m,3个参数互不相等,6<n<100,1<k<10,1<m<10, 分别表示n个员工,培训官甲每次数k个,培训官乙每次数m个, 输出 请用队列实现上述选择,并按选择顺序每行分别输出先甲后乙的选择结果
A enterprise will choose a batch of new staff training, follow the following rules: Will all employees lined up in a circle, from 12 o clock position began to Numbers for 1, counter-clockwise direction Numbers to N, N th staff in the no. 1 on the left hand side Two training officer begin to choose employees, training officer from a first counter-clockwise direction number, number to the first k, staff stop Training officer b, beginning the clock from N direction number, number to the first m employees, stop Of the selected the first k number and the first m workers are not the same number, two men also sent to manufacture training Of the selected the first k number and the first m, is the same person employees, will be a man sent to test training Then continue to count, training the same number to k a stop, training officer b also count to m stops, and repeat the choice input In a line of input a three integer n, k, m, three parameters are equal, 6 < n < 100, 1 < < < 1 (2011-10-25, Visual C++, 1048KB, 下载4次)

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

[数据结构] buxian

校园网布线 数据结构课程设计 java语言实现
Campus network cabling data structure java language curriculum design (2011-06-12, Java, 20KB, 下载3次)

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

[数据结构] guanjianlujing

数据结构 实现AOE网的关键路径算法
AOE network data structure to achieve the critical path algorithm (2010-06-29, Visual C++, 2KB, 下载1次)

http://www.pudn.com/Download/item/id/1227244.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

[数据结构] 1111

实现最小生成树 采用了普里姆(Prim)算法求网的最小生成树
smallest tree (2010-01-05, Visual C++, 7KB, 下载18次)

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

[数据结构] delauney

用Fortran开发三维球面delauney三角网剖分程序可用于曲面造型、最小生成树应用领域
Fortran development with three-dimensional spherical delauney Triangulation program can be used for surface modeling, minimum spanning tree applications (2009-09-16, Fortran, 43KB, 下载26次)

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

[数据结构] ddisj

单源点最短路径,测试数据为数据结构(清华版)教材的全国路网。
This code is very good! (2009-03-25, Visual C++, 2KB, 下载5次)

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

[数据结构] wuxiangwang

无向网生成最小树,基于VISUAL C++开发,数据结构
Undirected network generate minimum spanning tree, based on the VISUAL C++ Development, data structure (2008-08-22, Visual C++, 1KB, 下载4次)

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

[数据结构] Delaunay

构建Delaunay三角网的VB源TriangleDevelopment
Construction of Delaunay Triangulation VB source TriangleDevelopment (2007-12-23, Visual Basic, 17KB, 下载23次)

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

[数据结构] Traffic-Map

数据结构 一、 实验目的与要求 可用一个带权有向图表示某区域的公交线路网,图中顶点表示区域内的重要场所,弧表示公交线路,弧上的权表示票价。要求: 1、采用键盘输入的方式接受用户输入的公交线路网(该网应该是公交网的子网 ,只需要包括重要场所及其之间存在的弧),要有交好的交互和容错处理(当输入错误数据时能引导用户输入正确的数据,考虑检查输入顶点和弧不能够成强连通图的情况)。 2、选择恰当的存储结构实现该有向网的存储。(报告中要讨论选择这种存储结构的原因,简单比较不同存储结构的差异)。 3、输入完成后提供2种功能供用户选择 (1)计算每一对顶点(用户输入)之间的最少票价及路径,并用较直观的方式显示输出。 (2)计算从起点(由用户输入)到达所有重要场所该走的路线和最少票价,并用较直观的方式显示输出。
err (2007-12-22, C/C++, 43KB, 下载34次)

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

[数据结构] ncircle

给定n个大小不等的圆c , c , , cn 1 2  ,现要将这n个圆排进一个矩形框中,且要求各圆 与矩形框的底边相切。圆排列问题要求从n个圆的所有排列中找出有最小长度的圆排列。例 如,当n=3,且所给的3 个圆的半径分别为1,1,2时,这3个圆的最小长度的圆排列如图 所示。其最小长度为2 + 4 2 。
given n ranging from the size of the circle c, c,, cn 1 2 (2006-04-28, Visual C++, 2KB, 下载27次)

http://www.pudn.com/Download/item/id/177872.html
总计:257