资源列表

[数据结构常用算法ordering4

说明:堆排序:思想: 用二叉树的结构来表示数组,及用数组来表示二叉树的结构,比如i为父节点其孩子为,2i,和2i+1.其中,大顶堆中 父节点大于其两个孩子 算法平均时间复杂度: O(nlogn) -HEAPSORT: thinking: using binary tree structure to express the array, and used to express an array of binary tree struct
<朱洁> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法ordering5

说明:基数排序:思想:先从数据的低位开始,进行分配,分成10个空间,分别存储位为,0,1,2,3...9 重复的对次地位操作,知道预定的高位,排序完成-Radix Sort: thinking: from data low starting distribution, divided into 10 space, storage spaces, respectively, for 0,1,2,3 ... repeated 9 times
<朱洁> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[matlab例程three_arry

说明:基于信号匹配原理的三阵元信号方位估计的方法-Based on the principle of signal matched the three array element signal DOA estimation methods
<王大嘴> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[人工智能/神经网络/遗传算法ant

说明:蚂蚁算法的js实现 前段时间在网上收集的-Ant Algorithm js realize some time ago in the online collection
<王蒙> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[matlab例程mengte

说明:蒙特卡洛使用程序基本源代码,提供随机变量的多种分布类型,可以直接使用。-Monte Carlo procedures for the basic source code, to provide a wide range of random variable distribution type, can be used directly.
<小丝瓜> 在 2024-10-09 上传 | 大小:1024 | 下载:1

[压缩解压ycrcb2rgb

说明:ycrcb2rgb程序实现转换,逆向转换类似,限制rgb范围-ycrcb2rgb realize the conversion process, reverse conversion is similar to limit the scope rgb
<yanghui> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[matlab例程NaiveBayes

说明:这是一个matlab 开发的naive Bayes 分类器算法。可以供大家共享,修改和批评指正。这个是修改的别人的。如果有务,联系: l_y_f_2005@163.com-This is a matlab developed algorithm naive Bayes classifier. Be available for everyone to share, modify, and criticism. This is a mo
<122456> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[数学计算/工程计算PailieCode

说明:The content is comform as the title, if you have the better code, let me know.thanks.
<hou> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法erchashu

说明:本代码经过验证,绝对可以运行,并附有解析,对初学者有很大帮助-Verified the code and it can definitely run with a resolution, has great help for beginners
<li> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法binary_tree

说明:如何将ABCDEFG按照指定的顺序,创建二叉树,-How to ABCDEFG in accordance with the order specified to create binary tree,
<zhuyiye> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[数学计算/工程计算min

说明:这是一个集交互式和命令式于一体的一个程序。 % 首先程序提示你输入数据,如果你输入的数据正确,则程序继续进行。 % 如果你输入的x,y的大小不一致,程序会提示你输入数据有误,然后程序返回再次让你输入数据。 %待你输入数据正确后,程序会给你一段提示信息, % 通过下面的交互式图形,你可以事先估计一下你要拟合的多项式的阶数,方便下面的计算 % polytool()是交互式函数,在图形上方[D
<叉叉> 在 2024-10-09 上传 | 大小:1024 | 下载:0

[数据结构常用算法Kruskal

说明: MATHEMATICA 软件运用 最小生成树的Kruskal算法-MATHEMATICA software application of the Kruskal minimum spanning tree algorithm
<yangmingze> 在 2024-10-09 上传 | 大小:1024 | 下载:0

源码中国 www.ymcn.org