资源列表
music2
- 本程序主要是关于基本的music的MATLAB仿真,是关于这方面的一个例子,由仿真结果可以看出这个程序的代表性。-This procedure is mainly on the basic music of the MATLAB simulation, is an example in this regard, the simulation results show that the representation of this process.
NarrowNoise
- 通过N个独立的正弦函数叠加来产生窄带噪声-Narrow Noise Generation from N sine function
Triangle
- 是一个练习c++派生和继承的代码。从点派生到线段,在派生到三角形,求出三角形的周长以及面积。-Is a practice derived and inheritance c++ code. Derived from the point to the line, in the derivation to triangles, find the perimeter of the triangle and the area.
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