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

搜索资源列表

  1. Longgetuta

    1下载:
  2. 龙格库塔算法,用于拟合GLONASS的星历数据,15分钟精度在5米之内,可以向前推,也可以向后推!-Runge - Kutta method for fitting the GLONASS satellite ephemeris data, the accuracy of 15 minutes within five meters, can move forward, but also can push back!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:29375
    • 提供者:于兴旺
  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. push

    0下载:
  2. 对于给顶的仓库局,以及仓库管理员在仓库中的位置和箱子的开始位置和目标位置,设计一个解推箱子问题的分支限界法,计算出仓库管理员将箱子从开始位置推到目标位置所需的最少推动次数.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2196
    • 提供者:李靖平
  1. nsycomm

    0下载:
  2. 使用堆排序实现Pop, Push的算法. Push: 最小的元素永远位于堆顶
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2567
    • 提供者:jiangxiaogen
  1. houzhuishi2

    0下载:
  2. \"栈顶运算符为: %c\\n\",getTop(optr)) printf(\"此时运算符为:%c\\n\",e) printf(\"栈顶运算符优先级低,%c进栈\\n\",e) push(optr,e) //e进运算符栈
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1647
    • 提供者:李默
  1. Stack

    0下载:
  2. 堆栈的实现代码,实现了栈的所有功能,PUSH,POP,插入,销毁,清空等,有调试程序,可以很清楚的看到栈的运行过程
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:21678
    • 提供者:韩笑
  1. 树的问题(生成)

    0下载:
  2. ADT BinaryTree 的实现及验证程序采用的主要数据结构:二叉树、栈、队算法思想:1、 先序建树、输出树、后序遍历用递归方法。性能分析:O( n )2、 先序遍历、中序遍历:性能分析:O( n )(1) 若遇到新节点非空则先入栈,然后访问其左子树。(2) 若为空则将栈顶结点出栈,访问其右子树。(3) 循环1、2直到栈为空且无节点可入栈。先序与中序的区别是:先序在入栈时访问节点,中序在出栈时访问节点。3、 层遍历:性能分析:O( n )(1) 根节点入队(2) 节点出队并访问(3) 若节点
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2256
    • 提供者:徐欣
  1. 查找向量容器中的两个字符串

    0下载:
  2. 编程实现如下功能:在主函数中,使用find()函数查找向量容器中的两个字符串,然后使用排序算法sort对查找到的两个字符串之间的所有字符串进行排序操作,最后输出排序后的向量容器中的字符串。其中函数push用于生成一个包含12个字符串的向量,函数disp用于输出向量容器中的字符串。,Programming to achieve the following functions: the main function, use the find () function to find Vector co
  3. 所属分类:数据结构常用算法

    • 发布日期:2017-03-22
    • 文件大小:4212
    • 提供者:weiht
  1. flowofdistribution33nodes

    1下载:
  2. 此程序为MATLAB实现的配电网33节点潮流计算,方法为前推回代法。-MATLAB realization of this program for the distribution network 33 nodes in power flow calculation, and methods for the former to push back on behalf of the law.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:975
    • 提供者:常海
  1. Stack

    0下载:
  2. This a Stack Class with Funtions Push,Pop, check Stack is Full or Empty Application: Change a number from Decimal to Binary-This is a Stack Class with Funtions Push,Pop, check Stack is Full or Empty Application: Change a number from
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:194674
    • 提供者:Le Quoc Dung
  1. SmcSrc_5_1_0

    0下载:
  2. SMC takes a state machine stored in a .sm file and generates a State pattern in twelve programming languages. Includes: default transitions, transition args, transition guards, push/pop transitions and Entry/Exit actions. See User Manual for more inf
  3. 所属分类:STL

    • 发布日期:2017-05-16
    • 文件大小:3942358
    • 提供者:747
  1. Stack

    0下载:
  2. 简单模拟栈的操作:包括栈的初始化,压栈,栈顶元素弹出以及取栈顶元素;采用C实现-Analog stack easy steps: including the stack initialization, push, pop elements as well as the Top-Top-check elements implementation using C
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:805
    • 提供者:yangxh
  1. Ex1

    0下载:
  2. 自己实现的栈,包括push,pop,empty等各种算法。-my stack class.It has been compiled successfully and it has all the methods required such as push,pop and so on.
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:509075
    • 提供者:Hardy
  1. Code

    0下载:
  2. 最大流的压入与重标记算法,最短路程,最大费用的算法,-The Push-Relabel Algorithm max/min cuts
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1105
    • 提供者:
  1. MaxFlow_PushRelabeledAlgorithm

    0下载:
  2. Push&Relabeled algorithm to find the optamal flow on the graph
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:763
    • 提供者:kostia
  1. hipr

    0下载:
  2. 使用push-relabel方法求解最大流问题,是国外的一个研究机构编写的,速度很快。-This is an efficient implementation of the push-relabel method. See Goldberg and Tarjan, "A New Approach to the Maximum Flow Problem," J. ACM Vol. 35, 921--940, 1988 and Cherkassky and Gol
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:27079
    • 提供者:顾徐鹏
  1. push-pull_entrada_corrente

    0下载:
  2. calculus to make a push pull power supply
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:45607
    • 提供者:renna
  1. MATLAB-Plot-with-push-buttons

    0下载:
  2. MATLAB绘图界面具有按钮功能,内容注解使用繁体中文-MATLAB graphics interface with push button functionality, content annotation using the Traditional Chinese.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1419
    • 提供者:王正尧
  1. Push-Pull-Converter

    0下载:
  2. This the push-pull converter simulation using matlab-This is the push-pull converter simulation using matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:9279
    • 提供者:dexter
  1. push-relabel

    0下载:
  2. (push-relabel)预流推进重标签算法的C语言详细描述-(Push-relabel) Preflow promote weight label algorithm C language described in detail
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3210
    • 提供者:王雪松
« 12 3 4 5 »
搜珍网 www.dssz.com