搜索资源列表
gtrtgdfg
- 遍历是二叉树经常要遇到的一种操作.可以运用到二叉树结点计数,线索化二叉树,求二叉树的深度,表达式求值等算法中.在遍历的过程中,对结点的访问具有普遍的含义,可以是输出各结点的数据域信息,也可以是对结点作其他处理.另外,通过一次完整的遍历,可使二叉树中结点信息由非线性排列变为某种意义上的线性排列.也就是说,遍历操作使非线性结构线性化. -traverse binary tree is frequently encountered in a operation. Binary Tree ca
shunxuList
- 包括顺序链表的查找,删除,插入,计数,和删除重复元素等操作,是我的数据结构家庭作业,大家可以参考一下,欢迎多提意见!-including sequence Chain search, delete, insert, calculators, and the deletion of repeat elements and other operations, I is the data structure of a family operation, we can take a look, plea
mystack1008
- 包括栈的push\\pop,计数,查找等操作,简单易行,适合数据结构的初学者-including Stack push \\ pop, calculators, searching operation is simple, the data structure suitable for beginners
countsort
- 计数排序是一个非基于比较的线性时间排序算法。它对输入的数据有附加的限制条件: 1、输入的线性表的元素属于有限偏序集S; 2、设输入的线性表的长度为n,|S|=k(表示集合S中元素的总数目为k),则k=O(n)。 在这两个条件下,计数排序的复杂性为O(n)。 计数排序算法的基本思想是对于给定的输入序列中的每一个元素x,确定该序列中值小于x的元素的个数。一旦有了这个信息,就可以将x直接存放到最终的输出序列的正确位置上。例如,如果输入序列中只有17个元素
aprioriWritByJava
- 用JAVA编写的apriori中的动态项目集计数实现算法。采用Hash方法实现具体的划分,属于apriori的一种改进算法-with JAVA apriori prepared by the dynamic item counting algorithm. Hash methods used to achieve specific division is apriori an improved algorithm
link
- 单向链表的升序建立,降序建立,删除,插入,计数,清空(输入是以文件的形式,请下载者自行写输入文件并与此程序放在同一个文件夹下.)
chelianggengzongjiance.rar
- 源程序实现的是基于卡尔曼滤波的车辆检测与跟踪,并对车辆进行计数编号。,Source implementation is based on Kalman filtering vehicle detection and tracking, and count the number of vehicles.
MATLABcountObject 图像识别
- Matlab,图像识别,计算图像中物体的个数。测试图片读入图像程序图像识别计数主程序 -objectrecog
Lab2files 用于图像物体识别
- 用于图像物体识别,计数,开发及运行环境为matlab7.0-count object in an image using Matlab 7.0
somesortalgorithm
- 本程序实现了通常我们所用的各种排序算法,是基于1--10000的随机生成数排序,有冒泡排序,合并排序,基数排序,计数排序等算法实现。-This procedure has usually used in a variety of sorting algorithm is based on 1- 10000 sort the randomly generated number, a bubble sort, merge sort, Radix Sort, Counting Sort algorit
rainflow
- 雨流计数法,建立在对封闭的应力——应变迟滞回线逐个计数的基础上,能够比较全面的反映随机载荷的全过程,由载荷——时间历程得到的应力——应变迟滞回线与造成的疲劳损伤是等效的.-Rain-flow counting method, based on the stress of the closed- strain hysteresis loop-by-count basis, can be more fully reflected random load the entire process, fro
rainflow
- 雨流计数法C++编程实现,由长安大学原创的,用C++实现编程,我试过了,挺有用的-The rearlizing of rainflow by C++
rainflow
- 雨流计数法matlab程序,主要用于疲劳载荷统计计算(Rain flow counting method)
rainflow
- 雨流计数和疲劳寿命估算,用于统计自己获取的信号,得到载荷谱,进行疲劳计算(Rain flow count and fatigue life estimate, used to calculate the signal obtained by their own, get the load spectrum, fatigue calculation)
基于 Matlab 图像处理的谷物颗粒计数方法研究
- 基于matlab图像处理的谷物颗粒计数方法(A method of grain particle counting based on matlab image processing)
ER23JDJ
- 在Matlab环境中编制了以雨流计数法为理论基础的二维载荷谱程序,用以对混合动力电动车电机驱动系统载荷时间历程进行统计处理,得到载荷幅均值雨流矩阵,进行幅均值各自分布假设检验,以及独立性和相关性检验,获得二维联合分布概率密度函数,建立混合动力电动车电机驱动系统台架试验用二维载荷谱.(Prepared in Matlab environment of the rain flow counting method with the theoretical basis of the two-dimens
upload
- 根据时域信号提取波峰波谷及雨流计数法分析(it outputs a vector containing the peaks and valleys from a given timeseries (input))
雨流计数法
- 雨流计数法的matlab实现-三点法与四点法两种实现方法。此文档为应用三点法与四点法的雨流计数法的具体matlab代码与部分测试数据(The realization of rainflow counting method in matlab-three-point method and four-point method. This document is the specific matlab code and part of the test data of the rain countin
test4
- 简易计算载荷谱的雨流计数功能,需结合函数包使用,加快计算速度(The rain flow counting function of simple calculation load spectrum needs to be used in combination with function package to speed up calculation speed)
雨流计数法
- 雨流计数法的matlab程序实现,雨流计数法的三点法与四点法 ,且针对于数据处理带有具体数据和实例,