代码搜索:Load
找到约 10,000 项符合「Load」的源代码
代码结果 10,000
www.eeworm.com/read/184081/9122214
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"
www.eeworm.com/read/184081/9122248
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"
el
www.eeworm.com/read/184081/9122280
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"
www.eeworm.com/read/184081/9122356
shortprint_load
#!/bin/sh
module="shortprint"
device="shortprint"
mode="666"
# Group: since distributions do it differently, look for wheel or use staff
if grep '^staff:' /etc/group > /dev/null; then
grou
www.eeworm.com/read/184081/9122382
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
www.eeworm.com/read/380848/9126026
js load.js
Dim Bar, Line, SP
Bar = 0
Line = "|"
SP = 100
Function Window_onLoad()
Bar = 95
SP = 10
End Function
Function Count()
If Bar < 100 Then
Bar = Bar + 1
Window.Status = "页面载入状态:" & Bar & "%"
www.eeworm.com/read/183978/9127686
obj load.obj
www.eeworm.com/read/183978/9127688
frx load.frx
www.eeworm.com/read/380728/9131587
c load.c
/************************************************************************
*
* load.c
*
* Shell load command
*
* load [-r]
* ([tftp:][//][/]) |
* ([a
www.eeworm.com/read/380520/9143819
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