CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 计数

搜索资源列表

  1. gtrtgdfg

    0下载:
  2. 遍历是二叉树经常要遇到的一种操作.可以运用到二叉树结点计数,线索化二叉树,求二叉树的深度,表达式求值等算法中.在遍历的过程中,对结点的访问具有普遍的含义,可以是输出各结点的数据域信息,也可以是对结点作其他处理.另外,通过一次完整的遍历,可使二叉树中结点信息由非线性排列变为某种意义上的线性排列.也就是说,遍历操作使非线性结构线性化. -traverse binary tree is frequently encountered in a operation. Binary Tree ca
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:132632
    • 提供者:03500218
  1. shunxuList

    0下载:
  2. 包括顺序链表的查找,删除,插入,计数,和删除重复元素等操作,是我的数据结构家庭作业,大家可以参考一下,欢迎多提意见!-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
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14777
    • 提供者:杜莉
  1. mystack1008

    0下载:
  2. 包括栈的push\\pop,计数,查找等操作,简单易行,适合数据结构的初学者-including Stack push \\ pop, calculators, searching operation is simple, the data structure suitable for beginners
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:68581
    • 提供者:杜莉
  1. countsort

    0下载:
  2. 计数排序是一个非基于比较的线性时间排序算法。它对输入的数据有附加的限制条件: 1、输入的线性表的元素属于有限偏序集S; 2、设输入的线性表的长度为n,|S|=k(表示集合S中元素的总数目为k),则k=O(n)。 在这两个条件下,计数排序的复杂性为O(n)。 计数排序算法的基本思想是对于给定的输入序列中的每一个元素x,确定该序列中值小于x的元素的个数。一旦有了这个信息,就可以将x直接存放到最终的输出序列的正确位置上。例如,如果输入序列中只有17个元素
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1382
    • 提供者:金龙
  1. aprioriWritByJava

    1下载:
  2. 用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
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5315
    • 提供者:kpeng
  1. link

    0下载:
  2. 单向链表的升序建立,降序建立,删除,插入,计数,清空(输入是以文件的形式,请下载者自行写输入文件并与此程序放在同一个文件夹下.)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2758
    • 提供者:liu jing
  1. chelianggengzongjiance.rar

    1下载:
  2. 源程序实现的是基于卡尔曼滤波的车辆检测与跟踪,并对车辆进行计数编号。,Source implementation is based on Kalman filtering vehicle detection and tracking, and count the number of vehicles.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-17
    • 文件大小:4932504
    • 提供者:chenying
  1. MATLABcountObject 图像识别

    4下载:
  2. Matlab,图像识别,计算图像中物体的个数。测试图片读入图像程序图像识别计数主程序 -objectrecog
  3. 所属分类:matlab例程

    • 发布日期:2012-10-19
    • 文件大小:47665
    • 提供者:YAO Min
  1. Lab2files 用于图像物体识别

    2下载:
  2. 用于图像物体识别,计数,开发及运行环境为matlab7.0-count object in an image using Matlab 7.0
  3. 所属分类:matlab例程

    • 发布日期:2012-10-19
    • 文件大小:63732
    • 提供者:taoyu
  1. somesortalgorithm

    0下载:
  2. 本程序实现了通常我们所用的各种排序算法,是基于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
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:2147
    • 提供者:yifang
  1. rainflow

    0下载:
  2. 雨流计数法,建立在对封闭的应力——应变迟滞回线逐个计数的基础上,能够比较全面的反映随机载荷的全过程,由载荷——时间历程得到的应力——应变迟滞回线与造成的疲劳损伤是等效的.-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
  3. 所属分类:matlab

    • 发布日期:2016-05-25
    • 文件大小:109570
    • 提供者:shinesky
  1. rainflow

    0下载:
  2. 雨流计数法C++编程实现,由长安大学原创的,用C++实现编程,我试过了,挺有用的-The rearlizing of rainflow by C++
  3. 所属分类:Algorithm

    • 发布日期:2016-05-25
    • 文件大小:39936
    • 提供者:Qiaoqiao
  1. rainflow

    1下载:
  2. 雨流计数法matlab程序,主要用于疲劳载荷统计计算(Rain flow counting method)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:38912
    • 提供者:nmsl
  1. rainflow

    0下载:
  2. 雨流计数和疲劳寿命估算,用于统计自己获取的信号,得到载荷谱,进行疲劳计算(Rain flow count and fatigue life estimate, used to calculate the signal obtained by their own, get the load spectrum, fatigue calculation)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:38912
    • 提供者:小马梦杰
  1. 基于 Matlab 图像处理的谷物颗粒计数方法研究

    1下载:
  2. 基于matlab图像处理的谷物颗粒计数方法(A method of grain particle counting based on matlab image processing)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:164864
    • 提供者:老蝴蝶
  1. ER23JDJ

    3下载:
  2. 在Matlab环境中编制了以雨流计数法为理论基础的二维载荷谱程序,用以对混合动力电动车电机驱动系统载荷时间历程进行统计处理,得到载荷幅均值雨流矩阵,进行幅均值各自分布假设检验,以及独立性和相关性检验,获得二维联合分布概率密度函数,建立混合动力电动车电机驱动系统台架试验用二维载荷谱.(Prepared in Matlab environment of the rain flow counting method with the theoretical basis of the two-dimens
  3. 所属分类:matlab例程

    • 发布日期:2020-01-13
    • 文件大小:669696
    • 提供者:彭成新
  1. upload

    1下载:
  2. 根据时域信号提取波峰波谷及雨流计数法分析(it outputs a vector containing the peaks and valleys from a given timeseries (input))
  3. 所属分类:matlab例程

    • 发布日期:2020-07-24
    • 文件大小:2048
    • 提供者:stronfroger
  1. 雨流计数法

    3下载:
  2. 雨流计数法的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
  3. 所属分类:matlab例程

    • 发布日期:2020-11-26
    • 文件大小:265216
    • 提供者:wenyu1588
  1. test4

    2下载:
  2. 简易计算载荷谱的雨流计数功能,需结合函数包使用,加快计算速度(The rain flow counting function of simple calculation load spectrum needs to be used in combination with function package to speed up calculation speed)
  3. 所属分类:matlab例程

    • 发布日期:2020-07-24
    • 文件大小:13656064
    • 提供者:boldman
  1. 雨流计数法

    1下载:
  2. 雨流计数法的matlab程序实现,雨流计数法的三点法与四点法 ,且针对于数据处理带有具体数据和实例,
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com