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

搜索资源列表

  1. Hermit多项式在线学习ran算法

    0下载:
  2. 本程序用资源分配网(Resource_Allocation Network,简称RAN)实现了Hermit多项式在线学习问题。训练样本产生方式如下,样本数400,每个样本输入Xi在区间[-4,4]内随机产生(均匀分布),相关样本输出为F(Xi) = 1.1(1-Xi + Xi2)exp(-Xi2/2),测试样本输入在[-4,+4]内以0.04为间隔等距产生,共201个样本。训练结束后的隐节点为:11个,训练结束后的平均误差可达:0.03 -this program resources dis
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:7.88kb
    • 提供者:刘波
  1. Simulate_Allocate_Memory_Implement_by_C

    0下载:
  2. 模拟内存分配的c语言实现 六、 实验目的 了解用户程序分配内存以及回收所用内存的过程,加深对操作系统存储管理机制的理解。 七、 实验内容 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 (提示:“内存空闲区”数组的设置原理类似于实验一。动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。) -simulation memory allocation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3.53kb
    • 提供者:丘方
  1. CDAPSO

    0下载:
  2. 一种新的随机优化技术:基于群落动态分配的粒子群优化算法(Community Dynamic Assignation-based Particle Swarm Optimization,CDAPSO)。新算法通过动态改变粒子群体的组织结构和分配特征来维持寻优过程中启发信息的多样性,从而使其全局收搜索能力得到了显著提高,并且能够有效避免早熟收敛问题。-a new stochastic optimization techniques : Community-based dynamic allocat
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6.59kb
    • 提供者:wuyuqian
  1. reseat

    0下载:
  2. 可以随机的将N个数分配到N个位置上,特别是在一些随机分配的问题上有用-N number will be randomly assigned to the N positions, particularly in a number of issues were randomly assigned to be useful
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:736byte
    • 提供者:
  1. Monte_Carlo

    0下载:
  2. 蒙特卡洛仿真 运用蒙特卡罗方法建立随机仿真模型,对已做手术病人的出院时间进行模拟,从而得到第二天拟出院病人数。再根据一定的优先规则建立基于优先级的病床分配模型,确定第二天应该安排哪些病人住院。-Monte Carlo simulation
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:306.41kb
    • 提供者:陈昊杭
  1. xiwei

    0下载:
  2. 关于系未分配问题的解和matalb程序,随机生成100组数据-Distribution on the system is not the solution and matalb procedures, randomly generated 100 sets of data
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:551byte
    • 提供者:杨大陆
  1. MaximumMatching

    1下载:
  2. 用匈牙利算法实现的任务分配程序,对随机生成的矩阵求出最大匹配-Hungarian algorithm with task allocation procedures, randomly generated matrix of the maximum matching obtained
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:21.27kb
    • 提供者:chenmao
  1. LAB2_1

    0下载:
  2. 银行家算法和随机分配算法,VC6.0下编译通过-Banker' s algorithm and random allocation algorithm, VC6.0 compiled by
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:2.47kb
    • 提供者:于鑫
  1. scheduling_algorithm

    0下载:
  2. 三种动态信道分配算法的比较,一种为随机分配算法,另外两种用于认知无线电领域,一种为从资源角度出发的RP算法,一种是从需求角度出发的DP算法。-Three dynamic channel allocation algorithm for comparison, a random allocation algorithm, the other two areas for cognitive radio, a perspective from the resources of the RP algor
  3. 所属分类:matlab

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

    0下载:
  2. 用银行家算法和随机分配算法模拟实现资源分配-With the banker' s algorithm and random allocation of resources allocation algorithm simulation
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:91.49kb
    • 提供者:
  1. k-means-clustering

    0下载:
  2. 用C语言程序通过先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。-C Programming Language by first randomly selected the K object as initial cluster centers. And then calculate the distan
  3. 所属分类:Algorithm

    • 发布日期:2017-11-06
    • 文件大小:12.99kb
    • 提供者:刘平
  1. distribution-ofsupplies-matlab

    3下载:
  2. 应急物资布局和分配的随机优化算法MATLAB源代码-Layout and distribution of emergency supplies stochastic optimization algorithm based on MATLAB source code
  3. 所属分类:matlab

    • 发布日期:2015-10-18
    • 文件大小:16kb
    • 提供者:
  1. random-load-flow

    2下载:
  2. 基于LOGIT的STOCH配流法(随机配流法),全有全无交通流分配和随机交通流分配是所有复杂交通流分配模型必用的元素代码,现在我把其中之一以函数的形式编出来-Based on the LOGIT STOCH match flow method (with random flow method)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:1.73kb
    • 提供者:谈谈
  1. KMeans

    1下载:
  2. K-均值聚类算法,属于无监督机器学习算法,发现给定数据集的k个簇的算法。 首先,随机确定k个初始点作为质心,然后将数据集中的每个点分配到一个簇中,为每个点找距其最近的质心, 将其分配给该质心对应的簇,更新每一个簇的质心,直到质心不在变化。 K-均值聚类算法一个优点是k是用户自定义的参数,用户并不知道是否好,与此同时,K-均值算法收敛但是聚类效果差, 由于算法收敛到了局部最小值,而非全局最小值。 K-均值聚类算法的一个变形是二分K-均值聚类算法,该算法首先将所有点作为一个簇,然
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.97kb
    • 提供者:iihaozl
  1. ALOHA-simulation

    0下载:
  2. 局域网的多点访问方式主要有固定分配,随机分配和按需分配三大类型。本篇文章主要分析随机分配方式网络的各种性能指标,包括在各种协议工作方式下的输入业务量,吞吐量,平均归一化传输时延,系统稳定性等。-LAN multi-access methods are mainly fixed allocation, random allocation and distribution according to need three types. Various performance indicators Th
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:106.74kb
    • 提供者:lixianhe
  1. algorithm-interview-questions

    0下载:
  2. 各大公司的算法面试题,包括逆序输出、回文判断、组合问题、随机分配等。-Each big company algorithm interview questions, including reverse output, palindrome judgment, combinatorial problems, stochastic distribution.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:30.83kb
    • 提供者:德静
  1. Matlab-SNN

    0下载:
  2. 随机神经网络(en: Stochastic Neural Networks)是一种人工神经网络,并作为人工智能的工具。它们向神经网络引进随机变化,一类是在神经元之间分配随机过程传递函数,一类是给神经元随机权重。-Random Neural Network (en: Stochastic Neural Networks) is an artificial neural network and artificial intelligence as a tool. They introduce ran
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2.76kb
    • 提供者:qjl
  1. fywphfwc

    0下载:
  2. 是本科毕设的题目,快速扩展随机生成树算法,感应双馈发电机系统的仿真,搭建OFDM通信系统的框架,各种资源分配算法实现。- The title of the commercial is undergraduate course you Rapid expansion of random spanning tree algorithm, Simulation of doubly fed induction generator system, Build a framework OFDM commun
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:7.29kb
    • 提供者:wjfqmtpm
  1. gpxjysam

    0下载:
  2. 多姿态,多角度,有不同光照,有均匀线阵的CRB曲线,有信道编码,调制,信道估计等,具有丰富的参数选项,快速扩展随机生成树算法,各种资源分配算法实现,验证可用,复化三点Gauss-lengend公式求pi。- Much posture, multi-angle, have different light, There ULA CRB curve, Channel coding, modulation, channel estimation, It has a wealth of parameter
  3. 所属分类:matlab

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

    0下载:
  2. 理解死锁、死锁避免、死锁预防等基本概念,死锁的产生原因(随机算法),理解死锁的解决办法(银行家算法)。(Understanding deadlock, deadlock avoidance, deadlock prevention and other basic concepts, the causes of deadlock (random algorithm), understand the solution of deadlock (banker's algorithm).)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:2kb
    • 提供者:老男孩233
« 12 »
搜珍网 www.dssz.com