搜索资源列表
greedy_three
- 用贪心算法求最小生成树的问题是可以由这个程序来实现的。它求出在一棵树中哪些边组成的通路具有最小的权值。-with greedy algorithm for the minimum spanning tree problem can be resolved by this procedure to achieve it. It obtained in a tree in which the edge of the pathway with minimum weight.
BothMin
- 求两个数的最小值 使用了C++函数模板是学习的好例子
PolySplit
- 凸多边形三角剖分问题.给定一个凸多边形,每个边上给定一个权值,要求把凸多边形分割成一个个的三角形,使得诸三角形的权值之和最小.
prio
- 优先队列是0个或多个元素的集合,每个元素都有一个优先权或值,对优先队列执行的操作有1) 查找 2) 插入一个新元素 3) 删除.在最小优先队列(min priorityq u e u e)中,查找操作用来搜索优先权最小的元素,删除操作用来删除该元素 对于最大优先队列(max priority queue),查找操作用来搜索优先权最大的元素,删除操作用来删除该元素.优先权队列中的元素可以有相同的优先权,查找与删除操作可根据任意优先权进行. -Priority queue is 0 or mor
TSP
- Descr iption 给定一个完全无向带权图G,其每一条边有一个非负的整数权值。目的是要找出G的一条经过每个顶点一次且仅经过一次的回路,使回路的总权值最小。 请设计一个2-近似算法,求出近似最小的总权值,即定义最优解为C,只要输出解在[C , 2 * C]的范围内都可以“Accept”。 Input 输入第一行为一个正整数n(1 <= n <= 20),表示G中顶点的个数。接下来n行每行包括n个整数,第i行第j个的整数表示G中第i个点
red_black_tree
- 实现红黑树的所有操作,包括插入、删除、查找、前驱、后继、最大值、最小值,最重要的是能够以树形打印(在控制台下)红黑树-Red-black tree of all operations, including insert, delete, search, precursor and successor, maximum, minimum, and most important to be able to print a tree (red-black tree under the console)
binary_search_tree
- 实现二叉检索树的所有操作,包括插入、删除、查找、前驱、后继、最小值、最大值,最重要的是能以树的形式打印(在控制台下)二叉检索树-All binary search tree operations, including insert, delete, search, precursor and successor, minimum, maximum, and most important print in the form of a tree (the console) binary search
Seek-the-max-and-min
- 用递归求一个数组中的最大数和最小值,算法思想是从数组的最后一个值向前比较-Recursive number of maximum and minimum values in an array, the algorithm thinking forward from the last value of the array
maxmin
- 基于VC++的找最大最小值程序 输入任意长度数组 输出最大最小值-Based VC++ to find maximum and minimum program input minimum and maximum values of arbitrary length array output
shenggaocha
- 寻找身高差值最小的两个人,从标准输入接收五个人的身高,找出身高差最小的两个,若身高差相同则输出绝对高度较大的两个-Find the minimum height difference of two people, from the standard input receives five individual' s height to find the minimum height difference of the two, if the height difference betwee
BinTree
- 二叉排序树,实现树的各种操作,包括计算深度,找最大值最小值,还有各种遍历的递归算法和非递归算法,以及查找查找树的前驱节点和后继节点-Binary sort tree, the tree to achieve various operations, including the calculation of depth, looking for maximum minimum, there are various recursive traversal algorithm and non-recur
mofang
- 在生活中,条形码经常用来标志物品的信息。条形码是由黑白相间的条组成的。条的宽度有两种,我们可以认为窄的代表0,宽的代表1。本题中设定宽条的宽度是窄条的两倍。 楠神拥有很强的DIY精神,他决定做一个条形码识别工具。首先他完成了图像识别部分,得到了一系列条的宽度。他希望将这些宽度识别为一个01串。本来这是一个非常简单的任务,可是由于楠神在识别的时候会有误差,使得问题变得没那么简单了。不过楠神认为测量得到的结果最多比真实值大或小5 。请你帮忙完成这个识别程序。已知条形码中至少有一个是宽条,可
shuzu
- 对输入的整型数组,输出数组元素中的最大值、最大值的个数、最小值和最小值的个数.根据数组知识结合指针进行实现。-Integer array of input and output array element maximum number of maximum, minimum, and the number of minimum. According to achieve a good array of knowledge.
FindStudent
- 把长度为l1,l2…ln 的n个程序放在磁带T1和T2上,并且希望按照使用最大检索时间取得最小值的方式存储,即如果存放在T1和T2上的程序集合分别为A和B,则希望所选择的A和B使得max{∑li 1,∑li2}(i1属于A,i2属于B)取得最小。 使用回溯法实现-The length of L1, L2... Ln n programs put in the tape on T1 and T2, and hope that in accordance with the maximum searc
Matrix
- C++实现的矩阵操作,包括计算行列式、求最大最小值及其下标、矩阵求逆、转置等功能-Matrix operations C++ implementation, including the calculation of the determinant, find the minimum and maximum values and subscr ipt, matrix inversion, transpose function
seqList
- 顺序表的定义和实现,其中包括从顺序表中删除具有最小值的元素、删除给定值x的所有元素、合并两个有序表为新有序表、删除所有重复的元素、合并两个顺序表、求两个顺序表的共有元素等功能。-Definition and implementation of the order form,with the functions including deleting the minimum data the table, deleting all the elements with a given value o
liblbfgs-1.10
- 一个非常强大鲁棒的求解非约束线性优化最小值的完整源代码工具。解压文件之后, 利用Visual Studio 打开,运行sample.c 或sample.cpp.-A very powerful robust linear optimization solving non-binding minimum complete source code tools. After extracting files, use Visual Studio to open and run sample.c or
main
- C++ STL算法:STL算法元素计数、STL算法最小值和最大值、STL算法查找算法1、STL算法查找算法2、STL算法查找算法7-C++ STL<algorithm>
Image_Processing
- 图像处理方面基础框架结构。主要是对图像的灰度操作,均值,中值最大值最小值滤波。添加一些如高斯噪声等噪声,还有对图像进行去噪处理。显示图像的RGB分量,对图像进行灰度直方图均衡化和归一化。-Based image processing framework. The main image is a gray operation, mean, median maximum minimum filter. Add some noise such as Gaussian noise, as well as
函数模板
- C++;使用函数模板求一维数组中的最大和最小值;使用函数模板求一维数组中的最大和最小值(Using function template to find the maximum and minimum values in one-dimensional array.)