资源列表
Dijkstras
- This Application for Students who are starting stage of Data Structures and Algorithms. Application is in the Language of C++.-This is Application for Students who are starting stage of Data Structures and Algorithms. Application is in the Language o
KMP
- 实现KMP算法。 经典的模式搜索算法。-KMP algorithm realization. Classical algorithms.
1036Gangsters
- 算法编程题,北京大学OnlineJudge 1036Gangsters-1036Gangsters
dashuxiangcheng
- 大数相乘,c语言编写,有关的数据结构课程设计可以借鉴一下,-Multiplication of large numbers, c language, the curriculum design of the data structure you can learn from, huh, huh
peak_segmn
- lpc spectrum peak segmenter
joseph_ring
- 2、 约瑟夫(Josephus)环问题:编号为1,2,3,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数的上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一人开始重新从1报数,如此下去,直到所有人全部出列为止。- Joseph (Josephus) Central issue: numbered 1,2,3, ..., n of n individuals sitting
ZUOYE2
- 编号为1,2,…,n的n个人按顺时针方向围成一圈,每个人携带一个密码c(正整数)。开始任选一个正整数为报数上限值m,从第一个人开始顺时针自1依次报数,当报数为m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人出列为止,请输出出列的序列。-Numbered 1,2, ..., n of n individuals clockwise circle, each person carrying a code c (positive i
n_Queen
- 该算法为回溯法的经典问题之一,在n*n的棋盘上放置n个皇后。运行后会给出皇后的位置和解的个数-The backtracking algorithm is one of the classic problems in the n* n place n queens on the chessboard. After running the settlement will give the location of the number of Queen s
shuzu
- 数组里面有100个数 实现查找删除 以及按大小排序-There are 100 number array size, and delete and realize the search order
Screening-method
- 选择排序 排序问题中的蛮力法 算法设计与分析-Selection sortThe scheduling problem with the brute force methodDesign and analysis of algorithms
divide
- 采用正向最大匹配算法实现中文分词,基于matlab2013编程-MATLAB code
频率域低通和高通滤波
- 1.学会傅立叶变换方法; 2.使用布特沃斯和高斯滤波器进行低通滤波; 3.使用布特沃斯和高斯滤波器进行高通滤波