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

搜索资源列表

  1. MuRoS

    1下载:
  2. 多机器人合作中的动态角色分配仿真算法是多机器人合作领域的一个比较著名的仿真软件-multi-robot cooperation in the dynamic allocation of roles simulation algorithm is multi-robot cooperation in the field of a replica of the famous real Software
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:786.03kb
    • 提供者:叶子
  1. xianxingfangcheng

    0下载:
  2. 编程序,按如下要求来求解n元一次线性方程组(假设方程组具有唯一解)。 (1)方程个数n之值由用户通过键盘输入; (2)方程组存放在“增广矩阵”A之中,而n行n+1列的A存储空间通过new来动态分配,且A的各元素值也由用户通过键盘输入; (3)方程组的解存放于“向量”B之中,而具有n个元素的B存储空间也通过new来动态分配。 -programmed by the following demands to solve an n-linear equation (equatio
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1.52kb
    • 提供者:fisherman
  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. 经典银行家算法

    0下载:
  2. 模拟实现银行家算法。通过编写和调试一个系统动态分配资源的简单模拟程序,观察死锁产生的条件,并采用银行家算法,有效的避免死锁。-Simulation Algorithm. By compiling and debugging a system dynamic allocation of resources simple process simulation, the observation Deadlock conditions, and using bankers algorithm, effe
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.95kb
    • 提供者:程倩
  1. test0_fix_interfence

    2下载:
  2. 认知无线电中基于干扰图模型的动态频谱分配。此程序是基于固定干扰图模型的分析代码-Cognitive radio interference graph model based on the dynamic spectrum allocation. This procedure is based on the analysis of the fixed interference graph model code
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-03-16
    • 文件大小:11kb
    • 提供者:王茹
  1. yhj

    0下载:
  2. 设计一个n 个并发进程共享m 个系统资源的系统。进程可动态申请资源和释放资源,系统按各进程的申请动态的分配资源。要求采用银行家算法实现。-N the design of a concurrent process of system resources m sharing system. Process can be dynamic application of resources and the release of resources, the system according to proc
  3. 所属分类:Data structs

    • 发布日期:2017-03-23
    • 文件大小:2.06kb
    • 提供者:候莹莹
  1. mwdynamic

    0下载:
  2. dynamic allocation of master-worker algorithm implementation in a cluster of personal computers with ANSI C
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:1.62kb
    • 提供者:kthomas_k
  1. matrik_class

    0下载:
  2. simple c++ matrik operation class use dynamic allocation memory
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1.04kb
    • 提供者:ermawan
  1. DynamicArray

    3下载:
  2.  完成满足上述接口的动态数组(Dynamic array)的程序;  需要遵循基本的编程规范和风格;  动态分配内存用C++的函数new/delete,不用malloc/free;  处理好动态分配的运用,不要出现内存泄漏;  了解C++类的构造函数和析构函数的作用;  熟悉C++类的写法(*.h, *.cpp);  各种情况考虑周到,不要出现程序崩溃; -
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2014-07-29
    • 文件大小:247kb
    • 提供者:陈婉
  1. ddca

    1下载:
  2. OFDM技术做为4G的关键传输技术,得到了广泛重视。本matlab文件为适合于OFDM系统的动态子载波分配算法。目的是提高频谱使用效率。-dynamic sub-carrier allocation(matlab)
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1.31kb
    • 提供者:张秀宁
  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. Determinant-of-a-Matrix

    0下载:
  2. 采用C语言描写了一个基本矩阵的行列式计算算法,采用了动态分配内存的方式计算。-Using C language to describe a basic determinant of a matrix calculation algorithm, using dynamic allocation of memory is calculated.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:851.72kb
    • 提供者:公共
  1. Dynamic_Memory_Two_demention

    0下载:
  2. 本程序主要分析和讲解了动态分配内存的基本问题,程序中分析了2维以上动态分配内存注意的事项-The program analyzes the dynamic allocation of memory and explain the basic problem of the program for more than two-dimensional analysis of dynamically allocated memory note
  3. 所属分类:Algorithm

    • 发布日期:2017-05-01
    • 文件大小:853.96kb
    • 提供者:公共
  1. dynamic-allocation

    0下载:
  2. 该程序可用于了解动态分区分配中使用的数据结构和分配算法,并进一步加深对动态分区存储管理方式及其实现过程的理解。-The program is used to understand the data structures used in the dynamic partition and the allocation algorithm, and further deepen the understanding of the dynamic partition memory management
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2.39kb
    • 提供者:张华
  1. Dynamic-Memory-Allocation

    0下载:
  2. 这个程序是有关计算机的动态内存分配的数据结构 可以直接加载头文件与源文件即可使用其中的接口-This program is a data structure for dynamic memory allocation of the computer can directly load the header files and source files you can use one of the interfaces
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:2.58kb
    • 提供者:罗宏俊
  1. main

    0下载:
  2. 计算两个任意矩阵的乘积,包括了动态分配内存,指针等知识点-Calculation of two arbitrary matrices, including the knowledge of the dynamic allocation of memory, the pointer points
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:688byte
    • 提供者:zhanglinwei
  1. matrix

    0下载:
  2. 实现了矩阵中的各种操作, 包括矩阵相加,相减,矩阵乘法,矩阵转秩,余子式,求行列式的值,求矩阵特征值,LU 分解,QR 分解,求现行方程组的解等等。 是任何做科学计算工作者必备的类库。 此类库也是C++初学者极好的参考资料。类库的实现运用了运算符重载,友元,异常处理,文件输入输出,函数重载,指针,动态分配内存等一系列C++技术。-Matrix in a variety of operations, including matrix addition, subtraction,
  3. 所属分类:Algorithm

    • 发布日期:2017-11-12
    • 文件大小:9.11kb
    • 提供者:汤慧
  1. DP

    0下载:
  2. 动态分配法解决背包问题,自己设置物品总数,背包总容量-Dynamic allocation method to solve the knapsack problem, the total number of items set up their own backpack with a total capacity
  3. 所属分类:Data structs

    • 发布日期:2017-04-11
    • 文件大小:1.06kb
    • 提供者:yangle
  1. Resource-Allocation-

    0下载:
  2. 如今大规模计算的需求日渐增长,应运而生的云计算已成为一种广为人知的计算模式。云计算通过对资源的聚合和动态重用,实现了服务流程的优化和资 源利用效率的提升。云计算技术正在蓬勃发展之中,对其相关技术的研究也呈现 了百家争鸣的态势。由于云计算服务器集群的规模很大,如何合理调配云计算资 源以提高能源的利用效率已成为一个研究的热点。本文研究的重点问题就是如何在云计算环境中实现拥有更佳的节能性能的资源分配方法。 -Today the demand of growing la
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5.27mb
    • 提供者:范梦
  1. Inter-cell Interference Coordination Scheme based on Dynamic Resource

    0下载:
  2. In this paper, a novel interference coordination scheme based on Dynamic Resource Allocation (DRA) for mitigating inter-cell interference in Long Term Evolution (LTE) cellular systems is presented. In both OFDMA and SC-FDMA systems, inter-cell interf
  3. 所属分类:matlab例程

    • 发布日期:2015-04-18
    • 文件大小:2.44kb
    • 提供者:ouhib91
« 12 3 4 »
搜珍网 www.dssz.com