资源列表
bin
- 初始链表的内容为:3562,6381,0356,2850,9136,3715,8329,7481,写出用基数排序法对它们进行排序的过程,并编程实现。-The initial list read as follows: 3562,6381,0356,2850,9136,3715,8329,7481, write them using radix sort method to sort the process, and programming.
flower
- flower using opengl c-flower using opengl c++
4
- 此代码为数据结构里三种排序方法,分别为冒泡,插值,选择排序方法-This code is the data structure in the three sorting methods, respectively, bubbling, interpolation, select the sort method
queue
- 队列是一种特殊的线性表,它只允许在表的前端(front)进行删除操作,而在表的后端(rear)进行插入操作。进行插入操作的端称为队尾,进行删除操作的端称为队头。队列中没有元素时,称为空队列。 -Queue is a special kind of linear form, it only allows the front of the table (front) to delete, and in the form of back-end (rear) to insert. The insert
Binary-Tree
- 本程序实现了对二叉树的前、中、后和层序的遍历-The program realization of the binary tree before, during, and after the traversal sequence
primitive
- This is a simple OpenGL program display the points in the output window.
hyperAtgp
- 在matlab平台下对图像的算法的具体简单应用,涉及图像的基本操作-In matlab platform specific algorithm for image simple application that involves the basic operation of the image
SolarSystemAnimation
- 模拟太阳系的运行,利用openglAPI绘制,行星会绕着太阳转。-Solar System animation
Untitled6
- 基于小波分析的图像压缩技术,通过使用多次小波分解,达到进行图像压缩的目的-Image compression technology based on wavelet analysis, by using multiple wavelet decomposition, the purpose of image compression
myOtsu
- 本程序主要是利用大津法实现图像的二值化分割。与基本大津法不同的地方在于,本程序需要分割的是车辆底部的阴影区域,所以除了使用谷底法外还限制了计算范围,也就是利用了多层二值化分割的灰度值范围限制。-This program is to segment images using OTSU method. Also, it combine valley and multiply threshold methods.
thresholdig
- thresholding with the use of slider
high-pass-filtering
- 用空域高通滤波法对图像进行锐化,可以通过-With spatial high-pass filtering method for image sharpening