代码搜索:DEV

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

代码结果 10,000
www.eeworm.com/read/242861/12977104

install libcoredumper-dev.install

usr/include/google/* usr/lib/lib*.so usr/lib/lib*.a usr/lib/*.la usr/share/man/man3/* debian/tmp/usr/include/google/* debian/tmp/usr/lib/lib*.so debian/tmp/usr/lib/lib*.a debian/tmp/usr/lib/*.la
www.eeworm.com/read/141306/13023415

dev ffll_gcc.dev

[Project] FileName=ffll_gcc.dev Name=Static Lib UnitCount=41 Type=2 Ver=1 ObjFiles= Includes= Libs= PrivateResource= ResourceIncludes= Resources= Compiler= Linker= IsCpp=1 Icon= ExeOut
www.eeworm.com/read/140830/13060097

exe dev-ca.exe

www.eeworm.com/read/140565/13074088

h dev_def.h

/*----------------------------------------------------------------------------- @@ @@ Copyright (c) 2001 Sharp Corporation All rights reserved. @@ @@ (Summary) : Sharp LH7953x series register defin
www.eeworm.com/read/140253/13094202

h skeleton_dev.h

/* * This is the structure for Skeleton device info */ typedef struct { PVOID FrameBase; /* Frame buffer address in system memory */ ULONG FrameMemType; /* Address space: 0x0 = mem, 0x1 =
www.eeworm.com/read/139294/13164310

c file_dev.c

#include #include #include #include #include #define MIN(a,b) (((a)(b))?(a):(b)) int file_
www.eeworm.com/read/139294/13164330

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/139294/13164346

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/325151/13223133

c file_dev.c

#include #include #include #include #include #define MIN(a,b) (((a)(b))?(a):(b)) int file_
www.eeworm.com/read/325151/13223175

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