代码搜索:Load
找到约 10,000 项符合「Load」的源代码
代码结果 10,000
www.eeworm.com/read/114793/15037889
~cpp load.~cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Load.h"
#include "DataModule.h"
#include "Main.h"
//-----------------
www.eeworm.com/read/114793/15037935
ddp load.ddp
www.eeworm.com/read/114793/15037956
~dfm load.~dfm
object Form1: TForm1
Left = 295
Top = 172
BorderStyle = bsDialog
Caption = #30331#38470#31383#21475
ClientHeight = 359
ClientWidth = 563
Color = clBtnFace
Font.Charset = DEFAUL
www.eeworm.com/read/114793/15037960
cpp load.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "Load.h"
#include "DataModule.h"
#include "Main.h"
//-----------------
www.eeworm.com/read/114793/15037979
h load.h
//---------------------------------------------------------------------------
#ifndef LoadH
#define LoadH
//---------------------------------------------------------------------------
#include
www.eeworm.com/read/114793/15037983
~ddp load.~ddp
www.eeworm.com/read/214740/15090077
&&& da_load.&&&
function [data,data_loaded]=da_load
%
% [data]=da_load
%
% Displays a file dialog box and
% loads the specified file into
% memory.
%
% data=0 if the loading procedure
% was unsuccesful or in
www.eeworm.com/read/212530/15154750
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/212530/15154763
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/212530/15154770
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