资源列表

« 1 2 ... .89 .90 .91 .92 .93 25494.95 .96 .97 .98 .99 ... 28522 »

[数据结构常用算法preorder_tree_stack

说明:二叉树非递归先序遍历,使用栈 一直往左走 root->left->left->left…->null, 由于是先序遍历,因此一遇到节点,便需要立即访问; 由于一直走到最左边后,需要逐步返回到父节点访问右节点, 因此必须有一个措施能够对节点序列回溯。 有两个办法: 1.用栈记忆:在访问途中将依次遇到的节点保存下来。由于节点出现次序与恢复次序是反序的,因此是一个先进后出结构,需要用栈。
<大胡子> 在 2025-05-25 上传 | 大小:1kb | 下载:0

[数据结构常用算法biSearchTree_to_sortedList

说明:输入一棵二分查找树,将该二元查找树转换成一个排序的双向链表。 要求不能创建任何新的结点,只调整指针的指向。 二分查找树:root,每个节点:data、small pointer、large pointer 转换成排序的双向链表后small pointer应该指向前一个元素,larger pointer指向后一个元素-Enter a binary search tree, the two yuan search tree in
<大胡子> 在 2025-05-25 上传 | 大小:2kb | 下载:0

[数据挖掘DM_BayesAndKNN

说明:C++实现数据挖掘的贝叶斯分类方法和k-近邻分类方法,有源码,有示例数据,有说明文档-C++ implementation of data mining methods and Bayesian classification k- nearest neighbor classification method, there is source code, sample data, documentation
<morton> 在 2025-05-25 上传 | 大小:3.48mb | 下载:0

[matlab例程mohu

说明:利用模糊集理论对目标进行评价。将评价目标看成是由多种因素组成的模糊集合,再设定这些因素所能选取的评审等级,组成评语的模糊集合,分别求出各单一因素对各个评审等级的归属程度,然后根据各个因素在评价目标中的权重分配,通过计算,求出评价的定量解值-Fuzzy set theory to uate the target. The uation objectives as fuzzy sets consisting of a variety o
<刘弱南> 在 2025-05-25 上传 | 大小:2kb | 下载:0

[数学计算/工程计算DWT1D

说明:C语言实现一维离散小波变换,通过mallat算法实现对一维信号的快速重构和分解。-C language implementation of a one-dimensional discrete wavelet transform, fast algorithm by mallat one-dimensional signal reconstruction and decomposition.
<Dust> 在 2025-05-25 上传 | 大小:509kb | 下载:0

[matlab例程GTbimatrixgames

说明:双矩阵对策博弈论,求解博弈论纳什均衡,得出优化结果。-Game Theory
<weiofcumt> 在 2025-05-25 上传 | 大小:3kb | 下载:0

[matlab例程DAN-SIMON

说明:这是dansimon提供的软件包,里面有遗传算法,PSO算法等,是一种非常好的软件资源-this is Dan Simons matlab tools contains many mathods including GN algorithm and PSO algorithm so on.
<朱超> 在 2025-05-25 上传 | 大小:30kb | 下载:0

[matlab例程tree-for-fastnewman-160311

说明:这是美国空手道足球俱乐部的网络,通过fastnewman方法划分,并用树状图画出结果-Zachary’S karate club network,Zachary’S karate club network
<朱超> 在 2025-05-25 上传 | 大小:2kb | 下载:0

[生物技术ImageRegistration3

说明:医学图像配准程序,使用Python基于ITK实现的。是itk中的一个例子-Medical image registration procedures, the use of Python based ITK implementation. One example is itk
<airrery> 在 2025-05-25 上传 | 大小:2kb | 下载:0

[matlab例程homotopy

说明:homotopy算法求解非线性方程组-homotopy method for solving nonlinear equations
<liuzuozhi> 在 2025-05-25 上传 | 大小:2kb | 下载:0

[matlab例程zf2

说明:This the code about zero forcing detector in mimo system-This is the code about zero forcing detector in mimo system
<kanimozhi> 在 2025-05-25 上传 | 大小:1kb | 下载:0

[matlab例程Z

说明:This matlab code for zero forcing detector in coopertive relay mimo system-This is matlab code for zero forcing detector in coopertive relay mimo system
<kanimozhi> 在 2025-05-25 上传 | 大小:1kb | 下载:0
« 1 2 ... .89 .90 .91 .92 .93 25494.95 .96 .97 .98 .99 ... 28522 »

源码中国 www.ymcn.org