代码搜索:Load
找到约 10,000 项符合「Load」的源代码
代码结果 10,000
www.eeworm.com/read/119964/14816010
dsp load.dsp
# Microsoft Developer Studio Project File - Name="Load" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Appl
www.eeworm.com/read/119964/14816013
cpp load.cpp
// Load.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "Load.h"
#include "LoadDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static cha
www.eeworm.com/read/119964/14816015
h load.h
// Load.h : main header file for the LOAD application
//
#if !defined(AFX_LOAD_H__3994F53C_6E50_40C1_8939_5C11776EEF30__INCLUDED_)
#define AFX_LOAD_H__3994F53C_6E50_40C1_8939_5C11776EEF30__INCLUD
www.eeworm.com/read/119282/14834556
hpp load.hpp
www.eeworm.com/read/220190/14847260
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/219934/14859332
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/219934/14859355
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/219934/14859369
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/219934/14859392
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/219934/14859400
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