代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/465763/7045294
c file_dev.c
/*
* linux/fs/file_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#define MIN(a,b) (((
www.eeworm.com/read/465763/7045301
c block_dev.c
/*
* linux/fs/block_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
int block_writ
www.eeworm.com/read/465763/7045307
c char_dev.c
/*
* linux/fs/char_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/465804/7046333
dev project1.dev
[Project]
FileName=Project1.dev
Name=Project1
UnitCount=6
Type=1
Ver=1
ObjFiles=
Includes=
Libs=
PrivateResource=
ResourceIncludes=
MakeIncludes=
Compiler=
CppCompiler=
Linker=
IsCpp=0
www.eeworm.com/read/378796/7069997
c file_dev.c
/* passed
* linux/fs/file_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)
#include // 文件控制头文件。用于文件及其描述符的操作控制常数符号的
www.eeworm.com/read/378796/7070005
c block_dev.c
/* passed
* linux/fs/block_dev.c
*
* (C) 1991 Linus Torvalds
*
* block_dev.c 程序属于块设备文件数据访问操作类程序。该文件包括block_read()和
* block_write()两个块设备读写函数。这两个函数是供系统调用函数read()和write()调用的,
* 其它地方没有引用。
www.eeworm.com/read/378796/7070013
c char_dev.c
/* passed
* linux/fs/char_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
// 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)。
#include
// 类型头文件。定义了基本的系统数据类型。
#include
www.eeworm.com/read/433872/7076831
dpr std_dev.dpr
program Std_dev;
uses
Forms,
Unit1 in 'UNIT1.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.