资源列表
jidd
- 加法的程序,很有用的大家快看看啊,最新的专家做的-additive process, we very useful quick look at the ah, the latest of experts
dinic的网络最大流算法模板
- dinic的网络最大流算法模板,非常实用,经过自己多次测试通过的!Q,Dinic network maximum flow algorithm templates, very useful, after their own, adopted a series of trial runs! Q
linjiebiao
- 用邻接表表示的数据结构,及DIJKSTRA算法实现的最短路径程序-adjoining table with the data structure and algorithm DIJKSTRA the shortest path procedures
hanfuman
- 哈夫曼树的建立 根据学生成绩出现的频率创建相应的哈夫曼树-Huffman tree establishment in accordance with the frequency of student achievement to create the corresponding Huffman tree
sort
- 常见的排序算法,包括:希尔排序、冒泡排序、选择排序、插入排序、快速排序、堆排序、基数排序、归并排序。-Common sorting algorithms, including: Hill sort, bubble sort, selection sort, insertion sort, quick sort, heap sort, radix sort, merge sort.
xunhuanduilie
- 循环队列算法,数据结构课程设计可以直接使用。-Circular queue algorithms, data structures, curriculum design can be used directly.
zishiyingyuzhi
- 这是一个关于图像处理的程序,能能够实现边缘提取等-This is a program for image processing, edge detection, etc. can be able to achieve
svc
- 模式识别中的svm支持向量机方法源代码。输入训练点特征及类别,程序将求解出基于样本类别的分类条件。-Pattern recognition svm SVM method source code. Input point feature and class training program will solve the classification based on the type of sample conditions.
colorseg
- matlab colorseg 函数源码-matlab colorseg functions
sanlengzhui
- 旋转的三棱锥,打开运行以下就知道是什么东西了-Rotation of three pyramids, open, run the following to know what things! ! !
2PLI2007
- 在AUTOCAD中将选的二维多段线每个转折点坐标依次显示出来,去掉“于端点,X=,Y=”等多余符号,可复制后方便复制到EXCEL中。-Will be selected in AUTOCAD 2D polylines each point of coordinates sequentially displayed, remove in the end, X , Y and other redundant symbols can copy after copy easy to EXCEL
导向图滤波
- 导向图滤波是一种图像滤波技术,通过一张引导图G,对目标图像P(输入图像)进行滤波处理,使得最后的输出图像大体上与目标图像P相似,但是纹理部分与引导图G相似。引导滤波可以用于降噪、细节平滑、HDR压缩、抠图、去雾以及联合采样等方面。