代码搜索:linux

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

代码结果 10,000
www.eeworm.com/read/341205/12101833

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 deprectated. YAFFS2 supports 512b
www.eeworm.com/read/255068/12102444

mk_linux

########################################################### # # # Makefile of SCT # #
www.eeworm.com/read/254733/12121669

java linux.java

/* * Java USB Library * Copyright (C) 2000 by David Brownell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public Li
www.eeworm.com/read/254699/12123854

pdf linux.pdf

www.eeworm.com/read/340847/12131115

linux makefile.linux

# $Id: Makefile.linux,v 1.39 2008/07/04 12:44:14 nanard Exp $ # MiniUPnP project # http://miniupnp.free.fr/ # Author : Thomas Bernard # for use with GNU Make # To install use : # $ PREFIX=/dummyinstal
www.eeworm.com/read/151868/12165625

ico system (linux).ico

www.eeworm.com/read/253887/12178916

pdf linux.pdf

www.eeworm.com/read/253410/12225238

mk linux.mk

include ../Make.defines.linux EXTRA= EXTRALIBS=-pthread PROGS = threadid exitstatus cleanup badexit2 all: condvar.o mutex1.o mutex2.o mutex3.o rwlock.o ${PROGS} condvar.o: condvar.c mutex1.o: mute
www.eeworm.com/read/253410/12225256

mk linux.mk

include ../Make.defines.linux EXTRA= PROGS = #strlist t_isastream all: ${PROGS} spipe.o sendfd.o recvfd.o cliconn.o servlisten.o servaccept.o \ ptyopen.o #isastream.c spipe.o: spipe.c sendfd.o:
www.eeworm.com/read/253410/12225264

mk linux.mk

include ../Make.defines.linux PROGS = buf tempfiles tempnam all: $(PROGS) clean: rm -f $(PROGS)