代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/299603/7843657
c pxa2xx_udc.c
/*
* linux/drivers/usb/gadget/pxa2xx_udc.c
* Intel PXA25x and IXP4xx on-chip full speed USB device controllers
*
* Copyright (C) 2002 Intrinsyc, Inc. (Frank Becker)
* Copyright (C) 2003 Robe
www.eeworm.com/read/299603/7843693
c net2280.c
/*
* Driver for the PLX NET2280 USB device controller.
* Specs and errata are available from .
*
* PLX Technology Inc. (formerly NetChip Technology) supported the
*
www.eeworm.com/read/198865/7906596
sh autogen.sh
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
DIE=0
if [ -n "$GNOME2_PATH" ]; then
ACLOCAL_FLAGS="-I $GNOME2_PATH/share/aclocal $ACLOCAL_FLAGS"
PATH="$GNOME2_PATH/bin:$PATH"
ex
www.eeworm.com/read/198733/7915260
simple_load
#!/bin/sh
module="simple"
device="simple"
mode="664"
# Group: since distributions do it differently, look for wheel or use staff
if grep '^staff:' /etc/group > /dev/null; then
group="staff"
else
www.eeworm.com/read/198545/7929304
m poisson.m
function [beta,mu,dev,df,se]=poisson(y,x,offset,print);
%POISSON Fit Poisson generalized linear model with log-link.
% [BETA,MU,DEV,DF,SE]=POISSON(Y,X,OFFSET,PRINT)
% All input and output arguments
www.eeworm.com/read/198545/7929318
m rb_reml.m
function [beta,sebeta,gamma,segamma]=rb_reml(y,x,z)
%RB_REML Restricted maximum likelihood estimation for mixed linear models.
% [BETA,SEBETA,GAMMA,SEGAMMA] = RB_REML(Y,X,Z) fits the model
% Y = X*
www.eeworm.com/read/198545/7929331
m logist.m
function [beta,mu,dev,df,se]=logist(y,n,x,offset,print);
%LOGIST Fit logistic regression model.
% [BETA,MU,DEV,DF,SE]=LOGIST(Y,N,X,OFFSET,PRINT)
% All input and output arguments except Y are option
www.eeworm.com/read/298649/7946995
m coranaev.m
function [val] = coranaEval(sol)
% function [val] = coranaEval(sol)
% Determines the value of the Corana function at point sol.
% This function is used in gademo2.
% val - the value of the Corana
www.eeworm.com/read/298418/7962243
c myudisk.c
/*
* My UDisk driver - 0.1
*
* TODO:
* - fix urb->status race condition in write sequence
* - move minor_table to a dynamic list.
*
* History:
*
* 2008_01_9 - 0.1 - zero out dev in probe func
www.eeworm.com/read/197887/7964340
sgml examples.sgml
Examples
There are some nonintuitive parts of libusb v0.1 that aren't difficult, but are probably easier to understand with some examples.