搜索资源列表
shellsort111
- 附有本人超级详细解释(看不懂的面壁十天!) 一、 实际问题: 希尔排序(Shell Sort)是插入排序的一种。因D.L.Shell于1959年提出而得名。它又称“缩小增量分类法”,在时间效率上比插入、比较、冒泡等排序算法有了较大改进。能对无序序列按一定规律进行排序。 二、数学模型: 先取一个小于n的整数d1作为第一个增量,把文件的全部记录分成d1个组。所有距离为dl的倍数的记录放在同一个组中。先在各组内进行直接插人排序;然后,取第二个增量d2<d1重复上述的分组和
danlianbiao
- c编的,数据结构实验报告,很详细.流程都有 是单链表交并差的-c allocation and data structure of experimental reports, in great detail. process is a single linked list has to pay and poor
fp_tree
- 经典的fp树算法,主要描述算法的整个流程,注释详细。-Classic fp-tree algorithm, and describes the entire process of the algorithm, detailed annotations.
Expression-evaluationCPP
- 输入表达式,包括括号与四则运算。输出详细的计算流程顺序与结果。适用于严蔚敏数据结构的实验。使用CPP实现,控制台程序。-Enter the expression, including brackets and four operations. Output sequence detailed calculation process and results. For YanWeiMin data structure experiments.
Josephus
- 本文档详细讲解了约瑟夫问题的算法流程并提供了C++代码,经测试可用。-This document is a detailed account of Joseph s algorithm flow problems and provides C++ code, have been tested.
channel_estimation
- 传统的信道估计仿真,有注释,有详细的教程流程解释,生成BER图,可改变调制方式-The traditional channel estimation simulation, notes, a detailed tutorial to explain the process to generate BER map, you can change the modulation scheme, etc.