登录

最新会员 最新下载

成为了本站VIP会员

2024-12-25 15:38

成为了本站VIP会员

2024-12-25 12:28

成为了本站VIP会员

2024-12-25 12:10

成为了本站VIP会员

2024-12-24 23:54

成为了本站VIP会员

2024-12-24 23:29

成为了本站VIP会员

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

1. PrintTheSchedule_DataStructure_Lab4

  数据结构试验-打印输出计算机本科专业4年每学期的课表;C++实现;图的邻接表存储结构以及拓扑排序的基本思想(Data structure test- printout computer 4 years of undergraduate per semester timetables C++ achieve basic idea of ​ ​ the adjacency table storage structure and topological sorting)

11
下载
131
浏览
2012-11-24发布

2. small-True

  最小生成树C语言代码 最小生成树C语言代码(small tree small tree small tree)

3
下载
72
浏览
2012-11-24发布

3. 5100309373_2_9

  数据结构习题答案,线性链表的实现与适用,数据结构:思想与实现2-9(Data structure exercises answer, linear linked list implementations with applicable data structure: Ideas and Implementation 2-9)

2
下载
123
浏览
2012-11-23发布

4. yinhangmoni

  这是一个简单的银行模拟系统 1、 客户的到达时间随机 2、 客户需要处理的业务随机(不同业务处理的平均长度不同,例如:取款时间较短,开户和销户时间较长) 3、 处理客户业务所需时间随机(在一定范围内) 4、 使用文本文件记录每个客户到达时间、业务处理时间、业务结束时间 5、 动态显示(刷新时间可调)目前每个窗口累计处理客户数量、等待人数,每个窗口的平均业务处理时间,不同业务类型业务的累计办理量。 (This is a simple bank simulation system 1 customer arrival time random 2, customers need to deal with the business of random (the average length of the different business processes, such as: the withdrawal shorter, longer to open an account and cancel the account) 3, the time required to deal with customer service random (within certain limits) 4, using a text file to record each customer arrival time, business processing time, the business end of time 5 dynamically display (refresh time is adjustable) each window is accumulated to handle the number of customers waiting for the number the average business processing time of each window, different type of business operations total for the amount.)

5
下载
100
浏览
2012-11-22发布

5. NewCode

  清(英文)常见数据结构,代码实现,值得下载,值得分享(Qing (English) common data structure, code implementation, worth downloading, worth sharing)

2
下载
114
浏览
2012-11-21发布

6. binaryHeap

  二叉堆的模板类,实现基本功能以及一些拓展功能(the template code of Binary Heap)

6
下载
61
浏览
2012-11-19发布

7. Stack

  este es el codigo de ejersicio de stack en c++ sin errores esta en zip

3
下载
73
浏览
2012-11-16发布

8. 4

说明:  题目:有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数 组中。 ___________________________________________________________________ 程序分析:首先判断此数是否大于最后一个数,然后再考虑插入中间的数的情况 ,插入后此元素之后的数,依次后移一个位置。 (Topic: have a already sorted array. Now enter a number, according to the requirements of the original law be plugged into a number In the group. ___________________________________________________________________ Program analysis: first judge whether the number is greater than the last number, then consider intercalary number situation)

0
下载
73
浏览
2012-11-14发布

9. delete

  数据结构 实验练习 删除相同的节点 希望会对大家有所帮助(Data structures lab exercises to remove the same node want to be helpful to everyone)

2
下载
114
浏览
2012-11-14发布

10. DP

说明:  动态规划是用空间换时间的一种方法的抽象。(Dynamic programming is to use space in time a method of abstract.)

0
下载
116
浏览
2012-11-12发布

11. lvxingshang

  一个经典的旅行商问题源码,不是最优解,只是一种 思路(A classic traveling salesman problem source is not the optimal solution, just a thought)

4
下载
104
浏览
2012-11-09发布

12. POJ1635.tar

  POJ 1635,树的同构,哈希方法实现(POJ 1635, tree isomorphism, hash method)

3
下载
69
浏览
2012-11-07发布

13. Hash

  基于Hash表的程序同源性分析,可以利用本程序进行两个程序源码比较相似度(Homology analysis Hash Table-based program, you can use the program two program source code similarity)

3
下载
108
浏览
2012-11-04发布

14. LINKLIST

  单链表的增删查改功能,可以实现单链表的创建、传入数据;并能实现对已有单链表的插入数据、删除数据等功能。(Single linked list of additions and deletions check change function, you can achieve the creation of a single list, incoming data insert data of existing single linked list, delete data and functions.)

4
下载
106
浏览
2012-10-31发布

15. data-structures-and-algorithms

  数据结构与算法强化训练,近百页,课程学习的基本资料(Basic information of the data structures and algorithms, nearly a hundred pages of the intensive training course)

4
下载
72
浏览
2012-10-31发布

16. LinearList

  单链表程序 可执行单链表的基本功能 创建 删除 查找 存取 等等(Basic functions to create a single linked list program executable single linked list delete find access)

2
下载
97
浏览
2012-10-31发布

17. basika

  经典算法巴斯卡三角的简单实现,vs2010编译通过(Simple implementation of the classic algorithm Pascal triangle, vs2010 compiled by)

2
下载
108
浏览
2012-10-30发布

18. Maze

  c++用栈来实现迷宫求解(c语言数据结构)(c++ stack maze solving (c language data structure))

4
下载
145
浏览
2012-10-27发布

19. BinaryTree

  二叉树的操作,三种遍历过程,实现节点查找,删除,增加等。内含报告(Binary tree operation, three traversal, node search, delete, increase. Contains reports)

5
下载
52
浏览
2012-10-27发布

20. fast_sort

  /*快速排序:以待排序元素中的第一个元素作为基准将带排序的元素分为三组 *大于基准元素为一组置于基准值的右边,小于基准值的元素为一组置于基准值的左边, *基准值为一组,这样就找到了基准元素的位置就确定了 *如此递归调用。直到每一组的low==high,即实现了排序的要求。 */ (/* Rapid Sort: the first element to be sorted in the element as a basis with with sorting the elements are divided into three groups* is greater than the reference element of a group is placed on the right side of the reference value, smaller than the reference value elements for a group of placed on the left side of the reference value,* reference value, a group, so that the location of the reference element is found it is determined* so recursive call. Until each group of low == high to achieve the requirements of the sort.* /)

2
下载
120
浏览
2012-10-26发布