登录

最新会员 最新下载

成为了本站VIP会员

12月25日 15:38

成为了本站VIP会员

12月25日 12:28

成为了本站VIP会员

12月25日 12:10

成为了本站VIP会员

12月24日 23:54

成为了本站VIP会员

12月24日 23:29

成为了本站VIP会员

12月21日 19:40
已选条件
  1. 编程语言:C++
  2. 代码类别:数据结构
  3. 发布时间:不限
全部撤销
编程语言 更多 收起
代码类别 更多 收起
发布时间
更多选项

1. classical-algorithm-VCPP

  常用的算法经典代码,包括快速排序,冒泡排序等各种排序方法,还有二叉树的前序、中序和后序遍历等(The classic algorithm code, including quick sort and bubble sort sorting methods, as well as the preamble of the binary tree, inorder and postorder traversal, etc.)

2
下载
119
浏览
2013-01-15发布

2. poops

  My realization of binary tree. This example is search tree.

1
下载
104
浏览
2013-01-14发布

3. hanoi

  简单的汉诺塔的非递归实现算法。用C++实现的。(Simple HANOR the non-recursive algorithm. Achieved with C++.)

1
下载
77
浏览
2013-01-14发布

4. BinaryTree

  二叉树实现,整个包为VS工程。包含了二叉树的基本功能(Binary Tree, the entire package is VS works. Contains the basic functions of the binary tree)

1
下载
109
浏览
2012-12-28发布

5. dongtaibiao.c

  这是一个动态链表的建立、删除、逆序、插入等操作的程序(This is a dynamic linked list to delete the establishment of reverse insert and operating procedures )

2
下载
39
浏览
2012-12-27发布

6. Josephus

  实现约瑟夫问题的4种算法,并有计时功能进行效率测试(4 algorithms to resolve Josephus Problem with timing counter for testing efficiency)

3
下载
121
浏览
2012-12-20发布

7. 5100309203_5_8

  二叉树类的前序,后序,层次遍历,其以链表方式存储(Binary tree class pre-order, post-order, hierarchy traversal, the linked list storage)

3
下载
140
浏览
2012-12-16发布

8. point

  用分治算法(O(nlogn)复杂度)实现寻找n个点中最邻近点对,输出为最邻近距离的平方(Looking for n points nearest point, the output of the nearest neighbor distance squared using the divide-and-conquer algorithm (O (nlogn) complexity))

16
下载
97
浏览
2012-12-16发布

9. HeterogeneityLink(VS2010-CPP)

  VS2010开发 C++语言 实现异质链表(The VS2010 development C++ language heterogeneity linked list)

5
下载
115
浏览
2012-12-14发布

10. PolyArith

  数据结构乘客设计案例精编中的多项式求和、相乘(Data structures passengers for fine design cases polynomial sum, multiplied)

1
下载
61
浏览
2012-12-14发布

11. suojujiegouppt

  数据结构ppt(c语言版)含有算法的详细介绍,图形描述。(Data structure ppt (c language version) contain a detailed description of the algorithm, the graphical description.)

2
下载
47
浏览
2012-12-13发布

12. tgxrryy

  设计一个main函数,建立能够存放100个整型数据的顺序表对象,从自然数1开始找出80个能够同时被3和7整除的整数,依次存储到这个顺序表中,然后把其中个位数是偶数的数据输出来,并统计这种数据有多少。请把能够正确运行的main函数写在下面。(Design a main function, the table can be stored in the order of 100 integer data objects, from the natural number 1 to identify 80 can be an integer divisible by 3 and 7, in turn stored in the order table, then single digits outputs the data of the even number, and counts the number of such data. To be able to properly run the main function written below.)

2
下载
83
浏览
2012-12-10发布

13. optional-project-blackjact

  经典数据结构作业,黑杰克游戏。要求程序可以连续打10次,每场比赛的赢家,赢得一个点(两点一倍)。在结束的10场比赛为你和电脑打印出的总奖金。(Write a program that simulates a simplified version of the game "BlackJack". A deck of cards numbered 2 to 10, jacks, queens, kings, and aces is used, where jacks, queens and kings are counted as 10s, and aces are either 1 or 11 at your choice. )

2
下载
182
浏览
2012-12-08发布

14. 1

说明:  四路归并排序,将原有的二路归并排序改编的四路归并排序(The four-way merge sort to the original way merge sort adaptation of the four-way merge sort)

0
下载
151
浏览
2012-12-07发布

15. Map-four-staining

  用不多于四种颜色为地图染色,使相邻的行政区不重色,是计算机科学中著名的“四染色”的典型应用,应用这个思想,是以回溯的算法对一幅给定的地图染色。是对数据结构中栈的应用。(With no more than four colors map staining the adjacent borough is not heavy color, typical applications of computer science "stain" the application of this idea, a backtracking algorithm on a given mapstaining. The application of the stack data structure.)

5
下载
99
浏览
2012-12-05发布

16. MatchBracket

  括号匹配的C语言工程实现,简单易懂,注释详细!更适合编程初学者学习!学习数据结构的最好资料!(Brackets match the C language engineering, easy-to-understand, detailed notes! More suitable for beginners to learn programming! Learning data structure best!)

2
下载
77
浏览
2012-12-03发布

17. yuesefu

  数据结构经典算法 约瑟夫问题 c++ 已经测试通过(josephus c++)

3
下载
114
浏览
2012-12-02发布

18. 0829-Binary-Tree

  二叉搜索树的生成和查找节点,北大《数据结构与算法》教材的习题(The generation and find nodes of a binary search tree, Peking University, " Data Structures and Algorithms" textbook exercises)

4
下载
127
浏览
2012-11-28发布

19. Ex3

  c++实现的静态链表 可以从屏幕输入来构建静态链表 数据结构重要的部分(c++ implemented statically linked list can be input from the screen to the important part to build a static linked list data structure)

2
下载
136
浏览
2012-11-27发布

20. Ex1

  从屏幕输入字符 判断括号匹配问题 数据结构作业(Judgment parenthesis matching data structure operations input characters from the screen)

2
下载
105
浏览
2012-11-27发布