代码搜索:loader程序源码
找到约 10,000 项符合「loader程序源码」的源代码
代码结果 10,000
www.eeworm.com/read/481614/6636531
c loader.c
#include "led_api.h"
#ifdef TARGET_PC
int main(void)
#else
int load( void )
#endif
{
// led_running_horse();
led_two_blink();
return 0;
}
www.eeworm.com/read/480881/6663100
gif loader.gif
www.eeworm.com/read/480891/6663403
c loader.c
///////////////////////////////////////////////////////////////////////////
//// loader.c ////
////
www.eeworm.com/read/477328/6741775
c loader.c
/******************************************************************************
FILE : loader_asm.c
PURPOSE : checksum demo/test file
LANGUAGE : ANSI-C
---------------------
www.eeworm.com/read/477328/6741779
prm loader.prm
/* When used without the IDE, uncomment the following line */
/* LINK loader.abs */
/* This is a Prm File to demonstate the checksum feature of the metrowerks linker */
NAMES
/* when used
www.eeworm.com/read/477328/6741781
bbl loader.bbl
OPENFILE "bin\loader.abs.s19"
format=motorola
busWidth=1
origin=0
len=0x10000
destination=0
SRECORD=Sx
SENDBYTE 1 "bin\loader.abs"
CLOSE
www.eeworm.com/read/410826/11267603
h loader.h
#include "list.h"
#ifdef USE_X11
# include
#endif
enum ida_extype {
EXTRA_COMMENT = 1,
EXTRA_EXIF = 2,
};
struct ida_extra {
enum ida_extype type;
unsigned cha
www.eeworm.com/read/410826/11267722
c loader.c
#include
#include
#include
#include "loader.h"
/* ----------------------------------------------------------------------- */
void load_bits_lsb(unsigned char *dst, u
www.eeworm.com/read/410239/11297451
asm loader.asm
; loader.asm - SoftICE for Windows Millennium loader
; 2000.07.15 Iceman initial version
; 2000.07.20 The Owl disable SoftICE beta date check
; 2000.08.22 The Owl user can abort loading SoftICE
;
www.eeworm.com/read/264514/11311157