代码搜索:Auto
找到约 10,000 项符合「Auto」的源代码
代码结果 10,000
www.eeworm.com/read/144216/5752510
t auto.t
#!./perl
# $RCSfile: auto.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:39 $
print "1..37\n";
$x = 10000;
if (0 + ++$x - 1 == 10000) { print "ok 1\n";} else {print "not ok 1\n";}
if (0 + $x-- - 1 == 1
www.eeworm.com/read/140582/5785573
8 auto.8
.TH IPSEC_AUTO 8 "31 Jan 2002"
.\" RCSID $Id: auto.8,v 1.41 2003/01/09 08:36:57 dhr Exp $
.SH NAME
ipsec auto \- control automatically-keyed IPsec connections
.SH SYNOPSIS
.B ipsec
.B auto
[
.B \-\-sh
www.eeworm.com/read/137311/5825983
makefile_auto
# Generated automatically from Makefile.in by configure.
# $Id: Makefile.in,v 1.59 2002/03/24 22:20:19 jnelson Exp $
.SUFFIXES:
.SUFFIXES: .o .c
.PHONY: clean mrclean distclean depend all dist
GCC
www.eeworm.com/read/131315/5935866
t auto.t
#!./perl
# $Header: auto.t,v 4.0 91/03/20 01:51:35 lwall Locked $
print "1..34\n";
$x = 10000;
if (0 + ++$x - 1 == 10000) { print "ok 1\n";} else {print "not ok 1\n";}
if (0 + $x-- - 1 == 10000) {
www.eeworm.com/read/128026/5992944
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/126074/6018855
clp auto.clp
;;;======================================================
;;; Automotive Expert System
;;;
;;; This expert system diagnoses some simple
;;; problems with a car.
;;;
;;; CLIPS Ver
www.eeworm.com/read/124399/6050106
clp auto.clp
;;;======================================================
;;; Automotive Expert System
;;;
;;; This expert system diagnoses some simple
;;; problems with a car.
;;;
;;; CLIPS Ver
www.eeworm.com/read/107846/6188113
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);
/* 自减在操作数之