代码搜索:Module
找到约 10,000 项符合「Module」的源代码
代码结果 10,000
www.eeworm.com/read/163443/10161311
php module.php
www.eeworm.com/read/163351/10165107
bas module.bas
Attribute VB_Name = "公共内容"
Public db As Connection
Public number As String '主从关系值
Public trimstring As String '录入一个符查询
Public Checkflag As String '检测各个FORM
Public checkform As String
Public d
www.eeworm.com/read/163079/10176006
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
www.eeworm.com/read/163079/10176298
c module.c
#include
#include
#include
#include /* defines GFP_KERNEL */
#include
#include
#include
www.eeworm.com/read/357092/10216167
mk module.mk
########################################################################
#
# Filename: module.mk
#
# Description: Build instructions for the examples in Chapter 6.
#
# Notes:
#
www.eeworm.com/read/357092/10216181
mk module.mk
########################################################################
#
# Filename: module.mk
#
# Description: Build instructions for the examples in Chapter 2.
#
# Notes: The c
www.eeworm.com/read/357092/10216206
mk module.mk
########################################################################
#
# Filename: module.mk
#
# Description: Build instructions for the examples in Chapter 7.
#
# Notes:
#
www.eeworm.com/read/357092/10216218
mk module.mk
########################################################################
#
# Filename: module.mk
#
# Description: Build instructions for the examples in Chapter 9.
#
# Notes: The o
www.eeworm.com/read/355217/10285006