代码搜索:driver development

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

代码结果 10,000
www.eeworm.com/read/311774/13626471

c driver.c

#include "apue.h" void do_driver(char *driver) { pid_t child; int pipe[2]; /* * Create a stream pipe to communicate with the driver. */ if (s_pipe(pipe) < 0) err_sys("can't create stream
www.eeworm.com/read/310379/13652585

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/309894/13662551

c driver.c

www.eeworm.com/read/309894/13662555

h driver.h

www.eeworm.com/read/308976/13684822

m driver.m

plot(expp(50,50,500,50,'fiftybit',0.5,'signum'),'r'); hold; plot(expp(50,50,500,50,'ninetybit',0.5,'signum'),'g'); plot(expp(50,50,500,50,'gauss01',0.005,'identity'),'b');
www.eeworm.com/read/307770/13715347

html driver.html

www.eeworm.com/read/307770/13715350

html driver.html

www.eeworm.com/read/307770/13715364

class driver.class

www.eeworm.com/read/307770/13715380

java driver.java

/* * Driver.java * * Created on 2007年12月23日, 上午11:30 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ /** * * @author Leeking
www.eeworm.com/read/304348/13796373

c driver.c

#include "apue.h" void do_driver(char *driver) { pid_t child; int pipe[2]; /* * Create a stream pipe to communicate with the driver. */ if (s_pipe(pipe) < 0) err_sys("can't create stream