代码搜索:Load

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

代码结果 10,000
www.eeworm.com/read/390816/8440342

gif load.gif

www.eeworm.com/read/190618/8441461

c load.c

/************************************************************* * File: imon/load.c * Purpose: file load command for imon * Author: Phil Bunce (pjb@carmel.com) * Revision History: * 970303 Deleted
www.eeworm.com/read/190618/8441484

c load.c

/************************************************************* * File: pmon/load.c * Purpose: * Author: Phil Bunce (pjb@carmel.com) * Revision History: * 970303 Moved def of blksz and blkinx here
www.eeworm.com/read/390106/8483207

htm load.htm

Loading and Playing Midi Audio (Java Developers Almanac Example)
www.eeworm.com/read/390106/8483290

htm load.htm

Loading and Playing Sampled Audio (Java Developers Almanac Example)
www.eeworm.com/read/189194/8485466

bmp load.bmp

#define load_width 14 #define load_height 14 static char load_bits[] = { 0x00, 0x00, 0x00, 0x00, 0xf0, 0x3f, 0x10, 0x20, 0x14, 0x30, 0x16, 0x23, 0x9f, 0x24, 0x9f, 0x24, 0x16, 0x23, 0x14, 0x23, 0
www.eeworm.com/read/389991/8490249

asm load.asm

; ; Copyright 2003 by Texas Instruments Incorporated. ; All rights reserved. Property of Texas Instruments Incorporated. ; Restricted rights to use, duplicate or disclose this code are ; granted t
www.eeworm.com/read/189071/8491063

snull_load

#!/bin/sh export PATH=/sbin:/bin # Use a pathname, as new modutils don't look in the current dir by default insmod ./snull.ko $* ifconfig sn0 local0 ifconfig sn1 local1
www.eeworm.com/read/189071/8491112

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/189071/8491158

sbull_load

#!/bin/sh function make_minors { let part=1 while (($part < $minors)); do let minor=$part+$2 mknod $1$part b $major $minor let part=$part+1 done } # FIXME: This isn't handling minors