资源列表
search
- 一个实现自动查找在一列数中某个数的排名,用的是c++中指针实现的-An automatic check on a few of a number of ranking, using a c++ pointer to achieve
killcomment
- 过滤C++源程序中的注释。源文件需要改名为comment.cpp,这是用dev-c++编写。-Filter C++ source of comment. Source file needs to be renamed comment.cpp, this is dev-c++ write.
aaa
- 基于FPGA的三叉路*通灯控制程序,每个路口可以左右转有两条道-FPGA-based traffic light intersection control program, each intersection can have two Road, turn left and right
Cpp4
- 词法分析器,输出二元式,显示内容为字符值和字符标识符-Lexical analyzer, the output binary type, display the character values and character identifier
demo
- The program is a static buffer overflow vulnerability demo. modifying the normal execution flow of the program in such a manner that the instruction {printf(“X is 1”) } is skipped. it can be achieved in two different ways:
duandian
- 利用双门限判别方法实现语音的端点检测,个人编写并以调试通过。-The use of dual-threshold discrimination method voice endpoint detection, personal writing and through to commissioning.
xiaopengyoubaoshu
- 小朋友围成圈,从某位开始报数,报7的出列,再从下一位重新报7,最后只剩一个小朋友,是哪位?-Children a circle, from someone reported the number of reported seven out of the column, and then again at 7 from the next one, last only a child, who is calling?
Functions
- Useful Excel User Defined Functions
Daywork_4
- 背景分離的小程式,可將活動中的人物分離出來到新背景-Background isolated applet can be separated from the activities of the characters to the new background
T03
- matlab对一幅图像利用小波实现边缘检测,并和其他的算子(拉普拉斯算子、梯度算子)比较结果-Comparison of the results of matlab for an image using wavelet edge detection, and other operators (Laplacian, gradient operator)
newnew
- 认知无线网络学习代码,主要从性干噪比和功率的优化功率控制-Cognitive learning code wireless network
QuickSort
- 快速排序(Quicksort)是对冒泡排序的一种改进。由C. A. R. Hoare在1962年提出。它的基本思想是:通过一趟排序将要排序的数据分割成独立的两部分,其中一部分的所有数据都比另外一部分的所有数据都要小,然后再按此方法对这两部分数据分别进行快速排序,整个排序过程可以递归进行,以此达到整个数据变成有序序列。-Quick Sort
