资源列表
[数据结构常用算法] Eight-queens-problem
说明:关于数据结构中二叉树的一个实例,代码比较简单,容易看懂。-About one example of a binary tree data structure, code is relatively simple, easy to understand.<申一平> 在 2025-07-30 上传 | 大小:1kb | 下载:0
[matlab例程] fuzzy_control
说明:用MATLAB编写的离散模糊控制程序,结合本程序,我相信能能更快更好的理解模糊控制算法。算法在MATLAB Version: 7.14.0.739 (R2012a)运行无误。 function [FCU_T1,FCU_T2,FCU_T3,FCU_T4]=fuzzy_table(Me,Mec,Mu,UC) Me 隶属度表1 Mec 隶属度表2 Mu 隶属度表3 UC 模糊规则 FCU_T1 重心加权法,输出精确值 FCU_T2 重心加权法,输出离散值<yangxiao> 在 2025-07-30 上传 | 大小:4kb | 下载:0
[数学计算/工程计算] Iterative-correction
说明:这是关于校正迭代算法的代码,精确度高,大家可以参考着看看。-This is about correcting an iterative algorithm code, high accuracy, we can refer to the look.<申一平> 在 2025-07-30 上传 | 大小:2kb | 下载:0
[数学计算/工程计算] square-approximation
说明:关于数值分析中最佳平方逼近的算法,逼近效果比较好。-Numerical analysis on the best squares approximation algorithm approach is better.<申一平> 在 2025-07-30 上传 | 大小:1kb | 下载:0
[matlab例程] firstmoment
说明:仿真利用时间一阶矩法提取微多普勒特征的程序,绝对可用-The simulation of first moment methed to extract target s miro doppler<杜平> 在 2025-07-30 上传 | 大小:1kb | 下载:0
[matlab例程] peakdetect
说明:利用峰值检测法提取微动特征的程序,绝对可用-simulation of peakdetect method to extract the micro doppler feature of the target<杜平> 在 2025-07-30 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Way_to_Algorithm
说明:挑战算法之路中的具体实现代码,主要涉及信息学竞赛,计算机程序设计竞赛,以及《算法导论》中一些经典算法与题目具体实现~-Way to Algorithm<林> 在 2025-07-30 上传 | 大小:2.74mb | 下载:0
[数据结构常用算法] xishujuzhen
说明:用十字链表实现稀疏矩阵的存储和各种运算。-Cross-linked with a variety of computing for storage and sparse matrix.<xuan> 在 2025-07-30 上传 | 大小:1kb | 下载:0
[数据结构常用算法] shu
说明:增强二叉搜索树是二叉搜索树的一种推广,其中每个结点除了保存关键字外,还保存了以该结点为根的子树的结点数目(包括该结点本身)。实现其建立、复制、前/中/后序遍历、层高统计、结构从属判断等操作。-Enhanced binary search tree is a generalization of a binary search tree, where each node except to save the keyword, but also save the node number points<xuan> 在 2025-07-30 上传 | 大小:1kb | 下载:0
[数据结构常用算法] jixian
说明:在进行高精度的数值运算时,常常受到数据处理长度的制约,当 数值位数太大时就会超出计算机的处理能力。要解决这个问题,从数据结构方面来考虑,分别采用适当的算法来接收、存储、输入、输出以及进行高精度的运算。-During high-precision numerical computation, data processing often restricted length, when the value is too large digits will exceed the processing<xuan> 在 2025-07-30 上传 | 大小:1kb | 下载:0