代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/353873/10410770
m std.m
function dev = std(chr)
% STD - Standard deviation
% For vectors, STD(chr) returns the standard
% deviation of the population. For matrices, STD(chr) is a column vector
% containing the
www.eeworm.com/read/161312/10426447
hsmicro
#!/bin/sh
SOX=`which sox`
HSTEST=`which hstest`
if [ -z "$HSTEST" ]
then
HSTEST="./hstest"
fi
if [ -z "$1" ]
then
echo -e "Usage:\n\thsmicro [channel]"
exit
fi
BDADDR=$1
CHANNEL=$2
$H
www.eeworm.com/read/424358/10458439
c rtfiles.c
/*****************************************************************************
* Copyright Statement:
* --------------------
* This software is protected by Copyright and the information contain
www.eeworm.com/read/353034/10477111
c mvswitch.c
/*
* Marvell 88E6060 switch driver
* Copyright (c) 2008 Felix Fietkau
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of
www.eeworm.com/read/352943/10490829
cpp cbootloader.cpp
/*
cbootloader.cpp - part of flashtool for AVRUSBBoot, an USB bootloader for Atmel AVR controllers
Thomas Fischl
Creation Date..: 2006-03-18
Last change....: 2006-06-25
P
www.eeworm.com/read/352895/10495299
c zc030x_isochron.c
/* Implementation file for isochronous */
/* Zc030x -- Driver -- Zc030x */
/* This file is under GPL */
/* Copyright :
Martin Braun
Cyril Russ
www.eeworm.com/read/278766/10510915
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/278764/10511412
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/352754/10515175
c ll_rw_blk.c
/*
* linux/kernel/blk_dev/ll_rw.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* This handles all read/write requests to block devices
*/
#include
#include
www.eeworm.com/read/352754/10515933
c at1700.c
/* at1700.c: A network device driver for the Allied Telesis AT1700.
Written 1993 by Donald Becker. This is a alpha test limited release.
This version may only be used and distributed accor