代码搜索:Local

找到约 10,000 项符合「Local」的源代码

代码结果 10,000
www.eeworm.com/read/420088/10817667

authors

Joshua Go Josh Myer
www.eeworm.com/read/419990/10824320

makefile

fdtd : fdtd.c prepare.h calc.h parse.h cc -fast -o fdtd fdtd.c -I/usr/local/matlab/extern/include -L/usr/local/matlab/extern/lib/sol2 -lmx -lm -leng
www.eeworm.com/read/275287/10825340

makelinks

#!/bin/sh cp ../vmeutils/vmeutils /usr/local/bin/vmeutils cp ./vmecall /usr/local/bin/vmecall cp ./vmecall /usr/local/bin/vmecall cp ./vmedb /usr/local/bin/vmedb cp ./vmedl /usr/local/bin/vmedl cp ./v
www.eeworm.com/read/275287/10825365

makesim

#!/bin/sh ln -f -s /universe/vmeutils/vmeutils /usr/local/bin/vmeutils ln -f -s /universe/vmeshell/vmecall /usr/local/bin/vmecall ln -f -s /universe/vmeshell/vmecall /usr/local/bin/vmecall ln -f -s /u
www.eeworm.com/read/419967/10825673

dexter_getimage

#!/bin/bash # This script is called by gaucho to acquire scaled and cropped # bitmap images from input files # It is called with the source image in the first argument and # optionally -s
www.eeworm.com/read/274968/10842509

c loapicintrshow.c

/* loApicIntrShow.c - Intel Local APIC/xAPIC driver show routines */ /* Copyright 1984-2002 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------- 01c,0
www.eeworm.com/read/274967/10842760

c templateend.c

/* templateEnd.c - template Enhanced Network Driver (END) */ /* Copyright 1984-2001 Wind River Systems, Inc. */ /* TODO - Remove the template modification history and begin a new history starting w
www.eeworm.com/read/274967/10842792

c motfecend.c

/* motFecEnd.c - END style Motorola FEC Ethernet network interface driver */ /* Copyright 1989-2002 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history -------------------
www.eeworm.com/read/274967/10842824

c gei82543end.c

/* gei82543End.c - Intel PRO/1000 F/T/XF/XT/MT/MF network adapter END driver */ /* Copyright 1984-2002 Wind River Systems, Inc. */ #include "copyright_wrs.h" /* modification history ----------------
www.eeworm.com/read/349181/10843281

cpp variable.cpp

#include #include int GLOBAL; void TEST(); int main(void) { TEST(); printf("\nGLOBAL=%d",GLOBAL); //printf("\nLOCAL=%d",LOCAL); getch(); return 0; } void TEST() {