CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - global local

搜索资源列表

  1. test1

    0下载:
  2. (1) 编写程序实现对mian函数参数的解析  参数1表示运算类型(1:加法,2:减法,3:乘法,4:除法,5:求余数)  参数2、3分别表示两个运算数 (2) 分别用局部变量、全局变量、静态变量来接受解析出来的三个参数,并打印它们的地址、大小、以及存储的值;分析局部变量、全局变量以及静态变量存储的空间位置,和暂用空间的大小 -(1) preparation program analysis  mian function param
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:384946
    • 提供者:linff
  1. global2local_ang

    1下载:
  2. 三维坐标变换欧拉旋转变换 全局坐标系下的角度和本地坐标系下角度的欧拉旋转变换-Euler rotation transformation of the three-dimensional coordinate transformation Euler rotation transform the point of view of the global coordinate system and the local coordinate system point of view
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:669
    • 提供者:林航
  1. new

    0下载:
  2. 本系统通过将基于改进的加权的局域颜色直方图的图像检索方法和全局直方图的图像检索方法相结合,提高查全率和查准率。其中,基于分块局域直方图的检索方法利用了图像中间部分的重要性,将图像平均划分成3×3个子块,取中间一块的图像,计算其与参考位图相应位置的颜色特征距离,再计算原图的颜色直方图与参考位图的颜色特征距离,分别赋予权值后得出的值就是图像之间内容的相似程度。本文引入欧氏距离的相似性度量方法实现图像检索。实验表明,该方法具有较好的查全率和查准率。-The system through a combi
  3. 所属分类:assembly language

    • 发布日期:2017-11-15
    • 文件大小:3716391
    • 提供者:周佳森
  1. minic_interpreter

    0下载:
  2. 一款比较完善的强大的C语言解释器,附带源码,可以嵌入到用户应用程序中。支持对比较复杂的C代码的解释执行。完美支持各种标准C语言语法,如if-else结构语句, ?:结构求值语句,for循环,while循环,do...while循环等 支持各种数据类型包括: char,short,int,string,float 支持多维数组及指针 支持自定义函数以及系统函数 支持局部变量以及全局变量,允许在变量定义时直接初始化 支持局部变量层次化作用域;允许定义系统常量;支持系统内部定义数据类型,但不支持用户在
  3. 所属分类:Compiler program

    • 发布日期:2017-10-31
    • 文件大小:118984
    • 提供者:CM
  1. code

    0下载:
  2. Convergence analysis and performance of the extended artificial physics optimization algorithm.artificial physics optimization (EAPO), a population-based, stochastic, evolutionary algorithm (EA) for multidimensional search and optimization. EAP
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:1686
    • 提供者:sina valizade
  1. Cat

    0下载:
  2. Shu-ChuanChu受到猫日常行为动作的启发,于2006年提出了猫群算法。猫群算法的最大特征表现为在进化过程中能够同时进行局部搜索和全局搜索,具有很好的收敛速度-Shu- ChuanChu inspired by cats everyday actions, cat swarm algorithm is proposed in 2006. Cat swarm algorithm of the biggest characteristic is in the process of evolut
  3. 所属分类:source in ebook

    • 发布日期:2017-04-04
    • 文件大小:1609
    • 提供者:吴先生
  1. sapso

    1下载:
  2. 为了平衡粒子群算法的全局搜索能力和改良局部能力,采用非线性的动态惯性权重即自适应权重法。给出一个用自适应权重的粒子群算法求多元复杂函数的最小值实例。-To balance the PSO global search capability and improved local capacity, the use of non-linear dynamic adaptive inertia weight that the weighting method. Gives an adaptive wei
  3. 所属分类:Algorithm

    • 发布日期:2016-10-26
    • 文件大小:1024
    • 提供者:suzhiwei
  1. ANN-F

    0下载:
  2. 遗传算法优化BP神经网络-非线性函数拟合,将局部寻优与全局寻优相结合-Genetic algorithm to optimize BP neural network- non-linear function fitting, the local optimization combined with global optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:53949
    • 提供者:徐文
  1. pso-F

    0下载:
  2. 粒子群算法的寻优算法-非线性函数极值寻优,将全局寻优与局部寻优结合起来-Particle swarm optimization algorithm- nonlinear function optimization extreme, the global optimization and local optimization combined
  3. 所属分类:matlab

    • 发布日期:2016-10-26
    • 文件大小:2048
    • 提供者:徐文
  1. jinjisoushuo

    0下载:
  2. 禁忌搜索是对局部领域搜索的一种扩展,是一种全局逐步寻优算法。搜索过程可以接受劣解,有较强的爬山能力。领域结构对收敛性有很大影响。这个程序的结构简单,为SWAP操作-Tabu Search is an extension of local search field, is a global optimization algorithm gradually. Search process can accept inferior solutions, strong climbing capabilit
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2428
    • 提供者:张行
  1. pso

    1下载:
  2. 本文为基于matlab的粒子群算法的程序,以求函数最小值为例,讲述如何用粒子群算法求得局部和全局最优解。-This article is based on particle swarm algorithm matlab procedures, in order to the minimum function, for example, on how to use PSO obtain local and global optimal solution.
  3. 所属分类:assembly language

    • 发布日期:2017-03-24
    • 文件大小:977
    • 提供者:liupan
  1. mykmeans

    0下载:
  2. Image Segmentation is vital role in nowadays. The K-means algorithm usually the initial centroids for the K-means clustering are determined randomly so that the determined centroids may reach the nearest local minima, not the global optimum.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1391
    • 提供者:Satya
  1. lab1.tar

    0下载:
  2. write some function with logical sign-ou will provide your solution to the Data Lab by editing the collection of functions in this source file. CODING RULES: Replace the "return" statement in each function with one or more lines of
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-17
    • 文件大小:250809
    • 提供者:yufxq
  1. GaborandLBP

    0下载:
  2. 首次提出将局部二进制模式(LBP) 用到掌纹识别中。借鉴分级检索的思想,先采用Gabor滤波器提取掌纹的全局能量特 征。后采用LBP算子提取局部特征实现两次分类。-First proposed the Local Binary Pattern (LBP) used palmprint recognition. Learn classification retrieval of thought, first use Gabor filter to extract palmprint globa
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:378013
    • 提供者:雷晨雨
  1. dd2kj

    0下载:
  2. 坐标转换,三维情况下,局部到整体坐标,输入参数为7个-Coordinate conversion, three-dimensional case, the local to global coordinates, the input parameters for the 7
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1002
    • 提供者:
  1. 3ddeformation

    0下载:
  2. 用VS2003开发的变形,实现了局部变形和全局变形,效果显著。不过需要用VS03以上版本打开-Deformation developed with VS2003 and realized the local deformation and global deformation, obviously. However, they must open VS03 above
  3. 所属分类:Graph program

    • 发布日期:2017-04-17
    • 文件大小:8754
    • 提供者:ndfulof
  1. patch_sailency

    1下载:
  2. 主要应用于显著性检测,采用局部块灰度值与全局比较的方法-Mainly used in saliency detection, the use of local and global block gray value comparison method
  3. 所属分类:2D Graphic

    • 发布日期:2017-02-21
    • 文件大小:272384
    • 提供者:樊镕
  1. MPPT

    0下载:
  2. 光伏阵列受到局部阴影遮蔽时其}-v特性会呈现多峰特性,出现多个局部峰值。为了避免传统最大功率点跟踪算法在此情况卜难以找到全局的最大功率点,文章提出了一种优化最大功率点跟踪算法,该算法适用于局部和全局阴影发生的情况、在局部阴影情况卜,通过MATLAB仿真和样机试验与传统最大功率点跟踪算法相比,该优化算法能够判断阴影遮蔽情况是否发生,在局部和全局均一阴影的情况卜都能够跟踪到全局最大功率点避兔光伏阵列的功率损失提高光伏系统效率 -PV array by the partial shadowing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:605809
    • 提供者:dingxiaolin
  1. cy

    0下载:
  2. 模糊控制的一级倒立摆仿真,采用TS模型,TTS模糊模型,是非线形复杂系统模糊建模中一个典型的模糊动态模型。这类模型采用的模糊规则:其前件是依据系统输入、输出间是否存在局部线形关系来进行划分;而其后件是多项式线形方程来表达,从而构成各条规则间的线形组合,使非线形系统的全局输出具有良好的线性描述特性。-Fuzzy Control of an inverted pendulum simulation, using the TS model, TTS fuzzy model, a non-linear
  3. 所属分类:matlab

    • 发布日期:2016-06-16
    • 文件大小:2048
    • 提供者:阿斯顿
  1. niblackbinarization

    0下载:
  2. niblack是一种局部二值化方法,对于光照不均的图像有较好的二值化效果。-niblack is a local binarization method.Compare with other global binarization method,it can get better result when illumination uneven.
  3. 所属分类:Special Effects

    • 发布日期:2014-12-29
    • 文件大小:6346752
    • 提供者:张倩
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 16 »
搜珍网 www.dssz.com