代码搜索:Load
找到约 10,000 项符合「Load」的源代码
代码结果 10,000
www.eeworm.com/read/263212/11371006
frx load.frx
www.eeworm.com/read/263212/11371008
frm load.frm
VERSION 5.00
Begin VB.Form Form7
Caption = "登录报刊订阅系统"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
Icon
www.eeworm.com/read/406932/11432466
c load.c
#include "pdc1.h"
/***********************************************************/
/* This routine loads particles into a new simulation. */
/* There are 3 density profiles available for loading, the
www.eeworm.com/read/405915/11455130
bmp load.bmp
www.eeworm.com/read/405393/11463567
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/405393/11463574
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/405393/11463581
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
www.eeworm.com/read/405393/11463588
sculld_load
#!/bin/sh
module="sculld"
device="sculld"
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/405393/11463594
scullc_load
#!/bin/sh
module="scullc"
device="scullc"
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/405393/11463598
scullv_load
#!/bin/sh
module="scullv"
device="scullv"
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