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

[数据结构] A-topological-sort-of-directed-graph

数据结构中的有向图的拓扑排序算法基础程序,可在此基础上进行更改,主要构造了无向图、有向图和逆邻接图,使用c语言编程。
Data structure topological sort algorithm of the directed graph based program that can be changed, on the basis of the main structure undirected graph and directed graph and inverse adjacency graph, using c language programming. (2016-05-31, Visual C++, 1KB, 下载1次)

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

[数据结构] 5

《数据结构》 第5次上机题目 ( 二叉树 图 练习 ) 1.编程实现书P156 ADT Graph 基本操作13个,用邻接矩阵存储结构实现; 2. 哈夫曼树的建立。
" Data Structure" 5th title on the machine (Fig binary exercises) 1. Programming book P156 ADT Graph 13 basic operations, using adjacency matrix storage structure to achieve the establishment 2. Huffman tree. (2016-01-07, Visual C++, 3KB, 下载1次)

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

[数据结构] SEARCH

数据结构中的三种排序方法编程,分别是直接插入排序法排序,冒泡排序法排序,选择排序法排序,注:只有一个程序有输出,其他两个需要在调试里面看
Three sorted by programming data structures, which are sort of direct insertion sort, bubble sort sort, Sorting, Note: Only one program has output, the other two need to look inside the debugger (2015-06-16, Visual C++, 567KB, 下载3次)

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

[数据结构] PDF

数据结构是指相互之间存在着一种或多种关系的数据元素的集合和该集合中数据元素之间的关系组成,数据结构和算法是编程人员基本掌握的知识,
Data structure refers to the existence of mutual relations of one or more collections of data elements and data elements in the collection relationships between composition, data structures and algorithms are the basic programming knowledge, (2013-10-11, Visual C++, 9217KB, 下载3次)

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

[数据结构] BinaryTreeIterate

已知中序和后序遍历,求前序遍历.比较笨的方法是画出来二叉树,然后根据各种遍历不同的特性来求,也可以编程求出.
Known inorder and postorder traversal, seeking preorder traversal. Stupid way is to draw out the binary tree, and then iterate based on a variety of different features to find, but also can be programmed to calculate. (2013-06-07, Visual C++, 1KB, 下载2次)

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

[数据结构] The-maze-problem

数据结构课设——迷宫问题。采用C++编程,主要采用队列、指针,自动生成图案迷宫,并判断出路,迷宫大小可自己设置。界面较好。
Data structures course- the maze problem. To adopt C++ programming, mainly using the queue, a pointer, and automatically generate pattern maze and judge the way out of the maze size can set up their own. Interface is better. (2012-12-04, Visual C++, 2KB, 下载2次)

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

[数据结构] yundonghui

运动会开了N天,一共发出金牌M枚。第一天发金牌1枚加剩下的七分之一枚,第二天发金牌2枚加剩下的七分之一枚,第3天发金牌3枚加剩下的七分之一枚,以后每天都照此办理。到了第N天刚好还有金牌N枚,到此金牌全部发完。编程求N和M。
The Games opened a N days, issued a total of gold medals M missiles. The first day of hair gold medal-sevenths of a 1 plus the rest of the next day, hair-sevenths of a gold medal in the two plus the rest of the first three days of three plus the rest of the gold medal-sevenths of a future every day to do the same. To N days just there the gold medal, N pieces of this gold medal is all finished. Programming request N and M. (2012-05-21, Visual C++, 1KB, 下载2次)

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

[数据结构] telephone_book

电话簿代码。数据结构知识的扩展,链表,二叉树的运用,用c++语言编写,在vc++6.0里面调试成功,可用于初学者或有基础的编程爱好者提高水平。
Phone book code. The expansion of knowledge of data structures, linked lists, binary use with c++ language, which in vc++6.0 debugging success for beginners or enthusiasts raise their standards-based programming. (2011-08-29, Visual C++, 288KB, 下载4次)

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

[数据结构] my_hash_table

数据结构知识的扩展,链表,二叉树的运用,用c++语言编写,在vc++6.0里面调试成功,可用于初学者或有基础的编程爱好者提高水平。
The expansion of knowledge of data structures, linked lists, binary use with c++ language, which in vc++6.0 debugging success for beginners or enthusiasts raise their standards-based programming. (2011-08-29, Visual C++, 15KB, 下载2次)

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

[数据结构] expression_value

