资源列表
Sort
- 该代码实现了各种常见的排序算法,并且对各种算法的复杂度做了简单的比较,程序还设计了简单的互动界面。-The code to achieve the common sorting algorithms, and complexity of various algorithms to do a simple comparison, the program has also designed a simple interactive interface.
StackQuenue
- 该代码实现了栈和队列算法,代码简单易懂,所涉及知识比较基础,适合初学者学习。-The code, stack and queue algorithm is straightforward, involving the knowledge basis for comparison, for beginners to learn.
YueSeFuHuan
- 该代码实现了约瑟夫环,算法简单易懂,复杂度较低。-The code Josephus, the algorithm is straightforward, low complexity.
Huffman
- 该代码实现了哈夫曼树算法,简单易懂,调理清晰,非常适合初学者学习。-The code implements the Huffman tree algorithm, easy to understand, clear conditioning, ideal for beginners to learn.
eightQueen
- 在软件学习中重点学习的递归算法之八皇后问题-Learning recursive algorithm in the software to learn the eight queens problem
BiTree
- 本文件实现了二叉树算法,该算法精简高效,易读易懂。-This file implements the binary tree algorithm, the algorithm streamlined, easy to read and understand.
UMAT-FOR-Non-Isothermal-Elasticity
- UMAT FOR Non-Isothermal Elasticity
Hanoi
- 简单的汉诺塔算法,采用归约算法的思想,实例是三个盘子,三个柱子-Simple HANOR algorithm
paixu
- 使用简单数组实现下面各种排序算法,并进行比较。 排序算法: 1、插入排序 2、希尔排序 3、冒泡排序 4、快速排序 5、简单选择排序 6、堆排序 7、归并排序 8、基数排序 要求: 1、测试数据分成三类:正序、逆序、随机数据 2、对于这三类数据,比较上述排序算法中关键字的比较次数和移动次数(其中关键字交换计为3次移动)。 3、对于这三类数据,比较上述排序算法中不同算法的执行时间,精确到微秒-Using a simple ar
huffman
- 利用二叉树结构实现赫夫曼编/解码器。 基本要求: 1、 初始化(Init):能够对输入的任意长度的字符串s进行统计,统计每个字符的频度,并建立赫夫曼树 2、 建立编码表(CreateTable):利用已经建好的赫夫曼树进行编码,并将每个字符的编码输出。 3、 编码(Encoding):根据编码表对输入的字符串进行编码,并将编码后的字符串输出。 4、 译码(Decoding):利用已经建好的赫夫曼树对编码后的字符串进行译码,并输出译码结果。 5、 打印(Print):以直观
FFT128real32
- FFT real 128 for STM32F4 - discovery board. NICE CODE
ABAQUS-UMAT
- ABAQUS中各种不同本构的内聚力单元fortran用户子程序-ABAQUS in a variety of constitutive cohesive unit fortran user subroutines
