代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/480250/6668582
c stats.c
/*************************************************************************/
/* */
/* Statistical routines for C4.5 */
/* ----------------------------- */
/* */
/*********
www.eeworm.com/read/478934/6708355
c n8250.c
/* OS- and machine-dependent stuff for the 8250 asynch chip on a IBM-PC
*/
#include
#include
#include
#include "global.h"
#include "mbuf.h"
#include "proc.h"
#incl
www.eeworm.com/read/476941/6743257
c fs.c
// File system implementation. Four layers:
// + Blocks: allocator for raw disk blocks.
// + Files: inode allocator, reading, writing, metadata.
// + Directories: inode with special contents (l
www.eeworm.com/read/264844/11298896
loadfs
#!/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/264844/11298963
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/264844/11299043
loadpwm
#!/bin/sh
rm -f /dev/PWM
mknod /dev/PWM c 125 0
insmod pwm
www.eeworm.com/read/410187/11299356
examples sfdisk.examples
Examples of the use of sfdisk 3.0 (to partition a disk)
Input lines have fields ,,... - see sfdisk.8.
Usually no is given, and input lines start with a comma.
Before doing
www.eeworm.com/read/263024/11379690
c emi26.c
/*
* Emagic EMI 2|6 usb audio interface firmware loader.
* Copyright (C) 2002
* Tapio Laxstr鰉 (tapio.laxstrom@iptime.fi)
*
* This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/263024/11379991
c hcd.c
/*
* Copyright (c) 2001-2002 by David Brownell
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
www.eeworm.com/read/262879/11387308
c stats.c
/*************************************************************************/
/* */
/* Statistical routines for C4.5 */
/* ----------------------------- */
/* */
/*********