代码搜索:automatic
找到约 5,059 项符合「automatic」的源代码
代码结果 5,059
www.eeworm.com/read/38039/1095388
mnu create_wp.mnu
CREATE#WORKPIECE
#
Automatic
Automatic workpiece creation
#
Manual
Manual workpiece creation
#
Quit
Quit
#
www.eeworm.com/read/233448/4678410
tree autofunc.tree
// { dg-do compile }
automatic int bar (); // { dg-error "automatic" }
bar () {
return -12;
}
www.eeworm.com/read/366702/2873102
tree autofunc.tree
// { dg-do compile }
automatic int bar (); // { dg-error "automatic" }
bar () {
return -12;
}
www.eeworm.com/read/136989/5828084
mpb qt-min_moc.mpb
// -*- MPC -*-
// qt-min_moc.mpb,v 1.2 2003/12/30 15:18:22 dhinton Exp
project : qt-min {
Define_Custom(MOC) {
automatic = 0
command = $(ACE_ROOT)/bin/pch_cmd.pl -t -o
www.eeworm.com/read/161323/5554754
am makefile.am
# Disable automatic dependency tracking if using other tools than gcc and gmake
#AUTOMAKE_OPTIONS = no-dependencies
pkginclude_HEADERS = speex.h \
speex_bits.h \
speex_header.h \
speex_callbacks.
www.eeworm.com/read/113666/15451577
am makefile.am
# Disable automatic dependency tracking if using other tools than gcc and gmake
#AUTOMAKE_OPTIONS = no-dependencies
pkginclude_HEADERS = speex.h \
speex_bits.h \
speex_header.h \
speex_callbacks.
www.eeworm.com/read/38039/1095234
mnu crdieblk.mnu
CREATE#DIE#BLOCK
#
Automatic
Automatic die block creation
#
Manual
Manual die block creation
#
Quit
Quit
#
www.eeworm.com/read/273840/10899333
log uart4.log
#Build: Synplify for Lattice 8.4A, Build 429R, Dec 8 2005
#install: D:\ISPTOOLS5_1\SYNPBASE
#OS: Windows 2000 5.0
#Hostname: ALEXWU
#Fri Jul 07 14:16:24 2006
$ Start of Compile
#Fri Jul 07
www.eeworm.com/read/273840/10899339
err automake.err
Synplicity VHDL/Verilog HDL Synthesizer finished successfully
#Build: Synplify for Lattice 8.4A, Build 429R, Dec 8 2005
#install: D:\ISPTOOLS5_1\SYNPBASE
#OS: Windows 2000 5.0
#Hostname: ALEXWU
www.eeworm.com/read/309117/13681906
makefile
#
# Makefile for the kernel i2c bus driver.
#
O_TARGET := i2c.o
export-objs := i2c-core.o i2c-algo-bit.o i2c-algo-pcf.o \
i2c-algo-ite.o i2c-proc.o
# Init order: core, chardev, bit adapters, p