资源列表
erchapaixushu
- 23、设计一个读入一串整数构成一颗二叉排序树的程序,从二叉排序树中删除一个结点,使该二叉树仍保持二叉排序树的特性。-Design of a read a string of integers a two binary sort tree procedures, from two binary sort tree delete a node, so that the two fork tree still maintain two binary sort tree characteristics.
Data-structure-experiments
- 数据结构8个实验完整源码+可执行程序 +95个其他程序源码+ 数据结构课程设计报告 C语言程序设计题附答案 C语言课程设计 实验2 顺序查找 排序 实验3 顺序栈基本操作 实验4 顺序循环队列基本操作 实验5 二叉树的建立及遍历 实验6 哈夫曼树的创建及编码 实验7 图的创建及遍历 实验8 查找与排序算法 推箱子游戏 -Complete source of data structures eight experimental the th
vector
- 使用二维向量处理文件中的学生姓名及分数,求各个学生的总分及平均分并进行排序-Using the two-dimensional vector names and scores of students in the file, find the score and average score of all students and to sort
struct-code
- 数据结构C语言版随书代码(陈峰棋),
B_Tree
- B树的表示及基本操作的实现。 1.掌握B树的存贮结构。 2.实现B树中关键字值的插入及删除操作。 3.练习屏幕图形化的显示。 -B-tree representation and basic operations. A. Master of B-tree storage structure. Two. Keyword values, insert and delete operations in the B-tree. 3. Practice-screen gr
MMatrixxa
- 关于矩阵运算的各种数值算法,包括实(复)矩阵求逆,对称正定矩阵与托伯利兹矩阵阵的求逆,线性方程组的常用解法,矩阵的各种分解方法,特征向量与特征值的求解等等。 -Numerical algorithms on a variety of matrix operations, including real (complex) matrix inversion symmetric positive definite matrix inverse matrix array with Tuobo Lee
QQUBBIT4MATLAu
- 量子信息科学使用的源码和量子进化算法,包含量子状态等等,而且附有详细的说明文档 可直接使用。 已通过测试。 -Source of quantum information science and quantum evolutionary algorithm, including the quantum state, and accompanied by detailed documentation can be used directly. Has been tested.
hoffman-encodeadecode
- 数据结构与算法的一个课程设计,内含实验报告。主要功能有: 用户可以执行的的功能有: (1)---选择读取某个源文件由系统解析建立哈夫曼树 (2)---手动输入字符集及其权值信息建立哈夫曼树 (3)---打印字符集的哈夫曼编码到屏幕 (4)---选择某个文本文件进行编码 (5)---选择某个代码文件进行译码 -Data structures and algorithms, a curriculum design, containing experimental r
xianxingbiao
- 适合学习编程的新手,主要讲述C++中数据结构中的线性表的操作-Suitable for learning programming novice, about the operation of the linear form in the data structure in C++
Scheduling-algorithm-is-compared-
- 各种内部排序算法的时间复杂度分析结果只给出了算法执行时间的阶,或大概的执行时间。试通过随机的数据比较各算法的关键字比较次数和关键字移动的次数。-The time complexity analysis of the various internal sorting algorithm only gives the order of the algorithm execution time, or about the execution time. Test the random data al
zuobiao-
- 从0开始的整数按逆时针方向旋转排列,要求输入任意一个正整数,输出它在以0为原点的直角坐标系中的坐标(图中水平方向与垂直方向数与数之间的间隔都为1)。B10080221-Integer from 0 to start with by the anti-clockwise rotation, for the importation of any positive integer, the output it to 0 for the origin of the Cartesian coordinat
queue
- 使用模版技术实现,该队列内能存储各种数据类型如int、char、string以及自定义类型-Use template technology, the queue can store various data types such as int, char, string, and custom type