资源列表
C
- c语言题库,讲述c++操作过程,各种题型,参考-c tiku
Ex2
- 用两个栈实现队列,新颖 新颖 新颖 -Queue with two stacks, novel novel novel novel novel novel
Ex1
- public: List() //构造函数 int size() const //返回链表的长度 bool full() const //返回链表是否已满 bool empty() const //返回链表是否已空 void clear() //清空链表 int retrieve( int position, string &x ) const //获取链表第position位置的元素到x,成功返回0,否则返回-1 int replace( int positi
maxheap
- 数据结构课程设计 堆的操作 这里是一个最大堆的java实现的源代码,只需要在eclipse中建立相应的目录及类运行即可,程序实现了最大堆的可视化操作,包括最大堆的构建,调整,删除以及最大堆排序,并且具有动态演示效果。-Heap data structure course design here is one of the largest operations to achieve the java heap source code, just need to build in eclipse i
ep121
- 用动态规划方法模拟0-1背包的问题,并包含了文件。-Simulation using dynamic programming methods 0-1 knapsack problem, and contains the file.
BTREE2
- B树,包括建立,查找,添加,删除等操作,支持外存索引-B tree,include insert , search, and delete
Computer-rat-maze
- 电脑鼠迷宫运动模拟实验平台中文稿 关键词: 路径规划;模拟;智能算法;-Computer rat maze motion simulation experimental platform design KEYWORDS: route planning simulation Intelligence algorithm
Convert
- Visual Studio2010 C#编写的进制转换,包含代码和程序-Visual Studio2010 C# written in binary conversion, including code and procedures
Strass
- Strassen矩阵乘法 分治法 矩阵乘法 时间复杂度O(n^2.81)-Strassen matrix multiplication, divide and conquer matrix multiplication time complexity O (n ^ 2.81)
tree
- 数据结构中二叉树的基本操作,主要有建立、遍历、求深度等操作-The data structure of the basic operation of the binary tree, the main building, traverse, be in depth in operation
commonparents
- 功能:寻找二叉树的公共祖先,返回公共祖先的key值-Function: looking for binary tree s public ancestors, return the key value of public ancestors
lab1
- CS 201_ DATA STRUCTURES AND ALGORITHMS LAB1 Aim: a.) Overview of “pointers”. b.) Understanding “template” concept.
