搜索资源列表
shu
- 1.[问题描述] 编写递归算法,计算二叉树中叶子结点的数目 [输入] 按照先序序列的顺序输入该结点的内容。其输入abd eh cf i g . [输出] 按中序序列输出,输出的结果为;dbheaficg并计算出二叉树中叶子结点的数目为4 [存储结构] 采用二叉表存储 [算法的基本思想] 采用递归方法建立和遍历二叉树。首先建立二叉树的根结点,然后建立其左右子树,直到空子树为止,中序遍历二叉树时,先遍厉左子树,后遍厉右子树,最后访问根结点。根据左右子树的最后一个
hurstcaculate.rar
- hurst指数估计 This function does dispersional analysis on a data series, then does a Matlab polyfit to a log-log plot to estimate the Hurst exponent of the series. This algorithm is far faster than a full-blown implementation of Hurst s
tabu
- 禁忌搜索(Tabu search)是局部邻域搜索算法的推广,Fred Glover在1986年提出这个概念,进而形成一套完整算法。 -Tabu search (Tabu search) is a local neighborhood search algorithm for the promotion, Fred Glover in 1986, proposed this idea, thus forming a complete set of algorithms.
kmean
- 包括K-均值聚类算法的思想介绍,kmeans的MATLAB代码,c语言代码、c++代码。-Including the K-means clustering algorithm introduced the idea, kmeans of MATLAB code, c language code, c++ code.
used-algorithm-of-C-programming
- C程序设计的常用算法,计算机解题的基本思想方法和步骤-C programming algorithm , the basic idea of computer problem-solving methods and procedures
MD5MARSIDEA
- MD5,IDEA,MARS算法比较,已经打包在一起。全部通过测试。-MD5, IDEA, MARS algorithm has been packaged together. All passed the test.
svm
- SVM方法的基本思想是:定义最优线性超平面,并把寻找最优线性超平面的算法归结为求解一个凸规划问题。进而基于Mercer核展开定理,通过非线性映射φ,把样本空间映射到一个高维乃至于无穷维的特征空间(Hilbert空间),使在特征空间中可以应用线性学习机的方法解决样本空间中的高度非线性分类和回归等问题。svm 程序,即支持向量机的代码。-The basic idea of SVM method are: the definition of the optimal linear hyperplane,
SHEDULINGALGOofdma
- a simple but efficeint scheduling Algorithm in a context ofdma. The idea is to satisfy fairness and the QOS from 2 point of view the first part of sub carrier will be allotted in such way that the flow total of the system is guaranteed and the se
Algorithm.origin.idea
- 算法由来及算法设计的思想文档Algorithm for the origin of the idea and algorithm design documents -Algorithm for the origin of the idea and algorithm design documents
maxcost
- “基于Floyd最短路算法的Ford和Fulkerson迭加算法”的最小费用最大流算法,其基本思路为:把各条弧上单位流量的费用看成某种长度,用Floyd求最短路的方法确定一条自V1至Vn的最短路;再将这条最短路作为可扩充路,用求解最大流问题的方法将其上的流量增至最大可能值;而这条最短路上的流量增加后,其上各条弧的单位流量的费用要重新确定,如此多次迭代,最终得到最小费用最大流。 -" Floyd shortest path algorithm based on the Ford and
DBSCAN
- Density-Based Spatial Clustering of Applications with Noise (or DBSCAN) is an algorithm used in cluster analysis which is described in this Wikipedia article (http://en.wikipedia.org/wiki/DBSCAN). The basic idea of cluster analysis is to partit
idealast
- idea algorithm which is a cryptogrphy algorithm
GA(Genetic-Algorithm)
- 本实例采用遗传算法求多项式最小值,使读者掌握遗传算法的基本思想,并能具体应用-This example uses the minimum polynomial of genetic algorithm, so that the reader grasp the basic idea of ??genetic algorithms, and to the specific application
c-P-P-algorithm-procedures
- 程序开始运行,要求用户首先输入两个大数。 然后进行菜单选择,进行相应的大数运算。 分析说明:由于大数的范围太大,不能直接定义为int或者float等, 所以我们的想法就是定义成字符串类型, 输入的数字一位一位地存入字符数组里面。 然后在运算的时候也是一位一位地运算。 这个过程就得从最基本的数学运算法则做起,不乏多种判断。 涉及到数组和指针的应用。最难的就是判断情 况还有应用数组和指针过程中出现的多种未可预知的错误, 还得通过逐步调试慢慢找出。我们先从加减
Application-of-GPF-Algorithm
- 介绍了高斯粒子滤波器(GPF) 的基本思想和具体算法的实现步骤,并讨论了此算 法在机动目标转弯模型跟踪中的应用-The introduced Gaussian particle filter (GPF), the basic idea and specific implementation steps of the algorithm, and discuss the application of this algorithm in turn model maneuvering target
Source-Code
- 包括以下算法: BIG2GB, cab文件压缩、解压程序源代码,DES加密算法源代码,IDEA算法源代码,Rijindael算法源代码等等,一共有15个算法-Include the following algorithm: BIG2GB cab file compression, decompression program source code, the DES encryption algorithm source code, the IDEA algorithm source code,
conquer-and-divide-algorithm
- 本章描述了讲解了分治算法的基本思想和设计过程以及原理-Explain the basic idea and design process as well as the principle of divide and conquer algorithm described in this chapter
Genetic-algorithm-optimization
- 遗传算法优化B P神经网络的目的是通过遗传算法得到更好的网络初始权值和阈值, 其 基本思想就是用个体代表网络的初始权值和阈值、 个体值初始化的B P神经网络的预测误差作为该个体的适应度值, 通过选择、 交叉、 变异操作寻找最优个体, 即最优的B P神经网络初始权值。除了遗传算法之外, 还可以采用粒子群算法、 蚁群算法等优化B P神经网络初始权值。-Genetic algorithm to optimize BP neural network is designed by means of g
ACM-algorithm
- 里面包含ACM源代码,并介绍了很多关于数据结构和算法的思想及案例。-ACM which contains the source code, and introduced a lot about the idea of data structures and algorithms and case.
Joseph-algorithm
- 约瑟夫算法:n个人围成一圈,每人有一个各不相同的编号,选择一个人作为起点,然后顺时针从1到k数数,每数到k的人退出圈子,圈子缩小,然后从下一个人继续从1到k数数,重复上面过程。求最后推出圈子的那个人原来的编号。 思路:按照上面的算法让人退出圈子,直到有n-1个人推出圈子,然后得到最后一个退出圈子的人的编号。 程序:坐成一圈的人的编号不需要按序排列-Joseph algorithm: n individuals in a circle, each with a different