资源列表
nweixiangliang
- 编写一个n维向量类,要求具有构造函数和拷贝构造函数,实现如下功能: a) 成员变量为正整数n和n维float数组 b) 能够计算该向量的模(长度),并将向量单位化 c) 进行向量的加减运算 d) 计算两个向量的内积 -Preparation of an n-dimensional vector class, the constructor and copy constructor, the following functions: a) the member variable
poj
- POJ 上的近100道水题,基本涵盖了所有基本算法和数据结构,全部AC-POJ on nearly 100 water question, basically covers all the basic algorithms and data structures, all AC
skyline
- 福大算法与数据结构题目 skyline条形图,包含源代码和题目pdf-Fuda algorithms and data structures subject the skyline bar graph, contains the source code and title pdf
CAR
- 这里面含有几个停车库管理系统,使我们可以了解栈 队列的综合使用-There contains several garage management system, so that we can understand the integrated use of the stack queue
pku-OJ-solution
- 北大ACM在线测评系统 部分题目解答 北大OJ题目-some solutions of PKU OJ
Algorithms
- 删数问题,华南农大的你懂的,不过比较简单,可以自己实现-Delete the number of problems, South China Agricultural University, you know, but relatively simple, and can achieve
knapsack_recur
- 01背包问题的蛮力递归实现,非常值得学习-01 knapsack problem brute force recursive implementation
01bag-AGL
- 01背包问题基础代码,在各大oj上有相似题目-01 knapsack problem underlying code
data-structure-of-FIG
- 数据结构算法,本程序构造图,实现了通过邻接矩阵实现的算法-The algorithm of the data structure of FIG.
line-simulation-based-on-simulib
- 用VC6.0基于Simulib库对货车调度问题进行仿真模型设计,并做实验分析,主要要求掌握以下几点: 1.理解仿真模型设计的基本原理和方法; 2.理解和掌握进程交互模型的仿真调度策略和运行机制; 3.理解和掌握利用终态仿真结果统计分析方法。 -Truck scheduling problem with the VC6.0 based Simulib library of simulation model design and experiment analysis, the ma
hash_mpq
- 一个具体的hash实现方法,取自于暴雪公司的程序实现,使用多个hash value来同时验证hash的有效性,保证一次命中,实现效率非常高。-A specific hash method, derived from the Blizzard program achieved using multiple hash value to verify the validity of the hash at the same time, guarantee a hit, to achieve a ver
lianzhan
- 数据结构 C++版 链栈的定义,输出栈,进栈操作,出栈操作,取栈顶元素,求栈中元素个数,判断栈是否空,查找链栈中是否存在值为x的元素,-Some of the basic algorithm of the the data structure C++ EDITION chain stack
