代码搜索:DEV

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

代码结果 10,000
www.eeworm.com/read/176251/9510732

c dev_sdl.c

/* * SmallBASIC platform driver for Unix|Win32 + SDL * * ndc: 2001-03-03 */ #include "device.h" #include "osd.h" #include "str.h" #include #include #include #if d
www.eeworm.com/read/176251/9510794

c dev_x.c

/* * SmallBASIC platform driver for X * * ndc: 2001-02-13 */ #include "device.h" #include "osd.h" #include "str.h" #include #include #include #include
www.eeworm.com/read/176251/9510814

c dev_uvga.c

/* * SmallBASIC platform driver for Unix + SVGALIB * * ndc: 2001-02-13 */ #include "device.h" #include "osd.h" #include "str.h" #include #include #include #includ
www.eeworm.com/read/176251/9510848

c dev_palm.c

/* * low-level device driver for PALM OS * * ndc: 2001-02-13 */ #include "sys.h" #include "device.h" #include "osd.h" #include "pmem.h" #include "pproc.h" #include "smbas.h" #include #de
www.eeworm.com/read/176251/9510853

c dev_ufb.c

/* * low-level platform driver for OFBIS library * * ndc: 2001-02-13 */ #include "device.h" #include "osd.h" #include "str.h" #include #include #include #include
www.eeworm.com/read/176019/9522020

h external_dev.h

#ifndef __EXTERNAL_DEV_H_ #define __EXTERNAL_DEV_H_ #include "emu_device.hpp" using emulator::device_master; using emulator::emu_device; /* stub functions. */ void init_devices(device_ma
www.eeworm.com/read/169457/9860165

h block_dev.h

/* block_dev.h - block device definitions Author: Paul Barker Part of: COS Created: 29/10/04 Last Modified: 29/10/04 Copyright (C) 2004 Paul Barker This program i
www.eeworm.com/read/365428/9863792

c file_dev.c

/* * linux/fs/file_dev.c * * (C) 1991 Linus Torvalds */ #include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的) #include // 文件控制头文件。用于文件及其描述符的操作控制常数符号的定义。 #include //
www.eeworm.com/read/365428/9863810

c block_dev.c

/* * linux/fs/block_dev.c * * (C) 1991 Linus Torvalds */ #include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)。 #include // 调度程序头文件,定义了任务结构task_struct、初始任务0 的数据, // 还有一些有关描述符参
www.eeworm.com/read/365428/9863826

c char_dev.c

/* * linux/fs/char_dev.c * * (C) 1991 Linus Torvalds */ #include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)。 #include // 类型头文件。定义了基本的系统数据类型。 #include // 调度程序头