资源列表
chuancaozuo
- 实现串的两个操作。从串s中删除所有和串t相同的子串和从串s中删除所有和串t相同的子串。-Operation to achieve the two strings. S from the string and remove all the same string substring t and s from the string and remove all the same string substring t.
shujujiegou
- 数据结构课程,里面有冒泡法排序,八皇后,斐波那契序列等程序-Data structure courses, there are bubble sort method, eight Queen' s, Fibonacci sequences, such as procedures
FindMax
- 求矩阵的最大值 有一个整型二维数组,大小为m行n列,要求分别找出其中最大值所在的行和列,以及该矩阵中的最大值。 要求: 1.编写自定义函数MaxVal 函数的原型为:int MaxVal(int arr[][N], int *m, int *n) 功能: 数组中最大元素的值通过MaxVal函数的返回值传递给主函数,最大元素的行值和列值分别通过m和n传递给主程序相应的变量。 2.main主函数的功能 (1)变量定义 (2)输入数组各元素的值 (3)以二维矩阵
jinghangjia
- 银行家算法,
lian-biao
- task链表:实现简单的一些链表创建等使用功能。-lian biao.
stamp
- 连续邮资问题的完整代码,修改了王晓东《计算机算法设计与分析》(第三版)中代码的错误,为使计算y[k]的过程更清楚,添加了一些中间调试代码。-Continuous postage question the integrity of the code, modify the Xiaodong " Computer Algorithm Design and Analysis" (third edition), the error code, for the calculation o
Page-out-algorithm
- 操作系统算法演示,页面淘汰算法的c语言演示,比较简单-Algorithm demonstrates the operating system, page-out algorithm c language shows, a relatively simple
dfajdkfa
- 队列的应用,利用VC++实现数据结构队列的应用,对大二年级学生学习队列很有帮助。-Queue of applications, the use of VC++ Queue data structure to achieve the application of large second-year cohort study helpful.
OrderedSet.cpp
- using a class define a orderd set
dcel2d
- DCEL doubly-connected edge list 双向邻接链表C++实现-DCEL doubly-connected edge list
violent_match
- 用C++编写的查找子串的一般的方法,这个可以很好的帮转理解KMP算法,希望帮到需要的人-General approach to find a substring with C++ written, this can help turn a good understanding of KMP algorithm, hoping to help people in need
stringmatch
- c++程序,对于输入的n个字符串进行串匹配,使用者可以输入查询字串,返回所有在任意位置有匹配字串的字符串。
