代码搜索:Load
找到约 10,000 项符合「Load」的源代码
代码结果 10,000
www.eeworm.com/read/133703/5903513
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
www.eeworm.com/read/133703/5903522
scull_load
#!/bin/sh
module="scull"
device="scull"
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/133703/5903531
spull_load
#!/bin/sh
module="spull"
device="pd"
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
g
www.eeworm.com/read/133703/5903541
short_load
#!/bin/sh
module="short"
device="short"
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/133703/5903570
scullp_load
#!/bin/sh
module="scullp"
device="scullp"
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/131885/5926683
asp load.asp
BODY {
FONT-SIZE: 9pt; MARGIN-LEFT: 0px; MARGIN-TOP: 2px; TEXT-ALIGN: center
}
TD {
FONT-SIZE: 9pt; LINE-HEIGHT: 150%
}
A:link {
COLOR: #000000; TEXT-DEC
www.eeworm.com/read/131315/5935158
load_diags
#
# load_diags is a shell script designed to automatically
# load ("tar" in) diagnostic products from tape.
#
2> /dev/null
> /etc/test_permission
if [ -r /etc/test_permission ] # test if user is roo
www.eeworm.com/read/130018/5965708
c load.c
/**********************************************************************
*
* Toby Opferman
*
* Example Dynamic Loading a Driver
*
* This example is for educational purposes only. I lic
www.eeworm.com/read/129552/5972056
xpm load.xpm
/* XPM */
static char * load_xpm[] = {
"24 24 132 2",
" c None",
". c #000000",
"+ c #E6FFFF",
"@ c #ABFBFB",
"# c #FCFFEF",
"$ c #F9FFE0",
"% c #AAFFFF",
"& c #8CFFFF",
"* c #6EE1E9",
"= c
www.eeworm.com/read/129320/5974152
java load.java
/*
* Bytecode Analysis Framework
* Copyright (C) 2003,2004 University of Maryland
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser