资源列表
digital-iamge
- c语言所做直方图均衡化,能显示处理前后的图像的不同-c language do histogram equalization, can display different images before and after treatment
cricket_2
- Find the Cricketers in html page & Display Cricketers in table
love
- 打印距正,形成一个循环递增的正方形图形,本利用的是FOR循环-printf a beautiful draw
qs
- 快速排序算法的实现,用C写的,在VC6.0下编译通过-quick sort using c
xt0302
- 花了一天一夜的时间做的简单的一元二次方程公式的代码-Spent a day and a night time to do a simple quadratic equation formula code
shengyuxian
- 产生升余弦滤波器的时域与频域波形,带有默认参数,滚降系数为alpha。-Time domain and frequency domain waveforms produce raised cosine filter with default parameters, roll-off factor for the Alpha.
tree-hight
- C++语言编程,求树结构的高度,利用深度优先搜索遍历。-C++ language programming, find the height of the tree structure, the use of depth-first search traversal.
TextFile1
- 该题要求读入n个整数,然后输出该n个整数的中位数。同时输入的数的个数是奇数的时候,中位数是唯一的;当输入的数是个数是是偶数的时候,求两个中位数的平均值,然后下取整输出。 一般来说,我们可以将这些数存在数组当中,然后对数组进行排序,最后利用数组下标查找即可。但也可以不排序找到中位数。毕竟排序是将所有数都放在合适的位置上,而查找中位数的操作只需要将中位数放在合适的位置即可。 下面就是不排序查找中位数的版本。事实上,下述解法其实是快速排序的一个变种。在n为奇数的情况下,下述代码运行
circular_q
- Implementation of a Circular Queue in C
cognitivel
- frequency expander. Matlab code for expander.When x is a vector, this function adds L-1 after each element of x. When x is a matrix, each column of it treated as vector and expanded L fold. SQUARE-ROOT RAISED-COSINE PULSE: h=sr_cos_p(N,L
4
- 输入某年某月某日,判断这一天是这一年的第几天?-Enter a certain day, judgment day is the first few days this year?
houghtransform2
- Hough变换可用来提取直线和圆,本程序适用于新手,谢谢下载!-Hough transform is used to extract lines and circles, this program is suitable for beginners, thank you download!