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

[数据结构] SONG

基于C语言的有趣代码,菠菜之歌.纯属娱乐
Interesting code based on C language (2016-01-02, Visual C++, 1KB, 下载1次)

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

[数据结构] InterviewQuestions

剑指offer名企面试官精讲典型编程题(中文)c++\c\数据结构等面试技巧和编程题目解析。
-c++ \ c \ data structures and programming topics such as interview techniques to resolve. (2015-05-11, Visual C++, 21415KB, 下载9次)

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

[数据结构] Adjacency-table-storage

四种图:无向图,有向图,无向网,有向网的邻接表存储
Four kinds Figure: undirected graph, directed graph, undirected network, the network has adjacency table storage (2014-06-03, Visual C++, 84KB, 下载3次)

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

[数据结构] typical-programming-problems

剑指offer名企面试官精讲典型编程题(中文)c++\c\数据结构等面试技巧和编程题目解析。
c++ \ c \ data structures and programming topics such as interview techniques to resolve. (2014-05-29, Visual C++, 21368KB, 下载5次)

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

[数据结构] C2

如鹏网“c语言也能干大事”第一课的恶搞作业。
Peng network c language is also capable of great things " job (2013-05-13, Visual C++, 1182KB, 下载6次)

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

[数据结构] Topological-sort

拓扑排序,已知一个有向网,求网的一个拓扑排序,并给出这个有向图代表的工程能否进行
Topological sort, known a have to nets, and a network of topological sort, and give the directed graph represent can project (2012-05-25, Visual C++, 243KB, 下载3次)

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

[数据结构] Triangular-Reconstruction

基于增量扩散法的思想,提出并实现了一个散乱点云的三角网格重构算法
Based on region-growing idea, a triangular mesh reconstruction algorithm for points cloud is presented (2012-04-13, Visual C++, 485KB, 下载16次)

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

[数据结构] lujin

关键路径 AOE 通过堆栈来实现 C++语言的
critical path (2012-02-14, Visual C++, 10KB, 下载4次)

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

[数据结构] Gra1

有向图、有向网、无向图、无向网的创建与邻接矩阵的输出
Have to figure, was the nets, no to figure, no to create and adjacency matrix of the network of output (2011-12-19, Visual C++, 2KB, 下载2次)

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

[数据结构] topologicalorder

本程序用VC++实现有向图,无向图,有向网,无向网的拓扑排序
This program with VC++ to achieve a directed graph, undirected graph, a directed network, the network topology without sorting (2011-11-14, Visual C++, 248KB, 下载4次)

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

[数据结构] 1-103

有向图,有向网,无向图,无向网的邻接表存储、增删顶点和边。
Directed graph, directed networks, undirected graph without adjacent to the network table to store, add and delete vertices and edges. (2011-05-18, Visual C++, 4KB, 下载2次)

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

[数据结构] juiegou

用邻接表保存中压配电网拓扑结构,,,配合实现配网编程
Adjacency table holds with medium voltage distribution network topology,,, with the programming of Distribution Network (2011-02-16, Visual C++, 137KB, 下载28次)

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

[数据结构] TIN

读取TXT 格式数据并进行简单的数据排序,并生成三角网
read data from txt,creat tin (2010-06-28, Visual C++, 36KB, 下载160次)

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

[数据结构] CreatGraph

存储图,无论有向图无向图或有向网无向网.可以存储任何类型
Memory map, regardless of the undirected graph or network to network without the (2010-06-05, Visual C++, 1KB, 下载2次)

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

[数据结构] BestPath

主要实现最短路径的可视化展示。可以在程序中利用鼠标绘制路网,自定义起点和终点后就能自动的绘制出最短路线。
To achieve the shortest path to the main visualization display. Can be used in the program draw the road network in the mouse, custom start and finishing point will be able to automatically draw the shortest route. (2010-03-20, Visual C++, 4004KB, 下载55次)

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

[数据结构] triangulation

三角网剖分 将平面数据点进行三角剖分 快速构建delaunay三角网
delaunay triangulation which can triangulate the dots on the plane (2009-02-19, Visual C++, 10398KB, 下载109次)

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

[数据结构] TIN

这是一个三角网边生长算法的实现方法。VC代码。 (2008-04-12, Visual C++, 41KB, 下载178次)

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

[数据结构] Graph

采用邻接矩阵实现有向网的存储,建立有向网,并实现单源最短路径算法。
The realization of the use of adjacency matrix to the network storage, the establishment of the network, and to achieve single-source shortest path algorithm. (2007-12-25, Visual C++, 1KB, 下载27次)

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

[数据结构] TIN

三维真实地面模型中利用三角网TIN的编程
True three-dimensional terrain model TIN TIN to use programming (2007-10-07, Visual C++, 228KB, 下载216次)

http://www.pudn.com/Download/item/id/341890.html
总计:124