CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - consensus

搜索资源列表

  1. wenjianxitongmonisheji

    0下载:
  2. 文件系统实现 1. 数据结构设计 通过分析设计题目,具体设计出主要的三个数据结构。 2. 程序流程设计 根据课程设计的内容,给出具体实现的思路和程序框图,并给一定的解释,流程图要和自己的程序实现一致,不求多,要简练明确,可以参考实验指导书。 3. 主要算法设计 根据课程设计的内容和实现文件系统需要,给出查找,插入文件,用户等关键算法,可以参考演示程序。 4. 模拟实现文件系统 根据设计的数据结构,流程框图以及具体算法,用C/C++ 等高级程序设计语言模拟文件系统
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:19.36kb
    • 提供者:xiao ming
  1. RANSAC.code.Ziv.Yaniv

    2下载:
  2. 随机抽样一致性算法RANSAC源程序,C++实现。作者:Ziv Yaniv。推荐理由1:没有使用任何其他的函数库,省去您更多负担。如解线性方程、随机数产生器。理由2:唯一觉得可惜的是他的算法中过多的使用了C++的特性,如vector,虚函数,设计模式。如果您刚好是C++高手,正是您阅读的好程序。理由3:作者的注解详细,每2行就有1行注释,容易看懂。-RANSAC random sample consensus algorithm source code, C++ implementation.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-21
    • 文件大小:17.98kb
    • 提供者:
  1. Yang_PG2002

    0下载:
  2. Real-Time Consensus-Based Scene Reconstruction using Commodity Graphics Hardware-Real-Time Consensus-Based Scene Reconstructionusing Commodity Graphics Hardware
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-05-03
    • 文件大小:1.13mb
    • 提供者:林昕
  1. viewPic

    0下载:
  2. 在需求分析的前期应该将“项目的目标与范围”这一项目的本质文档化,让每一个项目成员对其达成共识。该文档是十分重要,但却又是十分容易被忽视的。该文档模板比较适用于定制开发项目。-Needs analysis in the early stage should be objective of the project and scope the project of the nature of the document so that each item to reach a consensus o
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-01
    • 文件大小:6.91kb
    • 提供者:jack
  1. torr_mapsac_F

    0下载:
  2. MAPSAC指最大后验一致算法(Maximum a Posteriori sample consensus),是一种新的鲁棒性估计方法。由P.H.S Torr编写,供研究F阵鲁棒估计的人学习调用。-MAPSAC refers to maximum a posteriori agreement algorithm (Maximum a Posteriori sample consensus), is a new robust estimation method. By PHS Torr prepa
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:2.18kb
    • 提供者:Zhongren Wang
  1. csharpRANSAC

    0下载:
  2. 由Fischle和Bones在1981年首次提出的(Random Sample Consensus,RANSAC)[32]是一种鲁棒性拟合数据的算法。它是一种容错能力很强的算法,可以有效的把外点剔除-Fischle and Bones Random Sample Consensus,RANSAC
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:508.42kb
    • 提供者:lockepeak
  1. Propositional-formula

    0下载:
  2. 离散数学中命题公式的判断,可以判断复杂的命题共识。MFC编写-Discrete Mathematics propositional formula judgment can determine the complex proposition consensus. MFC prepared
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-04
    • 文件大小:270.72kb
    • 提供者:刘军
  1. sbq

    0下载:
  2. 建议你把示波器的型号给出来, 这样可以找本手册。 手册中会有图示的,从图上再做翻译应该就容易了。-She said more needed to be done to strengthen the US economy although progress had been made recently. The president praised Ms Yellen s ability to build consensus and listen to competing vie
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:217.68kb
    • 提供者:罗先锋
  1. AS_mse_networks_adaptive_rule

    0下载:
  2. 分布式网络matlab程序代码 A. H. Sayed-Comparing diffusion and consensus using a 2-node MSE network A. H. Sayed
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:5.43kb
    • 提供者:asheng
  1. Ransac

    0下载:
  2. RANdom Sample Consensus code
  3. 所属分类:Button control

    • 发布日期:2017-04-29
    • 文件大小:180.11kb
    • 提供者:gaoyang
  1. consensus

    2下载:
  2. 基于无向图的多智能体系统的仿真,最终可实现一致收敛的结果-The simulation of the multi-agent system based on undirected graph and it ll achieve consensus finally.
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:809byte
    • 提供者:吴佳
  1. DNA-Consensus-String

    0下载:
  2. 输入m个长度均为n的DNA序列,求一个DNA序列,到所有序列的总Hamming距离尽量 小。 两个等长字符串的Hamming距离等于字符不同的位置个数,例如,ACGT和GCGA的 Hamming距离为2(左数第1, 4个字符不同)。 输入整数m和n(4≤m≤50, 4≤n≤1000),以及m个长度为n的DNA序列(只包含字母 A,C,G,T),输出到m个序列的Hamming距离和最小的DNA序列和对应的距离。 如有多 解,要求为字典序最小的解。 例如,对于下面5个DNA序列,
  3. 所属分类:Other systems

    • 发布日期:2017-12-15
    • 文件大小:297kb
    • 提供者:施靛紫
  1. ransac-matlabcenter

    0下载:
  2. Random Sample Consensus的matlab实现程序(Random Sample Consensus Implementation program)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:1kb
    • 提供者:lpxidian
  1. bips-master

    0下载:
  2. People wishing to submit BIPs, first should propose their idea or document to the mailing list. After discussion they should email Luke Dashjr <luke_bipeditor@dashjr.org>. After copy-editing and acceptance, it will be published here. We are
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:1.62mb
    • 提供者:n1090253
  1. delay

    1下载:
  2. 这个程序主要解决一致性算法中的时延问题,包括平均一致性问题算法仿真,带时滞一致性问题算法仿真等(This is a matlab program for consensus of time delay)
  3. 所属分类:其他

    • 发布日期:2018-01-04
    • 文件大小:5kb
    • 提供者:YeTang
  1. formationcontrol

    1下载:
  2. 编队控制一致性算法示例,给定初始位置参数,以及想要的间距,最终达到预想的编队队形(Formation control consistency algorithm example, given the initial position parameters, and the desired spacing, eventually reaching the desired formation formation)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1kb
    • 提供者:lweys
  1. multiagent

    1下载:
  2. 多智能体系统一致性c语言程序,利用分布式通信协议做到全局系统的一致性收敛(Multi intelligence system unified C language program, using distributed communication protocol to achieve global system convergence.)
  3. 所属分类:其他

    • 发布日期:2020-06-10
    • 文件大小:5.67mb
    • 提供者:shadowdancer
  1. Distributed Cooperative Control

    3下载:
  2. 本文为直流微电网中的多个dc-ES建立了分布式协同控制框架,并给出了系统的小信号稳定性分析。 主要级别实现下垂控制以协调多个dc-ES的操作。 次级控制基于一致性算法来调节直流母线电压基准,并结合dc-ES之间的充电状态(SOC)平衡。 通过该设计,协同控制可以实现平均直流总线电压一致,并且仅使用邻居到邻居信息来维持不同dc-ES之间的SOC平衡。 此外,开发了具有主控制器和辅助控制器的四个dc-ES系统的小信号模型。 提出了特征值分析,以显示通信权重对系统稳定性的影响。(This paper
  3. 所属分类:其他

    • 发布日期:2021-03-15
    • 文件大小:1.01mb
    • 提供者:jiejei
  1. matrixM

    3下载:
  2. 基于matlab无人机编队模型程序,数学建模大赛专用,适合初学者(This study investigates the robust fixed-time consensus tracking problem of second-order multi-agent systems under fixed topology. A novel type of non-linear protocol and the corresponding sufficient conditions for ac
  3. 所属分类:其他

    • 发布日期:2019-11-07
    • 文件大小:1kb
    • 提供者:鱼儿还在
  1. Leader-Follower Matlab simulate

    1下载:
  2. 多智能体仿真,有一个领导者和四个跟随者,最终状态达成一致收敛(Multi agent simulation, with one leader and four followers, the final state reaches a consensus convergence)
  3. 所属分类:其他

    • 发布日期:2020-06-09
    • 文件大小:6kb
    • 提供者:呵呵666666
« 12 »
搜珍网 www.dssz.com