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

搜索资源列表

  1. matlab-example

    0下载:
  2. Image Processing With Matlab A p p l i c a t i o n s in M e d i c i n e a n d B i o l o g y
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:101772
    • 提供者:nadia
  1. getTheRightPosition

    0下载:
  2. 需要在一个N × M的网格中建立一个通讯基站,通讯基站仅必须建立在格点上。 网格中有A个用户,每个用户的通讯代价是用户到基站欧几里得距离的平方。 网格中还有B个通讯公司,维护基站的代价是基站到最近的一个通讯公司的路程(路程定义为曼哈顿距离)。 在网格中建立基站的总代价是用户通讯代价的总和加上维护基站的代价,最小总代价。-The need to establish a communications base in an N × M grid, communicatio
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:656
    • 提供者:邹业
  1. 2013082711183910

    0下载:
  2. 对于由n个未知数,n个方程组成的组多元一次方程组: a11X1+a12X2+...+a1nXn = b1 a21X1+a22X2+...+a2nXn = b2 ...... an1X1+an2X2+...+annXn = bn 写成矩阵形式为Ax=b,其中A为系数n*n方阵,x为n个变量构成列向量,b为n个常数项构成列向量。当它的系数矩阵可逆,或者说对应的行列式|A|不等于0的时候,由Ax=b可得:x=b*A-1 ,A-1为A的逆矩阵。-For the group consi
  3. 所属分类:Algorithm

    • 发布日期:2017-04-29
    • 文件大小:63027
    • 提供者:zanjiangfeng
  1. MSE_ESPRIT

    0下载:
  2. This file is used to calculate the MSE of ESPRIT algorithm for DOA estimation. Rao, B.D.; Hari, K.V.S., "Performance analysis of ESPRIT and TAM in determining the direction of arrival of plane waves in noise," Acoustics, Speech and Signal P
  3. 所属分类:matlab例程

    • 发布日期:2015-11-05
    • 文件大小:1141
    • 提供者:yasi.arian
  1. signal

    0下载:
  2. 某信道, 输入为M元逻辑符号x:s0、s1、……sM-1 输出y为实数值 信道中发生如下事件: a=f(x)到实数的一一映射,当x=si时,a=iA,A为一给定的正实数 y=a+n,n为一服从N(0,s2)分布的独立随机变量(与x独立,且每次信道实现时的n均独立) 写出信道转移概率 若输入信道的各符号等概出现,求该信道的互信息量I(X Y) 画出不同信噪比下的互信息量变化的曲线,以M为参数,画一簇曲线(其中加上一条AWGN信道容量曲线作对比) 调整函数a
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1627
    • 提供者:覃云依
  1. CreateMagicMatrix

    0下载:
  2. 《洛书》增强版算法解密 包括偶数阶、双偶数阶、单偶数阶等各类魔方(幻方)的生成算法源码。 其中单偶数阶最难: 单偶数魔方,n为偶数,且不能被4整除(n=6,10,14,18,22……)(n=4k+2,k=1,2,3,4,5……)。这是奇数阶魔方,双偶数阶魔方,单偶数阶魔方三种魔方里面最复杂的魔方。 以n=10为例,这时k=2。 (1)把方阵从左到右,从上到下分成A,B,C,D四个象限,这样每个象限肯定是奇数阶,用罗伯法,依次在A,D,B,C象限按奇数阶魔方的
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2155
    • 提供者:zngsai
  1. Gauss_Seidel_iterative

    0下载:
  2. 利用G_S迭代的方法求解线性方程组, x(1,1)=(b(1,1)-A(1,2:n)*x0(2:n,1))/A(1,1) -G-S iterative method for solving algebraic equations , x(1,1)=(b(1,1)-A(1,2:n)*x0(2:n,1))/A(1,1)
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:610
    • 提供者:雷锋
  1. Solvers

    0下载:
  2. 求解器方程 BisectionZero.m 使用二分法求解方程的过零点; LEPDS.m 求解方程ax = b,a为正定对称矩阵; ModNewt 给定微分,求解方程f(x) = 0; NLEqSolver.m 使用牛顿法求解方程; NLEqSolverWrapper.m 使用不同的初值调用牛顿法解方程; NewtRaph.m 方程只有一个根时,给定df(x)/dx信息,求解方程f(x) = 0。乳菇婆有多个根,x应该在根附近。- Math/Solver
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6382
    • 提供者:梁高铭
  1. struct2mat

    0下载:
  2. [X,n]= STRUCT2MAT(S) converts a structre S into a numeric matrix X. The contents of each *numeric* field of S (either a vector or a matrix) will form 1 column of X. Fieldnames are returned in cell array n . If the fields of S aren t of the s
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1607
    • 提供者:nothuclasl
  1. CoSaMP-and-OMP-for-sparse-recovery

    1下载:
  2. 压缩感知信号恢复算法OMP和CoSaMP算法,常用的算法- x = CoSaMP( A, b, k ) uses the Compressive Sampling Matched Pursuit (CoSaMP) algorithm (see Needell and Tropp s 2008 paper http://arxiv.org/abs/0803.2392 ) to estimate the solution to the equation
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-30
    • 文件大小:10976
    • 提供者:cyberknight
  1. MOEA-NSGA-II

    0下载:
  2. NSGA (No n- Do mina te d So r ting in Ge ne tic Alg o r ithms [5 ]) is a p o pula r no n-do mina tio n ba s e d g e ne tic a lg o r ithm fo r multi- o b je c tive o ptimiz a tio n. I t is a ve r y e ff e c tive a lg o r ithm but ha s b e e n g
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:371265
    • 提供者:wenxiaoyong
  1. FAURE-SEQUENCE

    1下载:
  2. The Faure sequence looks like the Halton one, with two major differences: • We choose the same base for all of our problem’s dimensions, • We use a permutation of the vector composed of the elements for each dimension. For a d-dimensi
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:283967
    • 提供者:smartwm3
  1. Quadratic-Programming

    0下载:
  2. 功能:用拉格朗日方法求解等式约束二次规划:min f(x)=0.5*x Hx+c x,s.t.Ax=b 输入:H,c分别是目标函数的矩阵和向量,A,b分别是约束条件中的矩阵和向量 输出:(x,lam)是KT点,fval是最优值。-Function: Lagrangian method for solving equality constrained quadratic programming: min f (x) = 0.5* x Hx+ c x, s.t.Ax = b Input:
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2244
    • 提供者:Aira.W
  1. ADAP88.zip

    0下载:
  2. Title: Nonlinear Earthquake Analysis of Concrete Arch Dams Developer: S. Mojtahedi, G. L. Fenves, and R. B. Reimer, Department of Civil and Environmental Engineering, University of California, Berkeley 1992. Category: Analysis of Dams P
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-06-22
    • 文件大小:417385
    • 提供者:a814153
  1. line-search

    0下载:
  2. 输入:phi是目标函数,a,b是搜索区间的两个端点 delta,epsilon分别是自变量和函数值的容许误差 输出:s,phis分别是近似极小点和极小值,G是n乘4矩阵- input: phi is the objective function, a, b is the search interval of two endpoints delta, epsilon, respectively is the independent variable and function
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2132
    • 提供者:苗小楠
  1. BER-for-BPSK-in-Rayleigh-channel

    0下载:
  2. Matlab example simulating a BPSK transmission and reception in Rayleigh channel. The scr ipt performs the following (a) Generate random binary sequence of +1’s and -1’s. (b) Multiply the symbols with the channel and then add white Gaussian
  3. 所属分类:matlab

    • 发布日期:2017-05-08
    • 文件大小:134873
    • 提供者:Khun PJP
  1. ju

    0下载:
  2. 特征值分解(B级) 功能要求: a) 输入一个对称正方矩阵A,从文本文件读入; b) 对矩阵A进行特征值分解,将分解结果:即U矩阵、S对角矩阵输出至文本文件; c) 将最小特征值对应的特征向量并输出至文本文件; d) 验证其分解结果是否正确。 说明:矩阵特征值分解被广泛运用于土木工程问题的数值计算中,如可用于计算结构自振频率与自振周期、结构特征值屈曲问题等-Eigenvalue Decomposition (B grade) Functional requiremen
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1910
    • 提供者:zhangmengxia
  1. code2

    0下载:
  2. Package consists of 3 codes. First,to Print huffman decoding tree given.Second, to find top level view of a tree. Third, A reviewer rates the two challenges, awarding pointsfor three categories.We define the rating for two person s challenge to be th
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:1116
    • 提供者:Codeshi
  1. Fama_French_model

    1下载:
  2. 沪深300指数三因子模型择时策略。 Fama的三因子认为影响股价主要取决于下面3个因子。 A:市场超额收益率(RMT) B:规模因子(SMB) C:账面市值比(HML) 本策略目标是根据Fama三因子模型构建大盘小盘风格轮动策略。 第1版 张树德编写(sdzhang@wind.com.cn) 2013年9月5日 参考: 蒋瑛琨,国泰君安证券股份有限公司,多因子选股模型之因子分析与筛选Ⅰ:估值与财务成长类指标——数量化研究系列之十七。 -Three- facto
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1344
    • 提供者:吴桐
  1. SequentialStack

    0下载:
  2. 编程实现顺序栈的存储结构与基本算法,主要包括以下功能:  初始化顺序栈S  判断顺序栈S是否为空  依次将字符数据类型的元素’a’,’b’,’c’,’d’,’e’入栈  判断顺序栈S是否为空  依次将顺序栈S栈内的全部元素出栈,并输出出栈结果  判断顺序栈S是否为空  释放并销毁顺序栈S -Storage structure and basic algo
  3. 所属分类:Data structs

    • 发布日期:2017-05-05
    • 文件大小:14938
    • 提供者:郭培鑫
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com