代码搜索:Struct

找到约 10,000 项符合「Struct」的源代码

代码结果 10,000
www.eeworm.com/read/296045/8126899

h tftpsubs.h

/* $Id$ */ /* $OpenBSD: tftpsubs.h,v 1.2 1996/06/26 05:40:37 deraadt Exp $ */ /* $NetBSD: tftpsubs.h,v 1.2 1994/12/08 09:51:32 jtc Exp $ */ /* * Copyright (c) 1993 * The Regents of the University
www.eeworm.com/read/395981/8138815

c tr.c

/* tr -- a filter to translate characters Copyright (C) 91, 1995-2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the ter
www.eeworm.com/read/195579/8140325

h jpeglib.h

/* * jpeglib.h * * Copyright (C) 1991-1996, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying README fil
www.eeworm.com/read/195579/8140571

c example.c

/* * example.c * * This file illustrates how to use the IJG code as a subroutine library * to read or write JPEG image files. You should look at this code in * conjunction with the documentation
www.eeworm.com/read/247283/12668100

c lemon.c

/* ** This file contains all sources (including headers) to the LEMON ** LALR(1) parser generator. The sources have been combined into a ** single file to make it easy to include LEMON in the source
www.eeworm.com/read/247252/12670786

c lemon.c

/* ** This file contains all sources (including headers) to the LEMON ** LALR(1) parser generator. The sources have been combined into a ** single file to make it easy to include LEMON in the source
www.eeworm.com/read/333438/12682006

h auermain.h

/*****************************************************************************/ /* * auermain.h -- Auerswald PBX/System Telephone usb driver. * * Copyright (C) 2002 Wolfgang M黣s (wolfg
www.eeworm.com/read/145971/12686098

cpp example.cpp

/* * example.c * * This file illustrates how to use the IJG code as a subroutine library * to read or write JPEG image files. You should look at this code in * conjunction with the document
www.eeworm.com/read/145971/12686128

h jpeglib.h

/* * jpeglib.h * * Copyright (C) 1991-1995, Thomas G. Lane. * This file is part of the Independent JPEG Group's software. * For conditions of distribution and use, see the accompanying READM
www.eeworm.com/read/145433/12724376

h fftcmplx.h

struct cmpx { int real; int imag; } ; typedef struct cmpx COMPLEX;