资源列表
LCS
- 最长公共子串算法,该程序能够求出最长的公共子串-Longest common substring algorithm, the program can find the longest common sub-string
KMP
- 用c++实现了KMP字符串匹配算法,简单明了-KMP string matching algorithm with c++, plain and simple
生产者消费者问题
- 操作系统课程设计中模拟生产者消费者问题的程序.
yy
- 把在链表中插入语删除节点的操作写成一个函数。 bool insert(Node *&h,int a,int pos) pos(>=0)为0的时候在表头插入,否则在第pos个结点的后面插入。 bool remove(Node *&h,int &a,int pos) -Written as a function of the parenthesis in the linked list delete node operation. bool insert (Node* &
tree
- 数据结构,图的遍历,深度优先遍历,广度优先遍历。-Data structures, graph traversal, depth-first traversal, breadth-first traversal.
SVDD
- 真正可以运行的SVDD代码,在TE化工数据集上的代码。-A code that can actually implement, on the basis of TE process in chemistry.
bucket-sort
- 桶排序,visual C++编程,有注释-bucket sort in visual c++
New-folder
- 数据结构: node class,binarytree class, queue class,linked list class,ordered list cla-Data structure: node class, binarytree class, queue class, linked list class, ordered list class
erweiwenliyingshe
- 用二维纹理映射方法,生成并显示将一幅图像表示的颜色纹理映射到一个物体(如立方体、球体)-2D texture mapping method, to generate and display an image representation of the color texture mapped to an object (such as cubes, spheres)
zhan
- 1.定义顺序栈类型,实现栈的所有基本操作。 2.定义链栈类型,实现栈的所有基本操作。 3.应用栈实现数制的转换。 -1 defined sequence stack type stack all the basic operations. 2. Define the type of chain stack, the stack of all the basic operations. Application stack number system conversion.
lianbiao
- 1.实现单链表的所有基本操作 2.编写主程序测试所有功能 3.实现循环链表的基本操作,并编写测试程序。 4.实现双向链表的基本操作,并编写测试程序。 -Single linked list of all basic operations to write the main program to test all functions 3. Achieve the basic operation of the circular linked list, and the prepara
shunxubiao
- 1.实现顺序表的基本操作,包括顺序表的初始化、第i个元素前插入一个新的元素、删除第i个元素、查找某元素、顺序表的销毁。 2.写一个函数,建立并显示含有n个整数的顺序表 3.写一个函数,实现对有序表(非递减)插入一个元素的功能 4.写一个函数,实现两个有序(非递减)表合并生成新的有序表的功能 -1. Achieve the basic operation of the sequence table, including the initialization sequence tab
