代码搜索:lInux

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

代码结果 10,000
www.eeworm.com/read/371958/9528808

c linux.c

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + linux.c - this file has linux API native code
www.eeworm.com/read/371958/9528897

c linux.c

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + + + linux.c - this file has linux API native code
www.eeworm.com/read/371958/9528909

txt linux.txt

Overview of HEC on Linux ------------------------ There are 4 script files which you can use to build and maintain HEC 1) bldall.sh - makes all the Linux binaries 2) mvbin.sh - moves all the Linu
www.eeworm.com/read/175812/9530671

linux makefile.linux

all: pcompile pcompile: billiards.cpp g++ billiards.cpp vector3.cpp mySphere.cpp -o billiards -lglut -lGLU -lGL -lm
www.eeworm.com/read/371076/9569180

doc linux作业.doc

www.eeworm.com/read/366692/9803457

readme-linux

Welcome to YAFFS, the first file system developed specifically for NAND flash. It is now YAFFS2 - original YAFFS (AYFFS1) only supports 512-byte page NAND and is now deprecated. YAFFS2 supports 512b
www.eeworm.com/read/366687/9803874

linux makefile.linux

CC= gcc #should be OK in most situations: #CFLAGS= -O # HP/UX 9.0X optimized code #CFLAGS= +O3 +Oaggressive +Olibcalls -Aa -D_POSIX_SOURCE -DCHECK +FP VZOUiD # HP/UX 9.0X debugging #CFLAGS= -g -Aa -
www.eeworm.com/read/365556/9855545

ico linux.ico

www.eeworm.com/read/364932/9886699

mk linux.mk

include ../Make.defines.linux # # Makefile for misc library. # AR = ar LIBMISC = libapue.a OBJS = bufargs.o cliconn.o clrfl.o \ daemonize.o error.o errorlog.o lockreg.o locktest.o \ openma
www.eeworm.com/read/364932/9886726

mk linux.mk

include ../Make.defines.linux EXTRA= PROGS = deadlock mandatory all: ${PROGS} clean: rm -f ${PROGS} ${TEMPFILES} *.o