代码搜索:AC分析
找到约 10,000 项符合「AC分析」的源代码
代码结果 10,000
www.eeworm.com/read/290420/8483990
ac configure.ac
# Process this file with autoconf to produce a configure script.
AC_INIT([CTorrent], [dnh2], [dholmes@ct.boxmail.com])
AM_INIT_AUTOMAKE(ctorrent,dnh2)
AC_CONFIG_HEADER([config.h])
AC_CONFIG_SRCDIR([c
www.eeworm.com/read/389295/8535483
ac configure.ac
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT(sleuthkit, 3.0.0)
AC_CONFIG_SRCDIR([tsk3/ba
www.eeworm.com/read/188503/8535601
ac configure.ac
dnl Process this file with autoconf to produce a configure script.
AC_INIT([mjpegtools],[1.6.3-rc1],[mjpeg-developer@lists.sourceforge.net])
AC_PREREQ(2.57)
AC_CONFIG_SRCDIR([lavtools/lav_io.c])
MJPE
www.eeworm.com/read/388975/8560947
ac configure.ac
AC_PREREQ(2.50)
AC_INIT()
AM_INIT_AUTOMAKE(bluez, 4.0)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
AC_INIT_BLUEZ
AC_LANG_C
AC_PROG_CC
AC_PROG_CC_PIE
AC_PROG_INSTALL
AC_PROG_YACC
AM_PROG_LEX
m4
www.eeworm.com/read/388636/8590214
ac3
www.eeworm.com/read/288533/8624190
class ac.class
www.eeworm.com/read/388079/8637173
m ac.m
function c=ac(x,k,method)
% Syntax c=ac(x,k); c=ac(x,k,'biased');
% AC calculates the auto-covariance for series x out to lag k. The
% result is output in c, which has k+1 elements. The fir
www.eeworm.com/read/432021/8639190
ac configure.ac
## $Id: configure.ac 1341 2006-09-21 20:08:37Z tbailey $
##
## Process this file with autoconf to produce a configure script.
##
## # $Log$
## # Revision 1.31 2006/03/07 23:30:15 nadya
## # merge br
www.eeworm.com/read/288351/8642437
ac configure.ac
AC_INIT([tivownet_loadfw], [0.1], [stephenws@users.sourceforge.net])
AC_MSG_NOTICE([$PACKAGE_NAME-$PACKAGE_VERSION Firmware downloader for the TiVo USB Wireless Adapter.])
AM_INIT_AUTOMAKE([-Wall -
www.eeworm.com/read/287546/8682974
v ac.v
module ac(din, clk, rst, acload, acinc, dout);
input [7:0] din;
input clk, rst, acload, acinc;
output [7:0] dout;
reg [7:0] dout;
always @(posedge clk)
if(rst)
dout=0;
else if(acinc)
dout