代码搜索:Loader
找到约 9,497 项符合「Loader」的源代码
代码结果 9,497
www.eeworm.com/read/396408/2419349
c ad_acm.c
#include
#include
#include
#include "config.h"
#include "mp_msg.h"
#include "help_mp.h"
#include "loader/wineacm.h"
#include "ad_internal.h"
#include "osdep/timer.h"
#
www.eeworm.com/read/396408/2419476
c vd_dshow.c
#include
#include
#include
#include "config.h"
#include "mp_msg.h"
#include "help_mp.h"
#include "vd_internal.h"
#include "loader/dshow/DS_VideoDecoder.h"
static vd
www.eeworm.com/read/390812/2524881
java discoverymanager.java
package org.xbrlapi.loader.discoverer;
import java.net.URL;
import java.util.LinkedList;
import java.util.List;
import org.apache.log4j.Logger;
import org.xbrlapi.data.Store;
import org.xbrlapi.load
www.eeworm.com/read/389879/2533422
kconfig
config VIDEO_CX25840
tristate "Conexant CX2584x audio/video decoders"
depends on VIDEO_V4L2 && I2C && EXPERIMENTAL
select FW_LOADER
---help---
Support for the Conexant CX2584x audio/video decod
www.eeworm.com/read/389879/2533863
kconfig
config B43
tristate "Broadcom 43xx wireless support (mac80211 stack)"
depends on SSB_POSSIBLE && MAC80211 && WLAN_80211
select SSB
select FW_LOADER
select HW_RANDOM
---help---
b43 is a driver
www.eeworm.com/read/387667/2557455
h dynloader.h
#ifndef PORT_PROTOS_H
#define PORT_PROTOS_H
#include "utils/dynamic_loader.h"
#define pg_dlopen(f) dlopen((f), 1)
#define pg_dlsym dlsym
#define pg_dlclose dlclose
#define pg_dlerror dlerror
cha
www.eeworm.com/read/376006/2717180
h win32.h
#ifndef PORT_PROTOS_H
#define PORT_PROTOS_H
#include "utils/dynamic_loader.h"
#define pg_dlopen(f) dlopen((f), 1)
#define pg_dlsym dlsym
#define pg_dlclose dlclose
#define pg_dlerror dlerror
cha
www.eeworm.com/read/252355/4409579
makefile
TARGET = loader2
TARGETDIR = ..\..\..\..\bin
ASM = ml
CPP = cl
RSC = rc.exe
F90 = df.exe
MTL = midl.exe
REBASE = rebase.exe
OBJDIR = .\obj\i386
ASM_PROJ=/coff /c /Fo$(OBJDIR)\\
C
www.eeworm.com/read/193327/8238676
txt readme.txt
"ADSP-BF533 EZ-KIT Lite Power_On_Self_Test POST TEST and Loader File Demo"
Date Modified: 8/25/2006 Rev 1.3
7/10/2006 Rev 1.2
1/31/06 Rev 1.1
10/18/05 Rev 1.0
This d
www.eeworm.com/read/193156/8250733
java ball.java
import java.io.IOException;
import java.util.Random;
import javax.microedition.m3g.Graphics3D;
import javax.microedition.m3g.Group;
import javax.microedition.m3g.Loader;
import javax.microediti