代码搜索:driver development
找到约 10,000 项符合「driver development」的源代码
代码结果 10,000
www.eeworm.com/read/383504/2616258
txt peak_driver_linux_installation.txt
Linux : Installing the Peak driver for USB/PCI - CAN board
-----------------------------------------------------------
(Mandrake 10.2 edition 2005, kernel 2.6.11)
One of the advantage to use the driv
www.eeworm.com/read/374348/2753659
java i_adminpop3driver.java
/*------------------------------------------------------------------------------
Name: I_AdminPop3Driver.java
Project: xmlBlaster.org
Copyright: xmlBlaster.org, see xmlBlaster-LICENSE file
Comm
www.eeworm.com/read/366702/2876307
c bind_c_coms_driver.c
double fabs(double);
void test_coms(void);
extern void abort(void);
struct {double r, s; } com; /* refers to the common block "com" */
double single; /* refers to the common bl
www.eeworm.com/read/366702/2876469
c bind_c_vars_driver.c
double fabs (double);
/* defined in fortran module bind_c_vars */
void changeF90Globals(void);
extern void abort(void);
/* module level scope in bind_c_vars */
extern int myf90int; /* myf90
www.eeworm.com/read/366702/2876543
c c_ptr_tests_driver.c
/* this is the driver for c_ptr_test.f03 */
typedef struct services
{
int compId;
void *globalServices;
}services_t;
typedef struct comp
{
void *myServices;
void (*setServices)(struct co
www.eeworm.com/read/366702/2876751
f90 com_block_driver.f90
! { dg-do run }
module myComModule
use, intrinsic :: iso_c_binding
common /COM2/ R2, S2
real(c_double) :: r2
real(c_double) :: s2
bind(c) :: /COM2/
end module myComModule
module comBlock
www.eeworm.com/read/366702/2876822
c c_f_tests_driver.c
extern void abort(void);
typedef struct myCDerived
{
int cInt;
double cDouble;
float cFloat;
short cShort;
void *ptr;
}myCDerived_t;
#define DERIVED_ARRAY_LEN 10
#define ARRAY_LEN_2 3
www.eeworm.com/read/366702/2877311
c c_size_t_driver.c
#include
void sub0(int my_c_size);
int main(int argc, char **argv)
{
int my_c_size;
my_c_size = (int)sizeof(size_t);
sub0(my_c_size);
return 0;
}
www.eeworm.com/read/366702/2877401
c bind_c_dts_driver.c
double fabs (double);
/* interops with myftype_1 */
typedef struct {
int m, n;
float r;
} myctype_t;
/* interops with particle in f90 */
typedef struct particle
{
double x; /* x position *