代码搜索:modules
找到约 10,000 项符合「modules」的源代码
代码结果 10,000
www.eeworm.com/read/14273/326020
__i file.__i
"modules\file\file.c" OPTIMIZE (7,SPEED) BROWSE INCDIR(.\modules\system; .\ ; .\; .\lib_refd) DEFINE (KEIL) DEBUG OBJECTEXTEND PRINT(.\file.lst) OBJECT(file.obj)
www.eeworm.com/read/14273/326187
__i fat.__i
"modules\file\fat.c" OPTIMIZE (7,SPEED) BROWSE INCDIR(.\modules\system; .\ ; .\; .\lib_refd) DEFINE (KEIL) DEBUG OBJECTEXTEND PRINT(.\fat.lst) OBJECT(fat.obj)
www.eeworm.com/read/14273/326231
__i disp.__i
"modules\display\disp.c" OPTIMIZE (7,SPEED) BROWSE INCDIR(.\modules\system; .\ ; .\; .\lib_refd) DEFINE (KEIL) DEBUG OBJECTEXTEND PRINT(.\disp.lst) OBJECT(disp.obj)
www.eeworm.com/read/34625/1042319
makefile
ifeq ($(KERNELRELEASE),)
#KERNELDIR ?= /your/target/source/directory/
KERNELDIR ?=/opt/FriendlyARM/mini6410/linux/linux-2.6.38
PWD := $(shell pwd)
modules:
$(MAKE) -C $(KERNELDIR) M=$(PWD) modules
www.eeworm.com/read/463645/1536754
makefile
CC = gcc
SHELL = sh
KERNELDIR = /usr/src/linux-2.4
INCLUDEDIR = $(KERNELDIR)/include
KVERSION = $(shell uname -r)
ifneq (,$(wildcard /lib/modules/$(KVERSION)/kernel))
INSTALLDIR = /lib/modules/$(KV
www.eeworm.com/read/456693/1604888
dir python.dir
Python Standard Documentation
* Python Library: (python-lib). Python Library Reference
* Python Mac Modules: (python-mac). Python Macintosh Modules
* Python Reference: (python-ref). Python Ref
www.eeworm.com/read/179533/5304325
makefile
CC = gcc
SHELL = sh
KERNELDIR = /usr/src/linux-2.4
INCLUDEDIR = $(KERNELDIR)/include
KVERSION = $(shell uname -r)
ifneq (,$(wildcard /lib/modules/$(KVERSION)/kernel))
INSTALLDIR = /lib/modules/$(KV
www.eeworm.com/read/325387/3484322
make
# Copyright (C) Igor Sysoev
cat > $NGX_MAKEFILE
$NGX_OBJS/src/http/modules/perl/blib/arch/auto/nginx/nginx.so: \
src/http/modules/perl
www.eeworm.com/read/322523/3524669
c m_adminchat.c
/*
* Unreal Internet Relay Chat Daemon, src/modules/m_adminchat.c
* (C) 2000-2001 Carsten V. Munk and the UnrealIRCd Team
* Moved to modules by Fish (Justin Hammond)
*
* This program is
www.eeworm.com/read/304060/3803603
java module.java
/**
* Module interface which all modules should implement.
* @author Camilla Clifford
* @version 2003/03/22
*/
package pipe.modules;
import pipe.dataLayer.DataLayer;
public interface Mo