代码搜索:Load
找到约 10,000 项符合「Load」的源代码
代码结果 10,000
www.eeworm.com/read/346026/3191665
load myfile.load
{
lista = ( "b", "c", "d" )
this = "another one"
many = "fun"
dict = { test = "a" }
}
www.eeworm.com/read/344688/3205935
java load.java
package org.better.hr.comm;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import org.apache.struts.upload.FormFile;
public class Load {
www.eeworm.com/read/344017/3212820
c load.c
#include "sim.h"
#include "bfd.h"
#include "dis-asm.h"
static char *default_target = "elf32-littlearm"; /* Default at runtime. */
/* Architecture to disassemble for, or default if NULL. */
static c
www.eeworm.com/read/343095/3225405
c load.c
//=============================================================================
// Filename: load.c
//
// Description: Functions needed to load a program and start it on the DSP.
//
// Copyr
www.eeworm.com/read/343095/3225448
c load.c
//=============================================================================
// Filename: load.c
//
// Description: Functions needed to load a program and start it on the DSP.
//
// Copyr
www.eeworm.com/read/342914/3228548
snull_load
#!/bin/sh
/sbin/insmod ./snull.o $*
ifconfig sn0 local0
ifconfig sn1 local1
route add -net snullnet0 sn0
route add -net snullnet1 sn1
www.eeworm.com/read/342914/3228557
sbull_load
#!/bin/sh
module="sbull"
device="sbull"
group="wheel"
mode="664"
# invoke insmod with all arguments we got
/sbin/insmod -f $module $* || exit 1
major=`cat /proc/devices | awk "\\$2==\"$module\" {pri
www.eeworm.com/read/342914/3228567
scullv_load
#!/bin/sh
module="scullv"
device="scullv"
group="wheel"
mode="664"
# remove stale nodes
rm -f /dev/${device}? /dev/${device}
# invoke insmod with all arguments we got
/sbin/insmod -f $module $* || e