代码搜索:answer
找到约 6,541 项符合「answer」的源代码
代码结果 6,541
www.eeworm.com/read/127087/6007725
c res_data.c
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1995-1999 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software fo
www.eeworm.com/read/119864/6081729
c monotl.c
/* monot.c
Floating point function test vectors.
Arguments and function values are synthesized for NPTS points in
the vicinity of each given tabulated test point. The points are
chosen
www.eeworm.com/read/112303/6146106
c dns.c
/****************************************************************************
** File: dns.c
**
** Author: Mike Borella
**
** Comments: Dump DNS header information
**
** $Log: dns.c,v $
** Revision 1
www.eeworm.com/read/109026/6177087
c dns1.c
//==========================================================================
//
// tests/dns1.c
//
// Simple test of DNS client support
//
//===========================================
www.eeworm.com/read/106385/6194806
c dns1.c
//==========================================================================
//
// tests/dns1.c
//
// Simple test of DNS client support
//
//=================================================
www.eeworm.com/read/492937/6414396
m gui_median_filter.m
function gui_median_filter;
% GUI_MEDIAN_FILTER provides median filtration of data
% last modified 02.12.04
global TS
str=TS.name;
[selection,ok] = listdlg('PromptString','Select data:',...
www.eeworm.com/read/492937/6414402
m gui_moving_average.m
function gui_moving_average
% GUI_MOVING_AVERAGE provide moving average filtration of data
% last modified 02.12.04
global TS
str=TS.name;
[selection,ok] = listdlg('PromptString','Select da
www.eeworm.com/read/492937/6414406
m gui_ssa_analysis.m
function gui_ssa_analysis;
% SSA_ANALYSIS provide singular spectrum analysis
%
% last modified 11.02.05
%
% References:
% [1] Golyandina N., Nekrutkin V., Zhigljavsky A. Analysis of Time Seri
www.eeworm.com/read/492937/6414534
m ssa_analysis.m
function SSA=ssa_analysis(data,delay,emb_dim);
% SSA_ANALYSIS provide singular spectrum analysis
% emb_dim - embedding dimension
% example: SSA=ssa_analysis(rand(100,1),1,20);
%
% last modified