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

搜索资源列表

  1. the-backforward-sweep-method-

    0下载:
  2. 该程序介绍的是40节电电力系统的前推回代法潮流计算过程-The program is presented in the first 40 power-saving electric power system to push back on behalf of the current calculation method
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1232
    • 提供者:张建民
  1. lianbiao

    0下载:
  2. 一个模拟简单进栈出栈的单向链表,先进后出,调用一次压栈函数压栈一次,调用删除,删除一次-A simple simulation of the stack into the stack of one-way linked list, first-out, a stack function push a call, call delete, delete a
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:169709
    • 提供者:cl
  1. WebPageRecommendationAlg

    0下载:
  2. 为改善用户的Web页面访问行为、提高访问效率,设计了一种基于贝叶斯网络的网页推荐模型及推荐算 法。通过收集和分析服务器中的描述文件和日志文件,利用Bayesian网络分析页面间的依赖关系,构建了基于贝 叶斯网络的网页推荐模型并产生推荐集。通过在Microsoft公司提供的网络日志数据集上做的实验,可以获得超 过80%的准确率和覆盖率。理论分析和实验结果表明:算法能够在线实时向用户做出个性化的推荐,与已有的推 荐算法相比,算法能较快地给出推荐集,并且可以获得更高的准确率和覆盖率-T
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:596709
    • 提供者:ming
  1. s

    0下载:
  2. 假设以整数序列1,2,3,…,n作为栈S的输入,利用Pop(出栈)和Push(入栈)操作,编写算法以输出所有可能的输出序列-Assuming a sequence of integers 1,2,3, ..., n as the input stack S, the use of Pop (stack) and Push (stack) operation, write algorithm to output all possible output sequences
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:255954
    • 提供者:陈慧
  1. stack

    0下载:
  2. 栈是限制仅在表的一端插入和删除的线性表,是生活中某些过程的抽象。插入和删除操作的一端称为栈顶,插入操作称作入栈(Push),删除操作称作出栈(Pop)。栈顶元素总是最后进栈的,和最先出栈的;而栈底元素是最先进栈,最后出栈。栈具有后进先出(LIFO)的特性。顺序栈是栈的顺序存储结构的实现。链栈是栈的链式存储结构的实现。-Stack is limited only to one end of the table insert and remove a linear form, is the life
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:2135
    • 提供者:王子剑
  1. sort

    0下载:
  2. 其中包含了各种算法 推排序 快速排序 直插排序-Which contains a variety of sorting algorithms Quicksort push sort, and so on and so on-line
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:7525
    • 提供者:fengtong
  1. Tulun1

    0下载:
  2. 凸轮轮廓程序: 1#号凸轮:等速运动规律: 推程h=20mm; 回程h=20mm; 凸轮基圆半径r=50mm; 推程运动角φ=150°; 远休止角φ=60°; 回程运动角φ=150°; -Cam profile program: the# 1 cam: constant speed movement of: Push-way h = 20mm return h = 20mm cam base circle radius r = 50mm push th
  3. 所属分类:Algorithm

    • 发布日期:2017-03-21
    • 文件大小:193282
    • 提供者:feng
  1. Tulun2

    0下载:
  2. 凸轮轮廓计算: 2#号凸轮:等加速等减速运动规律; 推程h=20mm; 回程h=20mm; 凸轮基圆半径r=50mm; 推程运动角φ=180°; 回程运动角φ=180°; -Cam profile calculation: the# 2 cam: the law of such acceleration and deceleration push the process h = 20mm return h = 20mm cam base circle ra
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:885505
    • 提供者:feng
  1. Tulun3

    0下载:
  2. 凸轮轮廓计算: 3#号凸轮:正弦加速度运动规律 推程h=20mm; 回程h=20mm; 凸轮基圆半径r=50mm; 推程运动角φ=180°; 回程运动角φ=180°; -Cam profile calculation: the# 3 cam: sine acceleration movement of push process h = 20mm return h = 20mm cam base circle radius r = 50mm push the pr
  3. 所属分类:Algorithm

    • 发布日期:2016-01-25
    • 文件大小:221184
    • 提供者:feng
  1. qiantuihuidaifa

    0下载:
  2. 前推回代法潮流计算实例-33节点、6节点-Push back on behalf of the law before the trend calculation example-33 node, node 6
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3544
    • 提供者:lihui
  1. 2037

    0下载:
  2. 假设一个存储结构实现双向堆栈顺序,也就是说,一维数组的储存空间,有两个堆栈,他们位于底部的堆阵列的两个端点。尝试着去写实现双向堆Tws三种操作:最初的inistack(Tws),到堆栈推(Tws,我、x)和堆栈流行(Tws,我)算法,该算法可以我0或1,所以分别在一个数组或指示两端的两个堆栈。-Suppose a storage structure order implement a two-way stack, that is, the one dimensional array of sto
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:573
    • 提供者:刘岩
  1. multiple-integral

    0下载:
  2. 应用复化梯形公式,采用逐次二分步长的方法并应用外推思想计算插值积分的通用程序-Application of complex trapezoidal formula, by using successive two long method and application by the thought of the interpolation points calculation push the general program
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3910
    • 提供者:yazhoulong
  1. kaiguandianyuan

    0下载:
  2. Buck变换器是最常用的变换器,工程上常用的拓扑如正激、半桥、全桥、推挽等也属于Buck族,其中Buck变换器补偿网络设计,是开关电源的重要研究课题,本文将针对基于PI控制方式的4A开关电源进行设计和Multisim的仿真研究。-Buck converter is the most commonly used converter on the topology of the project, such as forward, half bridge, full bridge, push-pull
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:1905069
    • 提供者:史晓阳
  1. Untitled

    0下载:
  2. 利用前推回带法计算配电网潮流数据,以一个40节点网络为算例-Push back with the use of the former method to calculate the distribution power flow data, a 40-node network as an example
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1205
    • 提供者:张好
  1. distributionpowerflow

    0下载:
  2. 利用前推回带法计算配电网潮流数据,以一个40节点网络为算例-Push back with the use of the former method to calculate the distribution power flow data, a 40-node network as an example
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2396
    • 提供者:张好
  1. animal-recognise

    0下载:
  2. c++动物识别系统 1一开始系统会询问你动物属性,输入“Y”或者“N”,后,系统会继续出现问题,继续回答,直至出现最后的答案;2. 当判别至最后,都无法得到规则的结果时,系统会出现这样的提示“对不起,此专家系统推不出是什么动物。”;3. 当一次判别结束后,会出现“继续执行此动物判别系统吗?(Y or N)”,则会开始新的一局,输入“N”,则会退出,输入“Y”则继续进行动物判别。-C++ a a start system of animal identification system will a
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:39130
    • 提供者:王浩
  1. haar1231

    0下载:
  2. 求的积分图后,haar特征(3,1)(1 2)模板的特征值计算,可由此推得其他模板的代码-Seek the integral image, the haar characteristics (3,1)(1 2) template eigenvalue calculation, which push the other template code
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1058
    • 提供者:ljj
  1. Push_Pop

    0下载:
  2. Push and pop functions
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:714
    • 提供者:Pedro
  1. TSP

    0下载:
  2. 主要用模拟推退算法的搜索与全局优化功能解决旅行商难题-Search for global optimization functions primarily with analog push-off algorithm to solve the traveling salesman problem
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-01
    • 文件大小:5931
    • 提供者:北斗花开
  1. TCM_SVM

    0下载:
  2. 直推式向量机器人脸识别算法,用于人脸识别等,效果好.-Straight push vector machine face recognition algorithm, for face recognition.
  3. 所属分类:matlab

    • 发布日期:2017-12-06
    • 文件大小:2709
    • 提供者:李勇军
« 1 2 34 5 »
搜珍网 www.dssz.com