搜索资源列表

  1. npecification

    0下载:
  2. TSP算法 1 C语言TSP算法 2 2-OPT,orOPT摄动 3 Main单独执行()
  3. 所属分类:大数据

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:HOOV%2118675
  1. suanfa

    0下载:
  2. 输入页号数 再输入页号序列 选择相应的算法执行(Enter the page number and page number corresponding to the input sequence selection algorithm)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:洋19960927
  1. DataHash

    0下载:
  2. 官方哈希加密算法 % EXAMPLES: % % Default: MD5, hex: % DataHash([]) % 5b302b7b2099a97ba2a276640a192485 % % MD5, Base64: % Opt = struct('Format', 'base64', 'Method', 'MD5'); % DataHash(int32(1:10), Opt)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:longgyy
  1. Opt Mfile

    0下载:
  2. dynamic programming in matlab
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:negahban
  1. HW2 9401814

    0下载:
  2. good example from matlab opt drawing method
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:44032
    • 提供者:I.sabahi
  1. HW2 94018134

    1下载:
  2. good example from matlab opt drawing method1
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:45056
    • 提供者:I.sabahi
  1. HW2 93401814

    0下载:
  2. good example from matlab opt drawing method third question
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:44032
    • 提供者:I.sabahi
  1. HW3 9401814

    0下载:
  2. good example from matlab opt drawing method 4th example
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:I.sabahi
  1. opt

    1下载:
  2. 四种不同的算法:AdaGrad、Adam、momentumGrad、RMSProp算法来解决优化问题:min f=1/2*||Ax-b||_2+u*||x||_1(Four different algorithms: AdaGrad, Adam, momentumGrad, and RMSProp algorithms to solve the optimization problem: Min f=1/2*||Ax-b||_2+u*|
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:刘禺
  1. Duddeck Struct. Opt. Lecture Notes 01

    0下载:
  2. Lecture notes on Gradient-free optimization
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-20
    • 文件大小:1128448
    • 提供者:eeeerer
  1. Duddeck Struct. Opt. Lecture Notes 04

    0下载:
  2. Lecture notes on Gradient-free optimization - 4
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:744448
    • 提供者:eeeerer
  1. ecoli swarm opt m

    0下载:
  2. ob stacle function.m m.files
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:24021980
  1. 页面置换

    0下载:
  2. 页面置换算法的实现,FIFO页面置换,OPT页面置换,LRU页面置换(Implementation of page replacement algorithm, FIFO page replacement, OPT page replacement, LRU page replacement)
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:密西西比
  1. steepest

    0下载:
  2. 寻求无约束优化问题的解,根据马昌凤书中算法编写(%input:f=f(x); g=the gredient of f(x); x0=the initial value %output:x=the optima of f(x);k=iteration used;opt=the optimum of f(x))
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:1024
    • 提供者:lin7788
  1. tb_optparse

    0下载:
  2. 撤出= tb_optparse(OPT,阿格列斯)是一个广义的期权分析器工具箱函数。选项是一个包含名称和选项的默认值,而阿格列斯是细胞数组的选项参数,通常它来自VARARGIN。它支持选项具有赋值值、布尔值或枚举类型(字符串或int)。(Withdrawal = tb_optparse (OPT, Aage Les) is a generalized option analyzer toolbox function. The optio
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:果冻boy
  1. HRV Features Extract by Matlab

    0下载:
  2. 本代码可用来提取计算心率变异性非线性域特征值(SampEnVal, AlphaDFA, AlphaDFA1, AlphaDFA2 )(Extract Nonlinear features of HRV. %Inputs: RRI = inter-beat interval (s) and time locations (s) % opt = analysis options from gui %
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:305152
    • 提供者:HeJimin
  1. matmul.tar

    0下载:
  2. 矩阵乘法的多线程并行实现,包括:simple,采用openmp对索引顺序ijk(一般写法)的循环实现并行;opt,采用openmp对索引顺序ikj(向量化友好)的循环实现并行;mkl,调用高性能数学库实现矩阵乘法。(Multi-thread parallelization of matrix-matrix multiplication: "simple" case, ijk loop (usual pattern);
  3. 所属分类:并行运算

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:decipher2015
  1. ACA_2opt

    0下载:
  2. 将蚁群算法与2交换邻域搜索算法结合,用MATLAB编程实现(The ant colony algorithm and 2 - exchange neighborhood search algorithm were combined and realized by MATLAB programming)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:18432
    • 提供者:星月之都
« 1 2 ... 23 24 25 26 27 28»

源码中国 www.ymcn.org