代码搜索:Load
找到约 10,000 项符合「Load」的源代码
代码结果 10,000
www.eeworm.com/read/202947/15369226
cpp load.cpp
// Load.cpp : implementation file
//
#include "stdafx.h"
#include "MoinorCentre.h"
#include "Load.h"
#include "Dib.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_F
www.eeworm.com/read/202947/15369231
h load.h
#if !defined(AFX_LOAD_H__1C9FB369_4703_45F3_8559_B7C122A3223E__INCLUDED_)
#define AFX_LOAD_H__1C9FB369_4703_45F3_8559_B7C122A3223E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER
www.eeworm.com/read/202785/15373293
&&& 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/201877/15393707
asm load.asm
;
; Copyright 2003 by Texas Instruments Incorporated.
; All rights reserved. Property of Texas Instruments Incorporated.
; Restricted rights to use, duplicate or disclose this code are
; granted t
www.eeworm.com/read/201477/15407555
cpp load.cpp
// greedy container loading
#include
void IndirectSort(int w[], int t[], int n)
{// Cluge to test when weights already in order.
for (int i=1; i
www.eeworm.com/read/200303/15435538
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/200303/15435551
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/200303/15435558
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/200303/15435573
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