代码搜索:DEV

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

代码结果 10,000
www.eeworm.com/read/177401/9456719

loadspi

#!/bin/sh rm -f /dev/SPI0 rm -f /dev/SPI1 mknod /dev/SPI0 c 123 0 mknod /dev/SPI1 c 123 1 insmod spi
www.eeworm.com/read/177375/9457789

h cal_avalon_uart.h

#ifndef __CAL_AVALON_UART_H__ #define __CAL_AVALON_UART_H__ /****************************************************************************** *
www.eeworm.com/read/176712/9487325

c stats.c

/*************************************************************************/ /* */ /* Statistical routines for C4.5 */ /* ----------------------------- */ /* */ /*********
www.eeworm.com/read/176340/9502732

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/174881/9570872

changelog

Mon Jul 6 06:07:01 1998 Werner Lemberg * include/gcache.h, include/gstate.h, include/loadtable.h, include/os2_P.h, include/tables.h, include/ttc.h, include/ttf.h,
www.eeworm.com/read/170521/9801894

pas devices.pas

{: Devices, Drives, Files & Directories } unit devices; interface uses classes, comctrls, statusdlg; const {: partition types } pid_None = $00; { not used } pid_FAT12
www.eeworm.com/read/366576/9808419

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/170381/9808604

c gaussrand2.c

/* 高斯分布随机序列的产生和验证 */ /* 产生含有N个值的高斯分布随机序列 求出产生的随机序列的均值和方差 对所求的自相关函数值来判断是否符合白噪声模型*/ #include "stdio.h" #include "math.h" #include "gauss2.c"
www.eeworm.com/read/169790/9838313

cpp serial.cpp

// Copyright (C) 1999-2005 Open Source Telecom Corporation. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as publis
www.eeworm.com/read/365844/9844797

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