代码搜索:Auto
找到约 10,000 项符合「Auto」的源代码
代码结果 10,000
www.eeworm.com/read/474814/1389435
auto_rebuild
# Script to rebuild automatically generated files for ex_apprec.
E=../examples_c/ex_apprec
cd ../../dist
awk -f gen_rec.awk \
-v source_file=$E/ex_apprec_auto.c \
-v header_file=$E/ex_apprec
www.eeworm.com/read/467235/1504051
h auto.h
//**********************************************************************************************************
// The Software is proprietary, confidential, and valuable to Realtek Semiconductor
www.eeworm.com/read/467235/1504062
c auto.c
/********************************************************************************/
/* The Software is proprietary, confidential, and valuable to Realtek */
/* Semiconductor Corporation
www.eeworm.com/read/455463/1613909
m auto.m
function a = auto(v,n,flag)
% AUTO: single-sided autocorrelation
%
% a=auto(v,n,flag)
% a=auto(v,n)
% a=auto(v)
%
% auto computes n lags of the one sided autocorrelation of
% the vector 'v'.
www.eeworm.com/read/455463/1614174
m auto.m
function a = auto(v,n,flag)
% a=auto(v,n,flag)
% a=auto(v,n)
% a=auto(v)
%
% auto computes n lags of the one sided autocorrelation of
% the vector 'v'. The first lag, a(1), is termed the 'zeroth lag
www.eeworm.com/read/453266/1641545
java auto.java
package pack;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletConfig;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import j
www.eeworm.com/read/248446/4470039
c auto.c
/*
** $Id: auto.c,v 1.8 2004/08/02 04:11:57 snig Exp $
**
** auto.c: Automatic Input Engine
**
** Copyright (C) 2004 Feynman Software
**
** Created by Wei Yongming, 2004/01/29
*/
/*
** Th