代码搜索:Load

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

代码结果 10,000
www.eeworm.com/read/256674/11979586

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/256674/11979609

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/154212/11982628

c load.c

/*导入原始数据*/ void load() { int i; /*循环变量*/ char file[30]; /*文件的路径名*/ FILE *fp; /*文件指针*/ while(1) { clrscr(); for(i=13;i
www.eeworm.com/read/153989/11996214

hpp load.hpp

www.eeworm.com/read/341715/12068774

sh load.sh

#!/bin/sh MODULE="hello" DEVICE="my_driver" MODE="664" /sbin/insmod ./$MODULE.o $* || exit 1 rm -f /dev/${DEVICE} #MAJOR=$(awk "\$2= =\"$MODULE\" {print \$1}" /proc/devices) MAJOR=cat /proc/devic
www.eeworm.com/read/341714/12068794

load hello.load

#!/bin/bash MODULE="hello" DEVICE="my_driver" rm -f /dev/${DEVICE} /sbin/insmod ./$MODULE.ko $* || exit 1 major=$(awk "\$2==\"$MODULE\" {print \$1}" /proc/devices) mknod /dev/${DEVICE} c $major 0
www.eeworm.com/read/254105/12161288

rc load.rc

//>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> #include //>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> #define ICO_MAIN 1000 //>>>>>>>>>>>
www.eeworm.com/read/254105/12161296

asm load.asm

;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> ; Sample code for < Win32ASM Programming > ; by 罗云彬, http://asm.yeah.net ;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
www.eeworm.com/read/254105/12161298

exe load.exe

www.eeworm.com/read/151852/12168298

bmp load.bmp