代码搜索:Load

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

代码结果 10,000
www.eeworm.com/read/221845/14718470

ncb load.ncb

www.eeworm.com/read/221845/14718474

cpp load.cpp

#include #define max 100 int c1,c2,n; int tag[max],arr[max],sum=0,s=0,flag=0,b; void sort(int a[],int m) { int i,j,t,tag1=1; for(i=0;i
www.eeworm.com/read/221836/14718602

c load.c

/* * Load tickers from tickets.rc : */ #include "quotes.h" int load(TickReq *tick,int *pntick,int nmax) { int ntick = *pntick; FILE *tickf = NULL; char *cp; char buf[256]; int l
www.eeworm.com/read/121898/14731503

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.o $* ifconfig sn0 local0 ifconfig sn1 local1 # The route commands are need
www.eeworm.com/read/121898/14731540

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/121898/14731562

sbull_load

#!/bin/sh module="sbull" device="sbull" mode="664" chardevice="sbullr" # Group: since distributions do it differently, look for wheel or use staff if grep '^staff:' /etc/group > /dev/null; then g
www.eeworm.com/read/121898/14731600

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/121898/14731613

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/121898/14731643

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/121898/14731678

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