代码搜索:driver development

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

代码结果 10,000
www.eeworm.com/read/216802/4884447

c driver.c

/* * ReactOS W32 Subsystem * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 ReactOS Team * * This program is free software; you can redistribute it and/or modify * it under the terms o
www.eeworm.com/read/216802/4885806

c driver.c

/* * SetupAPI driver-related functions * * Copyright 2005-2006 Herv
www.eeworm.com/read/216802/4885907

c driver.c

/* -*- tab-width: 8; c-basic-offset: 4 -*- */ /* * MSACM32 library * * Copyright 1998 Patrik Stridvall * 1999 Eric Pouech * * This library is free software; you can redist
www.eeworm.com/read/216802/4886368

c driver.c

/* * WINE Drivers functions * * Copyright 1994 Martin Ayotte * Copyright 1998 Marcus Meissner * Copyright 1999 Eric Pouech * * This library is free software; you can redistribute it and/
www.eeworm.com/read/216502/4891141

c driver.c

#include float deltx; float delty; main(argc,argv) char **argv; { int std=1; FILE *fin; while(argc-- > 1) { if(*argv[1] == '-') switch(argv[1][1]) { case 'l': deltx = at
www.eeworm.com/read/216502/4891418

c driver.c

char *xxxvers[] = "\n FORTRAN 77 DRIVER, VERSION 1.13, 20 APRIL 1979\n"; #include #include #include "defines" #include "locdefs" #include "drivedefs" #include "ftypes" #include
www.eeworm.com/read/216450/4894814

h driver.h

/* Types and constants shared between the generic and device dependent * device driver code. */ #define _POSIX_SOURCE 1 /* tell headers to include POSIX stuff */ #define _MINIX 1 /
www.eeworm.com/read/216450/4894817

c driver.c

/* This file contains device independent device driver interface. * * Changes: * Jul 25, 2005 added SYS_SIG type for signals (Jorrit N. Herder) * Sep 15, 2004 added SYN_ALARM type for tim
www.eeworm.com/read/215493/4902544

java driver.java

/* * FindBugs - Find Bugs in Java programs * Copyright (C) 2006, University of Maryland * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU L
www.eeworm.com/read/213039/4932727

pm driver.pm

package Driver; # ************************************************************ # Description : Functionality to call a workspace or project creator # Author : Chad Elliott # Create Date