代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/135486/13926719
c file_dev.c
#include
#include
#include
#include
#include
#define MIN(a,b) (((a)(b))?(a):(b))
int file_
www.eeworm.com/read/135486/13926740
c block_dev.c
#include
#include
#include
#include
#define NR_BLK_DEV ((sizeof (rd_blk))/(sizeof (rd_blk[0])))
int block_write(int dev, long * pos, char * b
www.eeworm.com/read/135486/13926748
c char_dev.c
#include
#include
#include
extern int tty_read(unsigned minor,char * buf,int count);
extern int tty_write(unsigned minor,char * buf,int count);
static int
www.eeworm.com/read/134848/13972933
dev fixed_point.dev
[Project]
FileName=Fixed_Point.dev
Name=Fixed_Point
UnitCount=1
Type=1
Ver=1
ObjFiles=
Includes=
Libs=
PrivateResource=
ResourceIncludes=
MakeIncludes=
Compiler=
CppCompiler=
Linker=
Is
www.eeworm.com/read/236953/13989716
dev logic simulator.dev
[Project]
FileName=logic simulator.dev
Name=盡
www.eeworm.com/read/134086/14009328
gif rank_dev.gif
www.eeworm.com/read/133542/14036044
dev project1.dev
[Project]
FileName=Project1.dev
Name=Project1
UnitCount=4
Type=1
Ver=1
ObjFiles=
Includes=
Libs=
PrivateResource=
ResourceIncludes=
MakeIncludes=
Compiler=
CppCompiler=
Linker=
IsCpp=1
www.eeworm.com/read/204917/15331341
c tun_dev.c
/* Copyright (c) 2001, Adam Dunkels. All rights reserved.
*
* Redistribution or modification is prohibited.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
* OR IMPLIED WARR
www.eeworm.com/read/203858/15350822
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/203858/15350829
c block_dev.c
/*
* linux/fs/block_dev.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
#include
int block_writ