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

搜索资源列表

  1. tenlei

    0下载:
  2. function [U,center,result,w,obj_fcn]= fenlei(data) [data_n,in_n] = size(data) m= 2 % Exponent for U max_iter = 100 % Max. iteration min_impro =1e-5 % Min. improvement c=3 [center, U, obj_fcn] = fcm(data, c) for i=1:max_iter if
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3.3kb
    • 提供者:download99
  1. Job

    0下载:
  2. 给定任务序列J1J2 ...Jn,假定只有一台处理机为这批作业服务。每件任务Ji给定一个时限di和对应利润Pi。只有在规定时限之内完成作业,才会得到利润Pi。通过设计合适的算法选择和安排任务子集Ji,使得J中的每个作业都能在各自的时限内完工,且使获得的利润∑Pi总和最大。 令d=max{di} 1≤i≤n,b=min{n,d} 任何最大利润的可完工子序列中的作业个数必不大于b。 -Given task sequence J1J2 ... Jn, the assumption that
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:846byte
    • 提供者:林培文
  1. SQLCHINA

    0下载:
  2. SQL 合计函数 使用 SQL 合计函数 你可以确定数据组的各种统计。你可以把这些函数用于查询和合计表达式,条件是在具备 SQL特性的 QueryDef对象中或在创建基于SQL查询的 Recordset对象时。 Avg 函数 Count 函数 First, Last 函数 Min, Max 函数 StDev, StDevP 函数 Sum 函数 Var 和 VarP 函数 -SQL aggregate function
  3. 所属分类:SQL Server

    • 发布日期:2017-03-29
    • 文件大小:202.17kb
    • 提供者:397728431
  1. calculator-src

    0下载:
  2. Descr iption Scientific calculator. Allows to perform caclulation with high precicion and implements most populatr mathematical functions: sin, cos, tan, asin, acon, atan, exp, log, sqr, floor and ceil. Also it make it possible to define your ow
  3. 所属分类:J2ME

    • 发布日期:2017-03-23
    • 文件大小:239.9kb
    • 提供者:tang
  1. maxAndMin

    0下载:
  2. 找出数组中的最大元素和最小元素,元素的和,以及各个元素的平均值。并对数组进行排序。-find Max,Min elemens form a array,caculate the sum and average of elements in array,and the sort the array
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:831byte
    • 提供者:fengsushi
  1. Fuzzy_logic_Engine

    0下载:
  2. Title: Fuzzy logic Engine Descr iption: This dll written in C implements a fuzzy logic engine with 3 different inferencing methods - min-max, dot-sum and Yager. This engine implements also a LALR(1) parser allowing users to define fuzzy sets and ru
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:47.36kb
    • 提供者:SC
  1. tower

    0下载:
  2. 数塔问题,求从塔顶到塔底的路径,且该路径上的节点值的和最大-tower constituted by number,the program will find a path which is the max sum from points in the path.
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:195.45kb
    • 提供者:王崛飞
  1. SphereDecoder

    0下载:
  2. 用于MIMO检测的sphere decoder程序- This function implements a soft output sphere decoder. Based on the paper: C. Studer, M. Wenk, A. Burg, and H. Blocskei: "Soft-Output Sphere Decoding: Performance and Implementation Aspects", Asilomar 2006
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:3.18kb
    • 提供者:bennytang
  1. satish

    0下载:
  2. Avetis Ioannisyan avetis@60ateight.com Last Updated: 11/30/05 LMS Channel Adaptation reset randomizers randn( state ,sum(100*clock)) rand( state ,sum(100*clock)) numPoints = 5000 numTaps = 10 channel order Mu = 0
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:788byte
    • 提供者:josh
  1. C-Sharp-MaxSubsequenceSum

    0下载:
  2. An implementation of the Max Sub-sequence sum algorithm using divide and conquer. Includes driver program. Perfect for students. -An implementation of the Max Sub-sequence sum algorithm using divide and conquer. Includes driver program. Perfect for
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:29.52kb
    • 提供者:cavalier
  1. the-max-sum

    0下载:
  2. 一串数字序列比如1,3,4,5,7,6……得到其中的最带不连续子序列(要求序列是严格递增的如1,3,4,5,7可以,5,7,6就不可以) 本代码即,最大不连续子序列问题,属于经典的动态规划问题适合初学者-A string of number sequences such as 1,3,4,5,7,6 ... ... be one of the best sequence with discontinuous (which requires a strictly increasing sequ
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:717byte
    • 提供者:
  1. mul_ser12

    0下载:
  2. 本源码是用Verilog编写的12位移位相加乘法器的设计源码,开发软件为MAX+PLUS,已经测试通过。-The Verilog source code is written in the sum of 12-bit shift multiplier design source code, developing software for the MAX+ PLUS, has been tested.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-06
    • 文件大小:298.39kb
    • 提供者:Aaran
  1. Message-Passing-Algorithms

    0下载:
  2. 一本将基于AP传播算法的半监督聚类的算方法书.对于聚类研究的很有帮助-The Uncapacitated Facility Location Prob- lem (UFLP) is one of the most widely stud- ied discrete location problems, whose appli- cations arise in a variety of settings. We tackle the UFLP using probabilisti
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:245.13kb
    • 提供者:fanhaixiong
  1. max_sum

    0下载:
  2. 求和最大的子数组 在一个一维数组中,找到和最大的子数组(连续的任意个元素)-find the sub array that have max sum
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:936.06kb
    • 提供者:dfew
  1. otsu111

    0下载:
  2. Otsu算法步骤如下: 设图象包含L个灰度级(0,1…,L-1),灰度值为i的的象素点数为Ni ,图象总的象素点数为N=N0+N1+...+N(L-1)。灰度值为i的点的概率为: P(i) = N(i)/N. 门限t将整幅图象分为暗区c1和亮区c2两类,则类间方差σ是t的函数: σ=a1*a2(u1-u2)^2 (2) 式中,aj 为类cj的面积与图象总面积之比,a1 = sum(P(i)) i->t, a2 = 1-a1 uj为类cj的均值,u1 = sum(i*P(
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1.48mb
    • 提供者:燕子一舞
  1. matlab

    2下载:
  2. 基于遗传算法的投影寻踪代码,提供大家下载,方便查阅-【研学堂】【代码】投影寻踪代码,请验用!! function Qa=Project_Pursuit(X,a,Alpha) 输入参数列表 X 本指标矩阵,n×p的矩阵,每一行为一个样本, Xij表示第i行第j列指标,X是否已经归一化均可 a 投影向量,1×p的矩阵,元素取值范围-1~1,要求其元素平方和等于1 Alpha 窗口半径系数,典型取值0.1
  3. 所属分类:assembly language

    • 发布日期:2017-03-26
    • 文件大小:1.26kb
    • 提供者:余文乐
  1. max-sum

    0下载:
  2. 利用动态规划的思想,求一个数组中的连续最大和-For an array of continuous maximum sum
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:1.17kb
    • 提供者:王三
  1. max

    0下载:
  2. 数据结构,依次输入链表中的之,输出相邻两个数之和最大的第一个数。-Input the list of data in proper order,then output the first number of two adjacent numbers ,the sum of which is the maximum.
  3. 所属分类:Other systems

    • 发布日期:2017-12-01
    • 文件大小:218.06kb
    • 提供者:taiyangyu
  1. Programming

    0下载:
  2. 求解最大连续子串,和最大的串成为最大连续子串-search the string of max sum
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:5.01kb
    • 提供者:于文峰
  1. Desktop

    0下载:
  2. les codes for calcul e max of array with assembleur langage
  3. 所属分类:其他

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