资源列表
Example8_1
- 接口程序,可以让类实现指定的接口,该程序可以让类实现多个属性
MERGE-SORT
- 合并排序是建立在归并操作上的一种有效的排序算法。该算法是采用分治法(Divide and Conquer)的一个非常典型的应用。 合并排序法是将两个(或两个以上)有序表合并成一个新的有序表,即把待排序序列分为若干个子序列,每个子序列是有序的。然后再把有序子序列合并为整体有序序列。 将已有序的子序列合并,得到完全有序的序列;即先使每个子序列有序,再使子序列段间有序。若将两个有序表合并成一个有序表,称为2-路归并。合并排序也叫归并排序。-Merge Sort is an efficient sort
Short-time-zero-crossing-rate
- 基于MATLAB用于检测提取的语音信号的平均短时过零率的算法,可以方便的检测出是清音还是浊音。-Algorithm based on the MATLAB for detecting extracted speech signal average short-term zero-crossing rate, you can easily detect the voiceless or voiced.
sorce
- 计算10个学生5门平均成绩,最高分,最高分对应课程和学生-Calculation of 10 students five grade point average, the highest score, the highest score corresponding to the curriculum and student
2
- 汇编语言编的小程序,可以使屏幕显示不同颜色条文-Assembly language for a small procedure, you can display different colors so that the provisions of
pwm10
- 產生三角波來比較pwn輸入訊號,以此產生pwm之波形始需要的硬體設備驅動-Triangular wave generated to compare the input signal pwn as the pwm waveforms generated only need the hardware device driver
scroll
- A small programs that scrolls left,right,down,up on the press of 2,4,6 and 8 button.
lcd
- 单片机的1602液晶学习的好例子,例子中通过最简单的算法来进行液晶的显示控制.-SCM 1602 LCD learn a good example of case through the most simple algorithm to carry out liquid crystal display control.
fifo_ram
- 同步fifo, 基于FPGA的VHDL编程,已调试。-fifo-ram
cPP-multifiles
- 讲述了在C++环境下使用多文件的方法以及如何实现的相关实例-About the methods and examples of multi-file the C++ environment
Untitled
- 可以识别文字,先计算梯度,比较梯度差,用一定阈值分隔出文字区域-Can identify the text, first calculate the gradient, gradient difference to compare with a certain threshold separates the text area
storyteller
- This program just for fun, you can input the names in the joke and then the name will automatically became the main character of the story.