CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 并行运算 搜索资源 - 改进

搜索资源列表

  1. mop_5_27_modified_a

    2下载:
  2. 用改进蚁群算法求解一类连续空间优化问题的matlab实现-improved ant colony algorithm for solving a class of continuous space optimization problems achieving Matlab
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:2kb
    • 提供者:邹昨然
  1. dxxocount

    0下载:
  2. 本统计系统是参考了很多统计系统的优点,不断改进的无错版,也是最终版。-the statistical system is a lot of the advantages of statistical systems, continuous improvement in the no wrong version of the final version.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:118.52kb
    • 提供者:king11
  1. ga_basicprogram

    0下载:
  2. 基本遗传算法(GA)的matlab源程序!许多改进的遗传算法均可在此基础上修改而成.
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:1.24kb
    • 提供者:柳成荫
  1. GA

    0下载:
  2. 实数遗传算法源码 Delphi实现,用户可以参考并改进
  3. 所属分类:并行运算

    • 发布日期:2014-01-16
    • 文件大小:193.31kb
    • 提供者:何大头
  1. 非常简单的计算器

    0下载:
  2. 本程序是一个非常简单的计算器;能实现基本的加、减、乘、除的功能. 运行环境:WINDOWS系列 缺点: 只能通过键盘等输入设备输入参与运算的数。 软件本身不带输入功能。 这里只是提供一种计算的方法,通过完善之后,可以用于带有计算器功能 的嵌入式产品的开发研究中。 程序有待改进;增加更多功能。(如上面提到的...)。 欢迎使用该软件,只作学习研究用,严禁用于任何商业用
  3. 所属分类:并行运算

    • 发布日期:2014-01-16
    • 文件大小:1.5mb
    • 提供者:李雷
  1. omptl-20070929

    1下载:
  2. omptl使用openmp多核库优化过的STL库,从而给STL加入了多核并行运算的能力,在多核的机器上大大改进了STL算法的性能。
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:26.53kb
    • 提供者:bobxu
  1. 线形方程组求解

    0下载:
  2. 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程。 用Gauss消元法、选列主元的Gauss消元法求线性方程组(1)的解,要求输出增广矩阵的消元变化过程 42x1+2x2+3x3=3 x1+7x2+7x3=1 -2x1+4x2+5x3=-7 算法思想:Gauss消元法是将线性方程组化为上三角形线性方程组,然后再用一个回代过程求这个上三角形线性方程组的解;选主元的Gauss消元法是在Gauss消元法上增加了选列主元
  3. 所属分类:并行运算

    • 发布日期:2014-01-17
    • 文件大小:1.03kb
    • 提供者:lz
  1. prime1

    0下载:
  2. 用Eratosthenes筛选算法,在1000000中求质数,分别用了串行算法,改进的串行算法,并行算法(openmp)实现,比较了执行时间
  3. 所属分类:并行运算

    • 发布日期:2008-10-13
    • 文件大小:10.49kb
    • 提供者:dd
  1. OFDM_QPSK_matlab

    0下载:
  2. ofdm ici self cancelation fah imp
  3. 所属分类:MPI

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

    0下载:
  2. 利用并行算法计算迪杰斯特拉算法,其中包括改进的一个-how to solve the problem of in parrell program
  3. 所属分类:MPI

    • 发布日期:2017-04-03
    • 文件大小:726.21kb
    • 提供者:leon
  1. A-new-parallel-genetic-algorithm

    0下载:
  2. 并行遗传算法的分析,与最基本的有多不同,改进版-Parallel Genetic Algorithm analysis, with the most basic how different and improved version of
  3. 所属分类:MPI

    • 发布日期:2017-04-04
    • 文件大小:90.73kb
    • 提供者:pei
  1. ICP

    2下载:
  2. 采用matlab实现了ICP算法及针对ICP算法的缺点进行了改进并实现了程序-Using matlab to achieve the ICP algorithm for the shortcomings of the ICP algorithm has been improved and implemented procedures
  3. 所属分类:并行运算

    • 发布日期:2013-09-11
    • 文件大小:335.59kb
    • 提供者:chenxijiang
  1. module.tar

    0下载:
  2. 此文件为Karman改进源码用来对源karman程序运行时间进行预测,文件中的karman为基于karman源程序的建模-karman modified code which is used to bulid a model to give the prediction of running time.
  3. 所属分类:MPI

    • 发布日期:2017-11-23
    • 文件大小:836.32kb
    • 提供者:yile liu
  1. DeJong

    1下载:
  2. 遗传算法程序测试De Jong函数;选择方法:最优保存、轮盘赌选择、改进最佳保留;动态或静态变异;量子遗传算法测试PFH函数;运用到量子遗传算法的交叉、变异等操作。-De Jong genetic algorithm program test function selection methods: elitist, roulette selection, the best retention improvement dynamic or static variation quantum g
  3. 所属分类:MPI

    • 发布日期:2015-05-19
    • 文件大小:7kb
    • 提供者:张润丹
  1. eetop.cn_Booth_mutipler_v2

    1下载:
  2. 新型32位booth乘法器的实现,使用verilog的一种新型乘法器改进实现-The new 32 booth multiplier implementations
  3. 所属分类:MPI

    • 发布日期:2017-05-02
    • 文件大小:676.11kb
    • 提供者:DX
  1. TriangleCount

    0下载:
  2. hadoop版本的图的三角计数,比github上分享的方法快很多,没有改进算法,但是根据hadoop的特点用了2个trick:1、编写combiner2、中间键值对压缩。而且多了一轮计算节点度的job,供大家参考-hadoop triangle count, implemented by myself and effctive than that on github.
  3. 所属分类:MPI

    • 发布日期:2017-04-30
    • 文件大小:40.85kb
    • 提供者:黄志
  1. FCM

    0下载:
  2. 一种更有效的聚类算法,能有效的改进寻优过程,从而得到更优解-a better cluster GA
  3. 所属分类:MPI

    • 发布日期:2017-04-14
    • 文件大小:3kb
    • 提供者:左言成
  1. 非线性方程组求解

    1下载:
  2. 利用改进的遗传算法求解非线性方程,遗传算法得到全局最优解作为初值寻找局部最优解(Using the improved genetic algorithm to solve the nonlinear equation, the genetic algorithm gets the global optimal solution as the initial value to find the local optimal solution)
  3. 所属分类:并行计算

    • 发布日期:2017-10-28
    • 文件大小:4kb
    • 提供者:zzb1111
  1. 新建文件夹

    0下载:
  2. 提出了一种以目标函数变化量作为评价函数的改进禁忌搜索算法,并进行了理论分析,然后将其与有效禁忌搜索算法作了性能比较。通过比较三个公共测试数据集的计算结果,验证了本文提出的禁忌搜索算法的可行性和有效性。(Proposed a change in the objective function as the evaluation function of the improved tabu search algorithm, and has carried on the theoretical anal
  3. 所属分类:并行计算

    • 发布日期:2018-01-05
    • 文件大小:2kb
    • 提供者:WALJXZY
  1. 基于FPGA改进粒子群优化算法

    0下载:
  2. 利用权重和差异演化来改进PSO 并在FPGA中实现(Using weight and difference evolution to improve PSO and implement in FPGA)
  3. 所属分类:并行计算

    • 发布日期:2018-04-20
    • 文件大小:800kb
    • 提供者:jerry11
« 12 »
搜珍网 www.dssz.com