代码搜索结果

找到约 10,000 项符合 Algorithm 的代码

least squares fitting algorithm.txt

*************************************************************** * 本算法用最小二乘法依据指定的M个基函数及N个已知数据进行曲线拟和 * 输入: m--已知数据点的个数M * f--M维基函数向量 * n--已知数据点的个数N-1 * x--已知数据点第一坐标的N维列向量 * y--已知数据点第二坐标的N维列向

cordic_algorithm_simulation_code.txt

/* * CORDIC algorithms. * The original code was published in Docter Dobbs Journal issue ddj9010. * The ddj version can be obtained using FTP from SIMTEL and other places. * * Converted to AN

serfaty,theme,of,the,earth,algorithm.cpp

#include #include #include #define PI 3.1415926535897932 #define e2 0.006693421622966 #define c 6399698.9017827110 #define p11 206264.806247096355 void main() { i

generic_algorithm_for_function_optimum.m

%Generic Algorithm for function f(x1,x2) optimum clear all; close all; %Parameters Size=80; G=100; CodeL=10; umax=2.048; umin=-2.048; E=round(rand(Size,2*CodeL)); %Initial C