资源列表
chapter-6
- 算法设计与分析 第6章 分支限界法(讲解较详细)-Algorithm Design and Analysis Chapter 6 branch and bound method (explained in more detail)
knapback
- 背包问题的最优并行算法,毕业设计,利用分治策略-Knapsack problem of the optimal parallel algorithm, graduation design, the use of sub-rule strategy
坐标型动态规划
- 坐标型动态规划
JunUtility
- 个人近期常用的一些类,算法,包括图像压缩,图像保存,javascr ipt,字符串过滤,还有一些分页控件,百分比控件等。-Recently a number of commonly used individual classes, algorithms, including image compression, image storage, javascr ipt, string filter, and some paging controls, the percentage of contro
Huffman
- 哈夫曼树的编写,程序语言为C语言,数据结构与算法范畴。-Huffman written by C progamming language,Data structure and algorithm
sskk
- 数据结构课程设计 vb,双扣源码,自己的-Data structure course design vb, source Twill
BinTree
- 这是一个二叉树前序遍历后序遍历中序遍历的源代码程序-This is a pre-order traversal binary tree in preorder traversal after traversal of the source code program
algorithm
- C语言常用算法集合,包括底层编程,字符串处理,效验算法,逆阵、数学问题,问题算法-C language commonly used algorithm for the collection, including the underlying programming, string handling, well-tested algorithms, inverse matrix, a mathematical problem, the problem algorithm
ACMzhejiang
- ACM模板,这份为浙江模板,为ACM的算法高手们或者新手们,提供算法-ACM template, this for Zhejiang template, as the ACM algorithms gurus or novices, providing algorithm
data-struct
- 数据结构算法类书籍,详细介绍了数据结构的各类实现及常用算法,C++版-Data structures algorithms books, detailing the various types of data structures and common algorithms to achieve, C++ Edition
二叉树
- 构造二叉树进行各种树的表示,用两种方式构造。(Construction of two forked trees and the representation of various trees.)
joseph
- 模拟约瑟夫环(josephus)问题: n个人(编号为1,2,3,……,n (n>0) )按顺时针方向围坐一圈,每人持有一个正整数密码。开始时任意给出两个值:一个为首先报数的人的编号i (0<i<=n),另一个为起始报数上限值m。接着从编号为i的人开始按顺时针方向自1起顺序报数,报到m时停止报数,且报到m的人出列,并将他的密码作为新的m值,从他在顺时针方向上的下一个人起重新自1报数,……,如此下去,直到所有人全部出列为止。设计一个程序模拟此过程,给出出列人的编号序列。 基本
