代码搜索:proc
找到约 10,000 项符合「proc」的源代码
代码结果 10,000
www.eeworm.com/read/149124/12402780
c ide-proc.c
/*
* linux/drivers/ide/ide-proc.c Version 1.03 January 2, 1998
*
* Copyright (C) 1997-1998 Mark Lord
*/
/*
* This is the /proc/ide/ filesystem implementation.
*
* The major reason this exis
www.eeworm.com/read/249961/12444966
c velocity_proc.c
/*
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved.
*
* This software may be redistributed and/or modified under
* the terms of the GNU General Public License a
www.eeworm.com/read/249961/12444973
h velocity_proc.h
/*
* Copyright (c) 1996, 2003 VIA Networking Technologies, Inc.
* All rights reserved.
*
* This software may be redistributed and/or modified under
* the terms of the GNU General Public License a
www.eeworm.com/read/131470/14144144
c pre_proc.c
/* Version 3.3 Last modified: December 26, 1995 */
/*------------------------------------------------------------------------*
* Function Pre_Process()
www.eeworm.com/read/233206/14163288
exe proc1.exe
www.eeworm.com/read/233206/14163289
obj proc1.obj
www.eeworm.com/read/233206/14163290
obj proc3.obj
www.eeworm.com/read/233206/14163292
cpp proc3.cpp
#include
int main ()
{
#if _M_IX86 == 300
printf ("This program was compiled for 80386\n");
#elif _M_IX86 == 400
printf ("Program was compiled for 80486\n");
#elif _M_IX8
www.eeworm.com/read/233206/14163293
exe proc2.exe
www.eeworm.com/read/233206/14163295
cpp proc1.cpp
#include
int main ()
{
#if _M_IX86 == 300
printf ("This program was compiled for 80386\n");
#else
printf ("Program was compiled for 80486 and later\n");
#endif
retur