代码搜索:DEV

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

代码结果 10,000
www.eeworm.com/read/418851/10894436

h lin_dev.h

#ifndef LIN_DEV_H #define LIN_DEV_H /****************************************************************************** * DISCLAIMER: * The so
www.eeworm.com/read/418850/10894470

c lin_dev.c

/******************************************************************************/ /* Renesas Technology America, Inc. Legal Disclaimer */ /***********************************
www.eeworm.com/read/418850/10894484

h lin_dev.h

#ifndef LIN_DEV_H #define LIN_DEV_H /****************************************************************************** * DISCLAIMER: * The so
www.eeworm.com/read/273025/10931269

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/273025/10931294

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/273025/10931313

c char_dev.c

/* * linux/fs/char_dev.c * * (C) 1991 Linus Torvalds */ #include #include #include #include #include #include
www.eeworm.com/read/271985/10974583

bak dev.txt.bak

encrypt the database user_info===>ok classify the user right====>ok use class operate export to excel fuction
www.eeworm.com/read/271974/10975158

h aodv_dev.h

/*************************************************************************** aodv_dev.h - description ------------------- begin
www.eeworm.com/read/271974/10975202

c aodv_dev.c

/*************************************************************************** aodv_dev.c - description ------------------- begin
www.eeworm.com/read/271342/10999809

m poly_dev.m

function devp=poly_dev(poly) n=length(poly); poly1=poly(2:end); tmp=(1:n-1)'; devp=poly1.*tmp; return;