数据结构知识的扩展,链表,二叉树,表达式求值的运用,用c++语言编写,在vc++6.0里面调试成功,可用于初学者或有基础的编程爱好者提高水平。
The expansion of knowledge of data structures, linked lists, binary trees, the use of expression evaluation, using c++ languages, debugging in vc++6.0 which success can be a basis for beginners or hobbyists improved. (2011-08-29, Visual C++, 372KB, 下载4次)

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

[数据结构] huge

数据结构 思想与实现 第二章 第11题 对一些任意大的整数用单链表的方案解决起计算问题;包括输入输出操作,加法操作和复制操作
Data structure thought and realization of the second title of Chapter 11 for some arbitrarily large integers with a single list of programs to address the problem from the calculation including the input and output operations, the addition operation and copy operations (2010-10-31, Visual C++, 852KB, 下载21次)

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

[数据结构] 8queen

数据结果中的很有名的8皇后问题,该程序实现了8皇后的动态演示,图形界面友好,易用,对于学习C++编程和数据结构很有帮助
Data results in the well-known 8-queens problem, the program achieved an 8-Queen' s dynamic presentations, graphical user-friendly, easy to use, for learning C++ programming and data structures useful (2009-08-30, Visual C++, 451KB, 下载33次)

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

[数据结构] shujujiegou

数据结构C源程序.经典数据结构算法 数据结构及算法经典源程序集 二叉数 下雨的源程序 数据结构及算法经典源程序集 数据结构及算法C语言实现代码集 数据结构 c 数据结构 数据结构算法的源程序 数据结构 编程经典
C source data structure (2009-03-30, Visual C++, 195KB, 下载21次)

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

[数据结构] structures

本书是Ford和Topp两位教授于199b年出版的名著Data Structures with C一的第2版,在全球范围内已经有数以万计·的学生从中受益。 作音将C十+语言作为算法描述语言,应用包含规范化的数据结构的标准模板库,集讲述了数组、向量、表、关联树容器,以及集合、映射、堆、哈希表和图等数据结构及其算法,重点讨论了如何高效地存储大型数据集合,涵盖了数据结构初级和高级教程的最新内容。书中各章章前提出学习目标,章后附有丰富的练习题、答案以及书面练习和上机编程练习,指导读者迅速、全面地掌握核心知识点和编程技巧,本书可作为计算机及相关专业数据结构课程的核心教材,对于研发人员,也是一本数据结构与而向对象技术完整结合的全新技术参考用书
err (2008-09-23, Visual C++, 24161KB, 下载11次)

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

[数据结构] subt

对于给定的2 棵二叉树A和B,编程计算二叉树A是否为二叉树B的子树,二叉树B 是否为二叉树A的子树
For a given A and two binary tree B, calculated for the binary tree binary tree A subset of B tree, binary tree B is a binary tree A subset of the tree (2008-06-05, Visual C++, 2KB, 下载5次)

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

[数据结构] factor

整数因子分解问题 大于1 的正整数n可以分解为:n=x1*x2*…*xm。对于给定的正整数n,编程计算n共有多少种不同的分解式
Integer factorization problem of positive integer greater than 1 for n can be decomposed: n = x1* x2* ...* xm. For a given positive integer n, calculated the total number of n different factorization (2008-04-07, Visual C++, 474KB, 下载52次)

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

[数据结构] file

二叉树上结点的路径,航班信息的查询与检索,赫夫曼编码的应用,AOE网,大整数计算5个数据结构里比较实际的编程例子,自己写的
Binary tree node on the path, flight information query and retrieval, the application of Huffman coding, AOE network, large integer calculation 5 data structure more practical programming examples written in their own (2008-03-14, Visual C++, 9KB, 下载11次)

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

[数据结构] data_structure

目录: 单元加 字符 底层编程 效验算法 数学问题 数据结构 数组 文件程序 求进制 汉诺塔 硬币情况 逆阵 问题算法 小写数字转为大写数字 其它
Directory: Add characters in the bottom of unit programming algorithm for mathematical problem-tested data structure for hexadecimal array documentation procedures coins situation Tower of Hanoi problem inverse matrix algorithm lowercase to uppercase figures the number of other (2007-09-30, Visual C++, 309KB, 下载50次)

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

[数据结构] ShortestPath1111

一个最短路径的很好程序。里面用了三种经典的算法。程序代码结构非常好。界面也很漂亮。是学习vc编程的很好例子
a very good procedure. They spent three classic algorithms. The code structure is very good. The interface is very pretty. Vc programming is learning a good example (2005-12-11, Visual C++, 701KB, 下载327次)

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