代码搜索:module

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

代码结果 10,000
www.eeworm.com/read/148359/5715911

txt module.txt

This is a placeholder to make sure that this directory exists.
www.eeworm.com/read/147766/5721512

c module.c

/* $Id$ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright
www.eeworm.com/read/147766/5721563

c module.c

/* $Id$ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright
www.eeworm.com/read/147766/5721567

c module.c

/* $Id$ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright
www.eeworm.com/read/147766/5721877

c module.c

/* Fast Floating Point Emulator (c) Peter Teichmann This program is free software; you can redistribute it and/or modify it under the terms of the GNU Genera
www.eeworm.com/read/147766/5723766

c module.c

/* $Id: module.c,v 1.1.4.1 2001/11/20 14:19:34 kai Exp $ * * ISDN lowlevel-module for the IBM ISDN-S0 Active 2000. * * Author Fritz Elfert * Copyright by Fritz Elfert
www.eeworm.com/read/147766/5723992

c module.c

/* * PCBIT-D module support * * Copyright (C) 1996 Universidade de Lisboa * * Written by Pedro Roque Marques (roque@di.fc.ul.pt) * * This software may be used and distributed according to the
www.eeworm.com/read/147766/5726894

h module.h

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Copyright (C) 1992
www.eeworm.com/read/146268/5738917

xpm module.xpm

/* XPM */ static char * module_xpm[] = { "16 16 94 2", " c None", ". c #C7C7C7", "+ c #CDC7CD", "@ c #CBCBCB", "# c #C8C8C8", "$ c #C9C7C9", "% c #D1C7D1", "& c #B3C7B3", "* c #C6C6C6", "=
www.eeworm.com/read/145471/5745873

h module.h

/* * Dynamic loading of modules into the kernel. */ #ifndef _LINUX_MODULE_H #define _LINUX_MODULE_H /* values of module.state */ #define MOD_UNINITIALIZED 0 #define MOD_RUNNING 1 #define MOD_DELET