代码搜索:driver development

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

代码结果 10,000
www.eeworm.com/read/392095/8362953

h driver.h

/************************************************************************ * 文件名称:Driver.h * 作 者:张帆 * 完成日期:2007-11-1 ****************************
www.eeworm.com/read/392095/8362969

cpp driver.cpp

/************************************************************************ * 文件名称:Driver.cpp * 作 者:张帆 * 完成日期:2007-11-1 **************************
www.eeworm.com/read/392095/8362983

h driver.h

/************************************************************************ * 文件名称:Driver.h * 作 者:张帆 * 完成日期:2007-11-1 ****************************
www.eeworm.com/read/392095/8362988

cpp driver.cpp

/************************************************************************ * 文件名称:Driver.cpp * 作 者:张帆 * 完成日期:2007-11-1 **************************
www.eeworm.com/read/192522/8376754

h driver.h

#ifndef __DRIVER_H__ #define __DRIVER_H__ //for os #include "../ucos-ii/includes.h" //for CPU Define #include "../target/2410addr.h" #include "../target/option.h" #endif
www.eeworm.com/read/292026/8381829

rc driver.rc

// Microsoft Visual C++ generated resource script. // #include "resource.h" #define APSTUDIO_READONLY_SYMBOLS ///////////////////////////////////////////////////////////////////////////// // /
www.eeworm.com/read/292026/8381836

vcproj driver.vcproj

www.eeworm.com/read/292026/8381840

make driver.make

# # Copyright (c) 2008 TrueCrypt Foundation. All rights reserved. # # Governed by the TrueCrypt License 2.4 the full text of which is contained # in the file License.txt included in TrueCrypt bina
www.eeworm.com/read/192259/8391553

c driver.c

#include #include #include "ourhdr.h" void do_driver(char *driver) { pid_t child; int pipe[2]; /* create a stream pipe to communicate with the driver */ if
www.eeworm.com/read/192107/8403649

c driver.c

//*---------------------------------------------------------------------------- //* ATMEL Microcontroller Software Support - ROUSSET - //*-------------------------------------------------