代码搜索:automatic
找到约 5,059 项符合「automatic」的源代码
代码结果 5,059
www.eeworm.com/read/357209/3028003
h auto.h
/*
** $Id: auto.h,v 1.1 2004/01/29 06:12:18 weiym Exp $
**
** auto.h: head file for automatic Input Engine
**
** Copyright (C) 2004 Feynman Software.
**
** Created by Wei YongMing, 2004/01/29
*/
#ifn
www.eeworm.com/read/368351/9700258
c bin2c.c
/*
* bin2c.c
* convert files to byte arrays for automatic loading
* Luiz Henrique de Figueiredo (lhf@tecgraf.puc-rio.br)
* Fixed to Lua 5.1. Antonio Scuri (scuri@tecgraf.puc-rio.br)
* Generated files
www.eeworm.com/read/290606/8472689
m regserv.m
% Generates REGSERV
% Computer Controlled Systems (3rd ed)
% Author: B. Wittenmark
% Last edit: 1997-07-04
% Copyright (c) 1996 by K. J. 舠tr鰉, B. Wittenmark and
% Department of Automatic Control, Lund
www.eeworm.com/read/290606/8472863
m fig1210.m
% Generates Fig 12.10 (outputvar)
% Computer Controlled Systems (3rd ed)
% Author: B. Wittenmark
% Last edit: 1997-07-10
% Copyright (c) 1996 by K. J. 舠tr鰉, B. Wittenmark and
% Department of Automatic
www.eeworm.com/read/290606/8472875
m fig126.m
% Generates Fig 12.6 (MVoptimal)
% Computer Controlled Systems (3rd ed)
% Author: B. Wittenmark
% Last edit: 1997-07-10
% Copyright (c) 1996 by K. J. 舠tr鰉, B. Wittenmark and
% Department of Automatic
www.eeworm.com/read/390191/8478620
changelog
# do not edit -- automatically generated by arch changelog
# arch-tag: automatic-ChangeLog--mbp@sourcefrog.net--2004/distcc--devel--2
#
2004-11-30 12:25:10 GMT Martin Pool patch-
www.eeworm.com/read/422309/10643975
m4 lqt_opt_cflags.m4
#
# Automatic OPT_CFLAGS generation by Burkhard Plaum (2005-05-24)
#
dnl LQT_TRY_CFLAGS (CFLAGS, [ACTION-IF-WORKS], [ACTION-IF-FAILS])
dnl check if $CC supports a given set of cflags
AC_DEFUN([LQT_TR
www.eeworm.com/read/418361/10951633
sh qemu-binfmt-conf.sh
#!/bin/sh
# enable automatic i386/ARM/M68K/MIPS/SPARC/PPC program execution by the kernel
# load the binfmt_misc module
if [ ! -d /proc/sys/fs/binfmt_misc ]; then
/sbin/modprobe binfmt_misc
fi
if [
www.eeworm.com/read/458682/7291504
sh ex37.sh
#!/bin/bash
dir1=/usr/local
dir2=/var/spool
pushd $dir1
# Will do an automatic 'dirs' (list directory stack to stdout).
echo "Now in directory `pwd`." # Uses back-quoted 'pwd'.
# Now, do some stuff