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

搜索资源列表

  1. 最短距离问题

    0下载:
  2. 求解网络中的最短路径。假设某个计算机网络有n个站点,依次编号为1,2,…,n;有的站点之间有直接的线路连接(即这两个站点之间没有其它站点),有的站点之间没有直接的线路连接。如果用三元组(i,j,f)来表示该网络中的站点I和站点j之间有直接的线路连接且它们之间的距离为f 当已知该网络各站点之间的直接连接情况由m个三元组(i1,j1,f1),(i2,j2,f2),…,(im,jm,fm)确定时,要求计算出对于网络中任意一个站点g(1≤g≤n)到其余各站点的最短距离。-the shortest pat
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10120
    • 提供者:葛林
  1. FuctionKey

    0下载:
  2. 一个matlab mex 文件,可以用来在matlab程序中捕捉用户按下的特殊功能健:F1, ..., F12. 使用时,在你的应用程序的 KeyPressFcn的函数体里,是用wgfcnkey,根据其返回值,判断是否有功能健被按下。-a Matlab mex documents, in Matlab can be used to capture user proceedings of the special features? Kin : F1, ..., F12. When used i
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:6701
    • 提供者:余志华
  1. MPSO

    4下载:
  2. 多目标粒子群的matlab程序,文中设置了两个目标,f1和f2,采用加权求解的方式-more goals in Matlab PSO procedures, the text set up two goals, f1 and f2. using the weighted solution!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1862
    • 提供者:张波
  1. DeJong_FunF1_F5

    0下载:
  2. De Jong函数F1-F5的java源码,包括编码解码和函数测试能功能,函数形式。De Jong函数是常用的标准优化函数。-function F1-F5 the java source code, including the coding and decoding function testing functions, function form. De Jong function is commonly used in the optimization function.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1408
    • 提供者:王远
  1. disk

    0下载:
  2. 磁盘文件最优存储问题,设磁盘上有n 个文件f1, f1,fn,每个文件占磁盘上1 个磁道。这n 个文件的检索概率分别是p1, p2, , pn-document optimal disk storage, disk based on documents n f1, f1, fn. each file on disk for a cylinder. N This document retrieval probability were p1, p2, and pn
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-01-15
    • 文件大小:78885
    • 提供者:张三
  1. f1

    1下载:
  2. 差分进化算法,是一种新兴起的智能计算方法.它能求解各种无约束优化问题.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:4293
    • 提供者:刘军民
  1. svm_perf.tar

    0下载:
  2. New training algorithm for linear classification SVMs that can be much faster than SVMlight for large datasets. It also lets you direcly optimize multivariate performance measures like F1-Score, ROC-Area, and the Precision/Recall Break-Even Point.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:87142
    • 提供者:张山
  1. fuzzy

    0下载:
  2. The neuro-fuzzy software for identification and data analysis has been implemented in the MATLAB language ver. 4.2. The software trains a fuzzy architecture, inspired to Takagi-Sugeno approach, on the basis of a training set of N (single) outpu
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:51282
    • 提供者:beyonddoor
  1. mallat.m

    1下载:
  2. 小波谱分析mallat算法经典程序 clc clear %% 1.正弦波定义 f1=50 % 频率1 f2=100 % 频率2
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3371
    • 提供者:wudong
  1. 05050822222628

    2下载:
  2. !逐步回归分析程序: ! M:输入变量,M=N+1,其中N为自变量的个数;M包括的因变量个数 ! K:输入变量,观测点数; ! F1:引入因子时显著性的F-分布值; ! F2:剔除因子时显著性的F-分布值; ! XX:存放自变量和因变量的平均值; ! B:存放回归系数; ! V:存放偏回归平方和和残差平方和Q; ! S:存放回归系数的标准偏差和估计的标准偏差; ! C:存放复相关系数; ! F:存放F-检验值;
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2290
    • 提供者:wang hanting
  1. nihe

    0下载:
  2. 简单的讲,所谓拟合是指已知某函数的若干离散函数值{f1,f2,…,fn},通过调整该函数中若干待定系数f(λ1, λ2,…,λ3), 使得该函数与已知点集的差别(最小二乘意义)最小。如果待定函数是线性,就叫线性拟合或者线性回归(主要在统计中),否则叫作非线性拟合或者非线性回归。表达式也可以是分段函数,这种情况下叫作样条拟合。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:5970
    • 提供者:nancy
  1. f1

    0下载:
  2. 该进化算法的实现基于VC++6.0的开发平台,主要是用算子改进进化策略算法。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:84842
    • 提供者:陈丹
  1. 普通端射阵天线的matlab程序

    0下载:
  2. 普通端射阵天线的matlab程序 clear; f=3e10; lamda=(3e8)/f; beta=2.*pi/lamda; n=10; t=0:0.01:2*pi; d=lamda/4; W=beta.*d.*cos(t); z1=((n/2).* W)-n/2*beta*d; z2=((1/2).* W)-1/2*beta*d; F1=sin(z1)./(n.*sin(z2)); K1=abs(F1); polar(t,K1) ;
  3. 所属分类:matlab例程

    • 发布日期:2014-11-13
    • 文件大小:270
    • 提供者:anqideanqi
  1. qpso-F1.rar

    0下载:
  2. 自编的量子粒子群算法,基于C++,供学习者参考,Own quantum particle swarm optimization, based on the C++, for learner reference
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:127419
    • 提供者:zangtianlei
  1. exp1

    0下载:
  2. 需要利用有序链表来实现一元稀疏多项式的表示及加法运算的简单计算程序,其基本功能有: (1)输入并建立两个多项式; (2)多项式f1(x)与f2(x)相加,建立和多项式f3(x); (3)输出多项式f1(x),f2(x),f3(x)。-Need to use ordered lists to implement a dollar sparse representation of polynomials of simple addition operations and calculat
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1077
    • 提供者:李联合
  1. IM-MOPSO

    4下载:
  2. 改进的多目标粒子群算法,成功解决了多目标优化的经典问题,比如ZDT,KUR,SCH经典优化问题等,只需要对f1,f2函数修改后就可以应用。-Improved many target particle swarm algorithm, success in solving the multi-objective optimization of the classic problems, such as ZDT, KUR, SCH classic optimization problem, only
  3. 所属分类:matlab

    • 发布日期:2016-03-27
    • 文件大小:11264
    • 提供者:jame
  1. F1

    0下载:
  2. AR谱估计算法的matlab仿真,包括Yule-Walker方法、协方差方法、修正协方差方法和burg递推法等-AR spectral estimation algorithm matlab simulation, including the Yule-Walker method, covariance method, modified covariance method and the recursive law burg
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:674
    • 提供者:lili
  1. f1

    0下载:
  2. 这个源代码是小世界网络模型MATLAB仿真源代码。-small-world network
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:794
    • 提供者:刘丹
  1. f1

    0下载:
  2. 多目标优化问题,此例中经遗传算法优化子代个体数目逐步减少,最后稳定在10个染色体个体-Multi-objective optimization problem, in this case, by the genetic algorithm to gradually reduce the number of offspring individuals, and finally stabilized at 10 chromosome individual
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:1372
    • 提供者:齐乐
  1. f1-f5

    0下载:
  2. F1-F5, a test bed for Genetic Algorithm Optimization Problems. This is a standard Test bed used by several authors to test the efficiency of their proposed algorithms.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:2124
    • 提供者:Mohsen
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com