CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - ring algorithm

搜索资源列表

  1. Tokenringalgo

    0下载:
  2. Token ring algorithm, using the concept of tokens to eliminate the problem of critical section ie preventing deadlock condition.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1.1kb
    • 提供者:dataminer
  1. SimpleCircleArray

    0下载:
  2. 循环数组的算法源代码。 这是一个环型数组模版。一般可用做缓冲区的使用-Circular array algorithm source code. This is a ring array of templates. The use of buffers can be used in general
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:274.85kb
    • 提供者:Difference
  1. malloc

    0下载:
  2. 约瑟夫环的算法-Joseph Ring algorithm
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:785byte
    • 提供者:王文娟
  1. circleGS

    0下载:
  2. GS算法的matlab例子,本例子仿真了一个圆形的光环结构,其它的参数见matlab中的注释-GS algorithm matlab example, the example of simulation of a circular ring structure, and other parameters, see the Notes matlab
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.1kb
    • 提供者:lixupeng
  1. JosephRing

    0下载:
  2. 数据结构中线性表的应用,约瑟夫环算法。便于数据结构的学习。-Linear data structure in the application form, Joseph Ring algorithm. Data structure to facilitate learning
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:23.96kb
    • 提供者:尹鹏
  1. yusefu

    0下载:
  2. 约瑟夫环算法的c源码,编写可以参照网络。写法简单-Joseph Ring algorithm c source code, write the network can refer to
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:167.61kb
    • 提供者:郭伟
  1. CSAMSv01

    0下载:
  2. 这是基于飞思卡尔单片机MC13213上的完整的工程文件。用Codewarrior 6.1开发的基于ZIGBEE协议的巡检器。还应用了令牌环的算法。-This is based on Freescale' s MC13213 microcontroller complete project file. With Codewarrior 6.1 developed ZIGBEE protocol-based inspection device. Token Ring has also appl
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-02
    • 文件大小:372.02kb
    • 提供者:陈涛
  1. Lab02_TokenRing

    0下载:
  2. A token ring network consists of a set of nodes connected in a ring. The ring is a single shared medium. The token ring technology involves a distributed algorithm that controls when each node is allowed to transmit. All nodes see all frames, and
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:512.23kb
    • 提供者:vagazone
  1. RingElectionAlgo

    0下载:
  2. Ring Election Algorithm of distributed systems, used for electing the cordinator node when the cordinator node has broke down and to identify the ring network that is which network node is in the network and which has broke down.
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1.22kb
    • 提供者:dataminer
  1. Rectangle

    0下载:
  2. 矩形件优化排样是一个NPC问题,在工业界有着广泛的应用.针对该问题,提出一种自适应模拟退火遗传算法.采用一种基于环形交叉算子和环形变异算子的自适应遗传算法来自动调整交叉和变异概率;同时引入模拟退火算法对个体适应度大于平均适应度的个体进行退火处理.自适应模拟退火遗传算法充分发挥了自适应遗传算法与模拟退火算法各自的全局搜索能力与局部搜索能力.对比实验表明,该算法结合改进的最左最下布局算法解决矩形件优化排样问题更加有效.-Optimal layout is rectangular pieces of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:459.75kb
    • 提供者:木易
  1. matlab-GA-have-improve

    0下载:
  2. 这是一个采用改良圈法产生出初始群体的遗传算法,可以解决tsp问题,精度比较高,方便与没有采用改良圈法的程序进行比较-this is a generic algorithm for tsp,this algorithm adopt the improving ring algorithm to produce the init group
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:1.02kb
    • 提供者:林永福
  1. GA

    0下载:
  2. 自己做的matlab 通过改良圈算法选取优良父代 代码-Make matlab through improved ring algorithm selection good father generation of code
  3. 所属分类:matlab

    • 发布日期:2017-11-06
    • 文件大小:1003byte
    • 提供者:蒙宁佳
  1. Ring-gear-design-decisions

    1下载:
  2. 利用matlab编程实现实现齿轮优化设计的遗传算法。-Using Matlab programming the gear to optimize the design of the genetic algorithm.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-03-31
    • 文件大小:22kb
    • 提供者:赵宝
  1. JOSEPH

    0下载:
  2. 我这个是用顺序表存储结构(数组)写的JOSEPH环,算法简单易懂,适合初学数据结构认识阅读-I this is a sequence table storage structure (array) wrote JOSEPH ring algorithm simple, suitable for beginners to read data structure knowledge
  3. 所属分类:Data structs

    • 发布日期:2017-11-20
    • 文件大小:796byte
    • 提供者:chenji
  1. mychord

    0下载:
  2. Chord环算法的C语言实现,包含环中节点的添加与删除,文件的存储与删除,及节点、文件的组织方式-Chord ring algorithm in C language, including adding and removing nodes in the ring, organized storage and delete files, and logical mapping of nodes and files
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-11
    • 文件大小:2.17mb
    • 提供者:邹勤文
  1. Ring-mutual-algo-in-c

    0下载:
  2. Ring algorithm for mutual exclusion in c
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:18.63kb
    • 提供者:sadaf
  1. Ring-Tree-mutual-algorithm-in-c

    0下载:
  2. Ring tree algorithm in c
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:18.65kb
    • 提供者:sadaf
  1. Joseph-ring-

    0下载:
  2. 这是一个约瑟夫环数据结构实现程序,当任意给定人数n和密码m后,设计算法求n个人出圈的次序。-Joseph ring which is a data structure implementation procedures, when any given number n and password m, the order of the design algorithm for n personal ones.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-12
    • 文件大小:707byte
    • 提供者:朱垚
  1. c.2

    0下载:
  2. 擂台机器人算法:主要应用于机器人赛事中擂台机器人的攻击,防守,以及执行各种策略。-Ring algorithm robot
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5.02mb
    • 提供者:zz
  1. BPSK_QPSK_Carrier_Recovery_C

    4下载:
  2. BPSK/QPSK调制载波同步源代码,采用科斯塔斯(COSTAS)环算法,经过验证,稳定可靠。-BPSK/QPSK modulated carrier synchronization source code, using the Kostas (COSTAS) ring algorithm, after verification, stable and reliable.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1.93kb
    • 提供者:ranbowang
« 12 3 4 5 6 »
搜珍网 www.dssz.com