代码搜索:Auto
找到约 10,000 项符合「Auto」的源代码
代码结果 10,000
www.eeworm.com/read/236918/13993279
vcl auto.vcl
Build Log
--------------------Configuration: auto - Win32 (WCE emulator) Debug--------------------
Command Lines
Creating temporary file "C:\DO
www.eeworm.com/read/236918/13993281
vcw auto.vcw
Microsoft eMbedded Visual Tools Workspace File, Format Version 4.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
##########################################################################
www.eeworm.com/read/236918/13993286
vcp auto.vcp
# Microsoft eMbedded Visual Tools Project File - Name="auto" - Package Owner=
# Microsoft eMbedded Visual Tools Generated Build File, Format Version 6.02
# ** DO NOT EDIT **
# TARGTYPE "Win32
www.eeworm.com/read/236918/13993288
vcb auto.vcb
www.eeworm.com/read/133757/14025361
c auto.c
# include
void main()
{
int i, j, k;
int m, n, p;
i = 8;
j = 10;
k = 12;
/* 自增在操作数之前 */
m = ++i;
printf("i = %d\n", i);
printf("m = %d\n", m);
/* 自减在操作数之
www.eeworm.com/read/235612/14059978
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/235612/14060630
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/205038/15328681
f auto.f
www.eeworm.com/read/202391/15384572