资源列表
vos
- 本科作业虚拟linux操作系统下的文教系统
process_schedule
- 演示进程调度算法 使用的链表 包涵7个功能 4个算法-Process Scheduling Algorithm Demo
Fibonacci
- 4阶斐波那契序列如下:f0=f1=f2=0, f3=1,…,fi=fi-1+fi-2+fi-3+fi-4, 利用容量为k=4的循环队列,构造序列的前n+1项(f0, f1 , f2 ,… fn ),要求满足fn ≤200而fn+1 >200。 -4-order Fibonacci sequence is as follows: f0 = f1 = f2 = 0, f3 = 1, ..., fi = fi-1+ fi 2+ fi-3+ fi-4, With size k = 4
Bitree
- 二叉树的建立,与递归遍历,并求其深度-The establishment of a binary tree, and recursively traverse and find its depth
SLR(1)
- 编写识别表达式拓广文法的合法句子的SLR(1)分析程序,对输入的任意符号串,给出分析过程及分析结果。分析过程要求输出步骤、状态栈、符号栈、输入串和语法动作。如果该符号串不是表达式文法的合法句子,要给出尽量详细的错误提示。-Write a recognition of the legitimate expression of broadening the sentence grammar SLR (1) analysis program , for any input string of symb
swap
- 数据结构实验作业——奇偶交换排序。C++、简单、易懂、清晰、自编版-Experimental data structure operation- parity exchange sort. C++, simple, understandable, clear, self-compiled version of the
PrintMatrix
- 用VC实现将一个矩阵,按顺时针方向打印出来-With VC will be a matrix printouts clockwise
saolei
- 针对扫雷程序做的C++源代码,能初始化扫雷界面并进行扫雷-Clearance procedures for doing C++ source code
RBT.rar
- 运用C++进行红黑树的描述,对红黑树的插入、删除、查找等操作进行了实现等等。,The use of C++ for a descr iption of red and black tree on the red and black tree insert, delete, search and other operations to achieve and so on.
LZW
- LZW算法,实现对文本文件的加压和解压,能处理任意后缀的文件-LZW algorithm, to realize a text file compression and decompression, can handle any file suffix
CH1
- 严老奶奶数据结构第一章源码实现 完全可用-Yan grandmother source data structure to achieve the first chapter
math
- 经典数值算法源码,包括:数据处理与回归分析,特征函数,插值,矩阵特征值与特征向量的计算,矩阵运算,-Classical numerical algorithm source code, including: data processing and regression analysis, the characteristic function, interpolation, eigenvalue and eigenvector calculations, matrix operations,
