代码搜索:Auto
找到约 10,000 项符合「Auto」的源代码
代码结果 10,000
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/160303/5572991
8 auto.8
.TH IPSEC_AUTO 8 "31 Jan 2002"
.\" RCSID $Id: auto.8,v 1.42 2005/01/11 17:52:49 ken Exp $
.SH NAME
ipsec auto \- control automatically-keyed IPsec connections
.SH SYNOPSIS
.B ipsec
.B auto
[
.B \-\-sh
www.eeworm.com/read/159496/5582937
c auto.c
/*
** $Id: auto.c,v 1.8 2004/08/02 04:11:57 snig Exp $
**
** auto.c: Automatic Input Engine
**
** Copyright (C) 2004 Feynman Software
**
** Created by Wei Yongming, 2004/01/29
*/
/*
** Th
www.eeworm.com/read/159496/5582940
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
www.eeworm.com/read/154260/5639191
inf auto.inf
vti_encoding:SR|utf8-nl
vti_author:SR|stu
vti_modifiedby:SR|大莫豪情\\莫品豪
vti_timecreated:TR|29 Dec 2004 10:44:26 -0000
vti_timelastmodified:TR|29 Dec 2004 14:25:54 -0000
vti_extenderversion:SR|6.0.2
www.eeworm.com/read/154260/5639192
inf auto.inf
[info]
codepage=65001
readonly=0
version=2.01
format=2
title=Automotive
refcount=2
[titles]
1043 =Auto's
1040 =Automobile
1044 =Instrumentbord
2052 =汽车
3082 =Automoción
1046 =Automóveis
www.eeworm.com/read/195211/8168388
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/295049/8188644