代码搜索:Auto
找到约 10,000 项符合「Auto」的源代码
代码结果 10,000
www.eeworm.com/read/152843/5656036
c pci-auto.c
/*
* PCI autoconfiguration library
*
* Author: Matt Porter
*
* Copyright 2000, 2001 MontaVista Software Inc.
* Copyright 2001 Bradley D. LaRonde
* Copyright
www.eeworm.com/read/152843/5657363
c pci-auto.c
/*
* arch/xtensa/kernel/pci-auto.c
*
* PCI autoconfiguration library
*
* Copyright (C) 2001 - 2005 Tensilica Inc.
*
* Chris Zankel
*
* Based on work fro
www.eeworm.com/read/152843/5660598
c pci_auto.c
/*
* arch/ppc/syslib/pci_auto.c
*
* PCI autoconfiguration library
*
* Author: Matt Porter
*
* 2001 (c) MontaVista, Software, Inc. This file is licensed under
* the terms
www.eeworm.com/read/472368/6876113
m auto_correlation.m
function [Rn,Fn]=auto_correlation(xn)
%该函数是求各的短时自相关函数Rn和短时平均幅度差函数AMDF Fn
N=size(xn,1);
n=size(xn,2);
K=N-1;
for i=1:n
for k=1:K
Rn(k,i)=sum(xn(1:N-k,i).*xn(1+k:N,i));
Fn(k,
www.eeworm.com/read/194440/8192821
m auto2.m
function a = auto2(v,flag)
% AUTO2: returns the two-sided autocorrelation
%
% a=auto2(v,flag)
% a=auto2(v)
%
% auto computes the two sided autocorrelation of
% the vector 'v'. The 'zeroth lag
www.eeworm.com/read/194440/8193592
m auto2.m
function a = auto2(v,flag)
% a=auto2(v,flag)
% a=auto2(v)
%
% auto computes the two sided autocorrelation of
% the vector 'v'. The 'zeroth lag' is at length(v)-1. This
% routine will correctly hand
www.eeworm.com/read/293116/8314600
~dpr auto_gjj.~dpr
program auto_gjj;
uses
Forms,
put_data in 'put_data.pas' {Form_main},
subprg in 'subprg.pas' {Form_sub};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm_m
www.eeworm.com/read/293116/8314603
~pas auto_do.~pas
unit auto_do;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCtrls, RXClock, Menus;
type
TForm_main = class(TForm)
Timer1: TTimer;
www.eeworm.com/read/293116/8314610
dfm auto_do.dfm
object main: Tmain
Left = 224
Top = 216
Width = 348
Height = 286
BorderIcons = [biSystemMenu, biMinimize]
Caption = '公积金自动送数系统'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET