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

搜索资源列表

  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. f1

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

    • 发布日期:2008-10-13
    • 文件大小:4293
    • 提供者:刘军民
  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

    1下载:
  2. 这是几个常用的测试函数,通过这个测试函数可以比较算法性能的优劣。-This is a test of several commonly used functions, through this test function can compare the algorithm performance is good or bad.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:840
    • 提供者:gaoqian
  1. WB-f1-2

    0下载:
  2. 采用人工粘性滤波法的Warming-Beam差分格式求解一维激波管问题的C语言代码-Artificial viscosity of the Warming-Beam Filter Difference Scheme for Solving One Dimensional Shock Tube Problem C language code
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1951
    • 提供者:郭世杰
  1. f1

    0下载:
  2. root finding 利用Fortran90编写求跟算法-root finding
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:641
    • 提供者:文岑
  1. RANGEKUTTA_ODE

    0下载:
  2. THIS PROGRAM IS TO SOLVE THE 4TH ODE & THE RUNGE KUTTA IS USED IN ORDER TO SOLVE THE EQ <<SIN(X)*Y""=(1-X^2)*Y" -X*Y"-Y -Y+EXP(3*X)>> & THE BOUNDARY CONDITIONS ARE AS FOLLOW: Y=W1 Y =W2=F1 Y"=W3=F2 Y =W4=F3 F4=(1/SIN(X))*[(1-
  3. 所属分类:Algorithm

  1. huangjin

    0下载:
  2. #include<stdio.h> #include<math.h> float Function(float x) void main() { float a,b,e float x0,x1,x2,F0,F1,F2 printf("input a ,b ,e \n") scanf(" f f f",&a,&b,&e) x1=b-0.618*(b-a) x2=a+0.618*(b-a) F1=Func
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:672
    • 提供者:默默
  1. f1

    0下载:
  2. 工资管理系统,输入各种员工和个个员工的信息就能查看工资-Payroll management system, enter a variety of staff and all employees will be able to view the wage
  3. 所属分类:Algorithm

    • 发布日期:2017-11-21
    • 文件大小:884275
    • 提供者:李明
  1. NewTon

    0下载:
  2. Newton迭代法,用Newton迭代法求方程,(内附题目) #include<stdio.h> #include<math.h> #define N 100 #define PS 1e-4 #define TA 1e-4 float Newton(float (*f)(float),float(*f1)(float),float x0 ) { float x1,d=0 int k=0 do { x1= x0-
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:7852
    • 提供者:l
  1. repeated-measures-ANOVA

    4下载:
  2. 用MATLAB实现单因素/两因素重复测量方差分析,自带工具包中只有非重复测量的方差分析函数ANOVA。anova_rm实现单因素;rm_anova2实现两因素- function stats = rm_anova2(Y,S,F1,F2,FACTNAMES) Two-factor, within-subject repeated measures ANOVA.For designs with two within-subject factors. function [p, table] =
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:3812
    • 提供者:徐晓
  1. Parabola-method

    0下载:
  2. 抛物线法求一维函数的极值,要保证输入的x1<x2<x3,f1>f2<f3,通过自定义函数f(x)来修改所求函数,精度为e-Parabola method for one-dimensional function of extreme, to ensure that input x1 <x2<x3,f1> f2 <f3,通过自定义函数f(x)来修改所求函数,精度为e
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:61403
    • 提供者:LiuXiuzhi
  1. ANO-MR-F1

    0下载:
  2. 四轴飞行器程序,含陀螺仪姿态角显示及其控制,稳定易懂,运用PID算法,卡尔曼滤波-Four axis aircraft program, display containing gyro attitude and attitude control, stable and easy to understand, the use of PID algorithm, Calman filter
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:376636
    • 提供者:王春林
  1. F1---Copy

    0下载:
  2. matlab code Genetic and pso for minimum of the function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4021
    • 提供者:mohamad
  1. F1

    0下载:
  2. 这是全国研究生第十一届数学建模竞赛E题第一问的程序,它可以用于解决优化问题-This is the eleventh National Graduate Mathematical Contest in Modeling E ask questions first program that can be used to solve optimization problems
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:737
    • 提供者:闫友菲
  1. fft

    0下载:
  2. 用DFT 函数计算电压u, 电流i的基波(f1=50 Hz)的有效值和相位; 用FFT函数分别计算电压u和电流i 所包含的直流,基波和谐波的有效值和初相角; 可计算基波(f1=50 Hz)和各次谐波的功率p和功率因数con?.(The effective value and phase of fundamental wave (f1 = 50 Hz) of voltage U and current I are calculated by DFT function. The effect
  3. 所属分类:数学计算

    • 发布日期:2021-04-02
    • 文件大小:78848
    • 提供者:大自然ZPQ
搜珍网 www.dssz.com