资源列表
Heap_Sort
- 堆排序的算法模拟。使用C++模拟实现堆排序算法。使用大顶堆,在数组中操作-Simulation of heap sort algorithm. Achieved using the C++ simulation of heap sort algorithm. The top of the heap using large, operate in the array
JIN
- C语言用链表实现学生成绩管理系统,课程设计作业,文档里面包含源代码。
bubble
- 冒泡程序,初学数据结构的学员可用于学习参考。-Bubbling procedure, and beginner participants of the data structure can be used to study reference.
Binarysearchtreedeshixian
- 1.掌握二叉搜索树的基本概念。 2.掌握二叉搜索树基本操作的实现。 -1. Binary search tree to master the basic concepts. 2. To master the basic operation of binary search tree implementation.
choushu
- 一种寻找丑数的方法,能够取得很多的效果,希望对大家有所帮助。-One kind of ugly to find a few ways to get a lot of results, we want to help.
Chaptes6_Linkqueue
- 链表与队列的基本操作,包括常用的初始化建立插入、删除、查找等功能模块。-The list of the basic operation.
N-Queens10000Artificial
- 主要利用人工智能的方法实现10000个N皇后问题-The main use of artificial intelligence methods to achieve 10 000 N Queens
complex
- 一、实验名称:Complex类的运算符重载 二、实验目的:这个实验题目的主要目的是让同学们掌握c++运算符重载的用法 三、实验内容: 编写一个Complex类,需要完成的运算符重载有: (1) + :重载+,用来完成两个复数的加法; (2) -:重载-,用来完成两个复数的减法; (3) *:重载*,用来完成两个复数的乘法; (4) <<:重载<<,用来输出一个复数,输出的格式为(a + b * i),其中a为实部,b为虚部。-First, th
hash
- 数据结构,Hash表应用,采用的是查找算法-Data structure, Hash table application, using the search algorithm
GraphTravell
- 图基于邻接表的创建以及深度优先遍历和广度优先遍历-Graph based on adjacency list creation, as well as depth-first traversal and breadth-first traversal
DC
- 基于图形的二叉树工作演示程序,包括创建、查找、插入、删除操作。
纯c语言实现卡尔曼滤波
- 完成c语言下的卡尔曼滤波,主要是用了子程序,可以直接带入(C language to complete the Kalman filter, mainly with subroutines, can be brought directly)
