代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/415599/11061729
cs form1.cs
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Net;
using Sys
www.eeworm.com/read/415262/11078927
m durbin.m
function b = durbin(x,p,q)
%DURBIN Find a moving average model using Durbin's method
%----
%Syntax is: b = durbin(x,p,q)
%
% A moving average model for the input sequence x is found
% using Dur
www.eeworm.com/read/415262/11078933
m durbin_ma.m
function ma=durbin_ma(x,p,q)
% Syntax is: ma=durbin_ma(x,p,q)
% This program finds moving average with Durbin's method
% INPUTS:
% x : Given time series
% q : order of the moving average
www.eeworm.com/read/415233/11079834
cpp gpsgaussconvert.cpp
#include "GpsGaussConvert.h"
#include "stdafx.h"
#define Pi 3.1415926535897932384626433832795028841971693993751058209749445923078164
const double awgs = 6378137.0; // WGS84 Semi-Major
www.eeworm.com/read/415218/11080274
m spgsetparms.m
function options = spgSetParms(varargin)
%SPGSETPARMS Set options for SPGL1
%
% options = spgSetParms('param1',val1,'param2',val2,...) creates an
% options structure in which the named parameters