资源列表
[数据结构常用算法] BST
说明:代码实现了二叉树基本操作:实现二叉树的基本操作(包括前序、中序、后序遍历);从键盘读数,利用前面实现的基本操作,生成一棵二叉查找树;通过遍历二叉树,输出该二叉树的叶节点数;通过遍历二叉树,求二叉树的最大高度;利用队列,按层次输出二叉树各结点。 -Code to achieve the basic operation of the binary tree: binary tree to achieve the basic operations (including pre-order, in<李雅芳> 在 2025-06-25 上传 | 大小: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-25 上传 | 大小:20kb | 下载:1
[人工智能/神经网络/遗传算法] cofpidcontrol
说明:一个很好的PID控制C语言程序,希望对大家有用-PID control of a good C language programming, in the hope that useful<zhangpeng> 在 2025-06-25 上传 | 大小:2kb | 下载:0
[matlab例程] denoise
说明:I developed an algorithm for using local ICA in denoising multidimensional data. It uses delay embedded version of the data, clustering and ICA for the separation between data and noise. -I developed an algorithm for using local ICA in denoising mult<sunny> 在 2025-06-25 上传 | 大小:142kb | 下载:0
[数学计算/工程计算] fractional
说明:一个解分数阶方程的原代码程序 并得到了最后的计算数据-A fractional solution of the original equation procedure code and the calculation of the final data<xtdxlx> 在 2025-06-25 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] jiyuBPshenjingwangluodexiaohuisheng
说明:采用神经网络控制方法,建立了基于BP算法的神经网络有源消声实验系统。实验证明基于BP算法的有源消声实验系统具有良好的消声效果和稳定性-Neural network control method, based on BP neural network algorithm Active Noise experimental system. Experiments prove that BP Algorithm Based on Active Noise experimental system has<海德> 在 2025-06-25 上传 | 大小:58kb | 下载:0
[数据结构常用算法] 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-25 上传 | 大小:1kb | 下载:0