代码搜索:DEV
找到约 10,000 项符合「DEV」的源代码
代码结果 10,000
www.eeworm.com/read/365797/9846595
c pipedrv.c
/* pipeDrv.c - pipe I/O driver */
/* Copyright 1995-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
02t,17oct01,dcb Added include for memPar
www.eeworm.com/read/365688/9851323
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/365428/9863670
s bootsect.s
!
! SYS_SIZE is the number of clicks (16 bytes) to be loaded.
! 0x3000 is 0x30000 bytes = 196kB, more than enough for current
! versions of linux ! SYS_SIZE 是要加载的节数(16 字节为1 节)。0x3000 共为
1 2 3 4 5 6
0x
www.eeworm.com/read/365428/9863795
c bitmap.c
/*
* linux/fs/bitmap.c
*
* (C) 1991 Linus Torvalds
*/
/* bitmap.c contains the code that handles the inode and block bitmaps */
/* bitmap.c 程序含有处理i 节点和磁盘块位图的代码 */
#include // 字符串头文件。主要定义了
www.eeworm.com/read/168757/9898243
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/168707/9900389
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/168216/9933760
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/363665/9940492
c stats.c
/*************************************************************************/
/* */
/* Statistical routines for C4.5 */
/* ----------------------------- */
/* */
/*********
www.eeworm.com/read/167231/9974906
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/166184/10030520
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