代码搜索:Load
找到约 10,000 项符合「Load」的源代码
代码结果 10,000
www.eeworm.com/read/185581/9027946
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/185581/9027973
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/185581/9028009
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/185581/9028069
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/185581/9028087
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/382242/9040884
c load.c
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ load.c - this file implements load instructions
www.eeworm.com/read/382242/9041104
c load.c
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ load.c - this file implements load instructions
www.eeworm.com/read/185241/9047927
asm load.asm
.include "buffer.asm" ; for lobal variable
.include "cnst.asm" ; the constants
.include "cod_amr.asm" ; the global structs
;.include "
www.eeworm.com/read/184847/9070651
dfm load.dfm
object LoadForm: TLoadForm
Left = 273
Top = 190
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = #30331#38470
ClientHeight = 211
ClientWidth = 317
Color = clBtnFac
www.eeworm.com/read/184847/9070760
pas load.pas
unit Load;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, RzTabs, ExtCtrls, RzButton, StdCtrls, Mask, RzEdit, RzCmboBx;
type
TLoad