资源列表
2.5-Monte-Carlo-algorithms
- 高级算法中的蒙特卡罗算法,很好的一个教程。学习学习-Advanced algorithms in the Monte Carlo algorithm, a very good tutorial. Learning to learn
binaryTree
- 自己用C++写的二叉树,包含增、删、查、改的功能-this is a binary tree written with C++
pjogress
- 汉字的拼音首字母排序,PPC版,可根据算法改为其它版本!很常用的功能()
shujujiegou
- 大二毕业设计数据结构课程设计-迷宫 数据结构课程设计-迷宫-Data structures course design- maze
CHAP04
- 第四章,数据结构严蔚敏版的,比较全,比较权威的。-chapter four of data struct from yanweimin,welcome to be downloded!
1207
- Descr iption 本题题意对于书上内容有变动,“设车辆到达服从均匀分布,参数由用户指定”改为“输入数据给出每辆车的到达时间”。 Input Format 第一行含有一个正整数N(1<=N<=20000),代表总车辆数。 第二行到第N+1行,每行包含两个整数p,q.(0<=p<=1,0<=q<=100000)。p代表车辆类型,0代表客车,1代表货车。q代表到达时间(单位为分钟)。 Output Format 输出
xiaoyuandaohang
- 用无向图表示你所在学校的校园景点平面图,图中顶点表示主要景点,存放景点的编号、名称、简介等。 设计要求: 1.查询各景点的相关信息 2.查询图中任意两个景点间的最短路径 3.查询图中任意两个景点间的所有路径 -Undirected graph with the school' s campus attractions in your plan, said the main attractions of vertices, stored spots number, nam
DispBiree
- 在vc++6.0环境下以树状结构输出二叉树-In vc++6.0 environment to output binary tree structure
priority-queue
- 使用循环队列创建最小和最大优先队列,并使用堆排序方法去排序。-Using the circular queue to create the min and max priority queue, and using heap sort method to sort the queue.
N_queen
- N皇后问题实现 及操作 c++实现其数据结构-N queens problem c++ implementation and operation of the data structure to achieve its
ds_3_5
- 本程序定义了一个wordstack类,可以储存字符串。 在pop字符串时候能够正确pop。 先将文件进行分析,对需要压入堆栈的字符串压入堆栈,然后进行判断。 可更改第20行中的test.txt为test2.txt和text3.txt测试其他结果-The program defines a wordstack class, you can store strings. In the pop strings when correctly pop. First file for an
datastructer
- 里面有一些数据结构课的程序集,包括树,堆,排序等每一个部分的程序。 -There are some data structures class assembly, including the tree, heap, sort each part of the program.
