资源列表
trjjrt
- C++数据结构源代码,是C++学习的一个很好的程序源代码,源代码数据结构。-C++ data structure source code is C++ to learn a good source code, source code data structure.
shunxu
- 试编写一个用索引进行顺序查找的程序。 (1) 要求将数据以分块有序形式分别存放在不少于10个磁盘文件(块)中,每个文件中不少于10个数据,并能在内存中自动建立索引表; (2) 对任意待查找的关键字,若查找成功,给出其关键字比较次数。 (3) 自行设计测试用例。 -Try to write a sequential search using the index procedure. (1) requires the data to the form of block order w
BFS_DFS
- BFS and DFS algorithm on graph (realization graph)
01bag
- 0-1背包问题算法,采用动态规划思想实现。-the Algorithm of 0-1bag problem,it is implemented with Dynamic programming.
libarary
- 数据结构课程设计,c++描述,内容为图书管理系统的源码,挺好的-Data structure course design, c++ descr iption of contents for the library management system source code, quite good
BigInt
- 主要实现任意长度大整数的四则运算,包括加减乘除,求余运算只需对除法稍做改进就行。因为这是帮朋友写的,所以是按他的要求用string实现的。如果有需要,也可以改为用定长数组或者vector来实现。-This document is mainly aimed to realize the operations of addition, substraction, multiplication and division of integers which are of any length.
acmLecture
- 一些对于初学者很有用的ACM学习的课件,包括,递推求解,动态规划,以及搜索入门等-Some very useful for beginners learning courseware ACM, including, recursive solving, dynamic programming, and search entry, etc.
jiegouti
- 这主要是记录了结构体的主要用法与结构体常用之处-This was mainly recorded in the main structure and the structure uses common between
Josephus_shuzu
- Josephus问题的解决方法——用数组方法实现的程序源码-solution to the Josephus problem- an source code based on an array of methods used to achieve the program
Josephus_link
- Josephus问题的另一种解决方法 使用循环链表解决的源代码-Josephus problem using an alternative solution to solve the source code of circular linked list
BiTree
- 根据二叉树表的表示建立二叉树,实现二叉树的遍历,并给出从根结点到给定结点的路径信息。练习二叉树的链式存储及其遍历方法-According to the table that the establishment of a binary tree binary tree, binary tree traversal implementation, and give from the root node to a given node' s path information. Practice
erchashu
- 通过二叉树的先、中或中、后序列,实现二叉树的恢复和线索化。-Through the binary tree before, or during, and after sequence, to achieve recovery and clues of binary tree.
