资源列表
[数据结构常用算法] Cut-of_effect
说明:截断效应,演示对直流信号进行截断后,信号频谱的变化,在演示程序中,图形的计算是由已知的时域和频域表达式计算。-Truncation effect, demonstration of the DC signals are cut off, the signal spectrum changes in the presentation program, graphics is calculated from the known time domain and frequency domain exp<eachgear> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Graphic
说明:图形的绘制,如何使用自定义画笔(颜色,线宽,线型)。如何为程序中添加选项菜单和选项设置对话框,如何使用标准颜色对话框,如何使用字体对话框,在选项对话框中实现预览功能。实现选项对话框和窗口类中的数据交换。如何改变对话框和控件的背景色,如何改变控件的文本颜色,对按钮控件的特殊处理。如何在窗口中显示一幅位图。-Graphics rendering, how to use a custom brush (color, line width, linear). Procedures for how to<李雅芳> 在 2025-06-11 上传 | 大小:98kb | 下载:0
[数据结构常用算法] BST
说明:代码实现了二叉树基本操作:实现二叉树的基本操作(包括前序、中序、后序遍历);从键盘读数,利用前面实现的基本操作,生成一棵二叉查找树;通过遍历二叉树,输出该二叉树的叶节点数;通过遍历二叉树,求二叉树的最大高度;利用队列,按层次输出二叉树各结点。 -Code to achieve the basic operation of the binary tree: binary tree to achieve the basic operations (including pre-order, in<李雅芳> 在 2025-06-11 上传 | 大小:942kb | 下载:0
[数据结构常用算法] graph
说明:实现了图的主要操作:(1)分别用邻接矩阵和邻接表实现图的基本操作(包括图的广度和深度优先搜索);(2)判断该图是否连通,输出该图的连通分量数目;(3)输出一个每一个连通分量的最小生成树。-The main achievement of the plan steps: (1), respectively, with adjacency matrix and adjacency list to achieve the basic map operations (including map the b<李雅芳> 在 2025-06-11 上传 | 大小:20kb | 下载:1
[数据结构常用算法] BinaryTree
说明:二叉树的实现功能: (1)生成二叉树 (2)先序遍历 (3)后序遍历 (4)中序遍历 (5)二叉树的高度 (6)统计数的节点数-Realization of Binary Tree functions: (1) to generate binary tree (2) first traversal (3) after traversal (4) traversal (5) binary tree of height (6) of section statistics Po<feixiaoxing> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[数据结构常用算法] DSDemoC
说明:进入光盘中的“\DSDemoC”目录,运行DSDemo.EXE,可以进入 数据结构算法演示系统(C语言描述)V3.1C中文版。该软件是在原DOS版程序 基础上改进而成,具体操作请按照界面上的提示进行。 -Access to the optical disk in the DSDemoC directory, run DSDemo.EXE, can enter the data structure of Algorithm Demonstration System (C lan<韩冷飞> 在 2025-06-11 上传 | 大小:302kb | 下载:0
[数据结构常用算法] shujujiegou
说明:数据结构经典算法的C语言实现 计算机专业数据结构课程实验-Data Structure Algorithm classic C language data structures Computer Science Curriculum Experiment<dengfb> 在 2025-06-11 上传 | 大小:14kb | 下载:0
[数据结构常用算法] Introduction_to_algorithms
说明:算法分析的权威书籍,帮助你深刻理解程序实现过程中各种算法在时间和空间上的效率问题,选择最优算法。-Algorithm for the analysis of the authority of books, to help you achieve a deep understanding of the procedures during the various algorithms in time and space efficiency, select the optimal algorithm<李浩> 在 2025-06-11 上传 | 大小:216kb | 下载:0
[数据结构常用算法] p11
说明:定义一个类,从3开始查找出连续N个自然数,要求它们都是非素数。 //要注意的是new ,delete的用法,以及在怎么判定在循环中连续判定,关于t的用法。 -The definition of a class, to start from 3 months to find a natural number N for the request that they are non-prime numbers.// It should be noted that new, delete usa<yjd> 在 2025-06-11 上传 | 大小:837kb | 下载:0