代码搜索:Load

找到约 10,000 项符合「Load」的源代码

代码结果 10,000
www.eeworm.com/read/455033/7379166

cpp ._load.cpp

www.eeworm.com/read/455033/7379413

edp load.edp

// Example of dynamic function load // -------------------------------- // $Id: load.edp,v 1.8 2008/11/24 19:10:16 hecht Exp $ load "myfunction" // dumptable(cout); mesh Th=square(5,5); fespace Vh
www.eeworm.com/read/455033/7379436

in load.link.in

#!/bin/sh # Create a loadable object from a C++ function defined in a .cpp file # $Id: load.link.in,v 1.6 2009/03/14 16:27:31 hecht Exp $ FFVERSION='@VERSION@' FFCXXFLAGS='@CXXFLAGS@ @CPPFLAGS@' INCFF
www.eeworm.com/read/454200/7396979

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/454200/7396986

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/454200/7396992

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/454200/7397000

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/454200/7397006

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/454200/7397010

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/454200/7397018

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