代码搜索:Load
找到约 10,000 项符合「Load」的源代码
代码结果 10,000
www.eeworm.com/read/176340/9502790
scull_load
#!/bin/sh
# $Id: scull_load,v 1.4 2004/11/03 06:19:49 rubini Exp $
module="scull"
device="scull"
mode="664"
# Group: since distributions do it differently, look for wheel or use staff
if grep -q '^st
www.eeworm.com/read/176340/9502808
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/176340/9502839
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
group="staf
www.eeworm.com/read/176340/9502851
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/372227/9516720
txt load.txt
connect -c uja -y
erase
write -b 1 -f out.ihx -intel -ver
write -b 2 -f protect_word.bin -binary -a FE -ver
disc
www.eeworm.com/read/371958/9528628
c load.c
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ load.c - this file implements load instructions
www.eeworm.com/read/371958/9528791
c load.c
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ load.c - this file implements load instructions
www.eeworm.com/read/175022/9562907
gif load.gif
www.eeworm.com/read/366402/9817936
xpm load.xpm
/* XPM */
static char * load_xpm[] = {
"22 20 4 1",
" c None",
". c #000000",
"+ c #FFFF00",
"@ c #7F7F00",
" ",
" ",
" ",
"
www.eeworm.com/read/366065/9834459
test load.test
# Commands covered: load
#
# This file contains a collection of tests for one or more of the Tcl
# built-in commands. Sourcing this file into Tcl runs the tests and
# generates output for errors. N