搜索资源列表
Hermit多项式在线学习ran算法
- 本程序用资源分配网(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
Simulate_Allocate_Memory_Implement_by_C
- 模拟内存分配的c语言实现 六、 实验目的 了解用户程序分配内存以及回收所用内存的过程,加深对操作系统存储管理机制的理解。 七、 实验内容 采用首次适应法、最佳适应法或最差适应法,编写一内存分配和回收模拟程序。 (提示:“内存空闲区”数组的设置原理类似于实验一。动态地随机产生新的“内存分配”或“内存回收”请求,再按照你选定的分配算法修改这个数组。由于这个实验的重点在于内存分配,所以不考虑与某内存区相关的进程情况。) -simulation memory allocation
CDAPSO
- 一种新的随机优化技术:基于群落动态分配的粒子群优化算法(Community Dynamic Assignation-based Particle Swarm Optimization,CDAPSO)。新算法通过动态改变粒子群体的组织结构和分配特征来维持寻优过程中启发信息的多样性,从而使其全局收搜索能力得到了显著提高,并且能够有效避免早熟收敛问题。-a new stochastic optimization techniques : Community-based dynamic allocat
reseat
- 可以随机的将N个数分配到N个位置上,特别是在一些随机分配的问题上有用-N number will be randomly assigned to the N positions, particularly in a number of issues were randomly assigned to be useful
Monte_Carlo
- 蒙特卡洛仿真 运用蒙特卡罗方法建立随机仿真模型,对已做手术病人的出院时间进行模拟,从而得到第二天拟出院病人数。再根据一定的优先规则建立基于优先级的病床分配模型,确定第二天应该安排哪些病人住院。-Monte Carlo simulation
xiwei
- 关于系未分配问题的解和matalb程序,随机生成100组数据-Distribution on the system is not the solution and matalb procedures, randomly generated 100 sets of data
MaximumMatching
- 用匈牙利算法实现的任务分配程序,对随机生成的矩阵求出最大匹配-Hungarian algorithm with task allocation procedures, randomly generated matrix of the maximum matching obtained
LAB2_1
- 银行家算法和随机分配算法,VC6.0下编译通过-Banker' s algorithm and random allocation algorithm, VC6.0 compiled by
scheduling_algorithm
- 三种动态信道分配算法的比较,一种为随机分配算法,另外两种用于认知无线电领域,一种为从资源角度出发的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
ziyuanfenpei
- 用银行家算法和随机分配算法模拟实现资源分配-With the banker' s algorithm and random allocation of resources allocation algorithm simulation
k-means-clustering
- 用C语言程序通过先随机选取K个对象作为初始的聚类中心。然后计算每个对象与各个种子聚类中心之间的距离,把每个对象分配给距离它最近的聚类中心。聚类中心以及分配给它们的对象就代表一个聚类。一旦全部对象都被分配了,每个聚类的聚类中心会根据聚类中现有的对象被重新计算。-C Programming Language by first randomly selected the K object as initial cluster centers. And then calculate the distan
distribution-ofsupplies-matlab
- 应急物资布局和分配的随机优化算法MATLAB源代码-Layout and distribution of emergency supplies stochastic optimization algorithm based on MATLAB source code
random-load-flow
- 基于LOGIT的STOCH配流法(随机配流法),全有全无交通流分配和随机交通流分配是所有复杂交通流分配模型必用的元素代码,现在我把其中之一以函数的形式编出来-Based on the LOGIT STOCH match flow method (with random flow method)
KMeans
- K-均值聚类算法,属于无监督机器学习算法,发现给定数据集的k个簇的算法。 首先,随机确定k个初始点作为质心,然后将数据集中的每个点分配到一个簇中,为每个点找距其最近的质心, 将其分配给该质心对应的簇,更新每一个簇的质心,直到质心不在变化。 K-均值聚类算法一个优点是k是用户自定义的参数,用户并不知道是否好,与此同时,K-均值算法收敛但是聚类效果差, 由于算法收敛到了局部最小值,而非全局最小值。 K-均值聚类算法的一个变形是二分K-均值聚类算法,该算法首先将所有点作为一个簇,然
ALOHA-simulation
- 局域网的多点访问方式主要有固定分配,随机分配和按需分配三大类型。本篇文章主要分析随机分配方式网络的各种性能指标,包括在各种协议工作方式下的输入业务量,吞吐量,平均归一化传输时延,系统稳定性等。-LAN multi-access methods are mainly fixed allocation, random allocation and distribution according to need three types. Various performance indicators Th
algorithm-interview-questions
- 各大公司的算法面试题,包括逆序输出、回文判断、组合问题、随机分配等。-Each big company algorithm interview questions, including reverse output, palindrome judgment, combinatorial problems, stochastic distribution.
Matlab-SNN
- 随机神经网络(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
fywphfwc
- 是本科毕设的题目,快速扩展随机生成树算法,感应双馈发电机系统的仿真,搭建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
gpxjysam
- 多姿态,多角度,有不同光照,有均匀线阵的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
1
- 理解死锁、死锁避免、死锁预防等基本概念,死锁的产生原因(随机算法),理解死锁的解决办法(银行家算法)。(Understanding deadlock, deadlock avoidance, deadlock prevention and other basic concepts, the causes of deadlock (random algorithm), understand the solution of deadlock (banker's algorithm).)