资源列表
complex
- 一、实验名称:Complex类的运算符重载 二、实验目的:这个实验题目的主要目的是让同学们掌握c++运算符重载的用法 三、实验内容: 编写一个Complex类,需要完成的运算符重载有: (1) + :重载+,用来完成两个复数的加法; (2) -:重载-,用来完成两个复数的减法; (3) *:重载*,用来完成两个复数的乘法; (4) <<:重载<<,用来输出一个复数,输出的格式为(a + b * i),其中a为实部,b为虚部。-First, th
savingAccount
- 一、实验名称:储蓄帐户模拟 二、实验目的:这个实验题目的主要目的是为了让同学们进一步理解一些有关C++类的更多的一些特性,例如static成员的处理等。 三、实验内容: 本实验中主要内容有创建一个SavingAccount类,这个类需要完成以下的功能: (1) 每一个SavingAccount应该包含一个年利率和帐户余额的数据成员; (2) 提供一个构造函数初始化一个SavingAccount的实例; (3) 每个月结
shortestpath_maze
- shortestpath_maze 最短路径的算法 测试可用哦
map
- 非常经典的 图的深度和广度优先遍历,可以下载一下学习学习-The depth and breadth very classic graph traversal priority, learn what you can download
studentManagement
- 用链表写的 学生信息管理系统,可以下载下来 学习一下~-With the list written in student information management system, you can download it to learn about ~
sort
- 非常经典的 拓扑排序算法,可以下载下来学一下啊-Very classic topological sorting algorithm, can be downloaded to learn about ah
linklist
- 顺序表上的基本操作实现,一些基本的操作步骤,测试可用,可以下载下来学习一下-Basic operations on the order of the table, some of the basic steps, the test is available, you can download it to learn about
hospital
- 患者到医院看病事件模拟,用c语言写的,测试可以使用-The patient to the hospital event simulation using c language written test may be used
treePrint
- 先序二叉树的控制台树状输出,包括二叉树的建立,输出部分可以提取到其他二叉树上使用-print binary tree
RB_tree
- 红黑树,算法导论,包括新建插入删除等操作,控制台操作,有提示-RB-tree,include create、insert、delete
xueshengchengjiguanli
- 学生成绩管理系统 C语言课程设计(非计算机专业)很简单-Student achievement management system C language curriculum design (non-computer professional) is very simple
Median
- 本段代码能够利用差值法完成3*3窗口中值滤波。-This code can be completed 3x3 window median filtering method utilizing the difference.