代码搜索:Local

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

代码结果 10,000
www.eeworm.com/read/379711/9181398

makefile

# Makefile for the Linux sound card driver # # Note 2! The CFLAGS definitions are now inherited from the # parent makes. (hopefully) # # VERSION = 2.4 TARGET_OS = linux .c.s: $(CC) $(CF
www.eeworm.com/read/182843/9188403

lua tile graphic test.lua

-- Tile graphic test function main () if mappy.msgBox ("Graphic test", "This is a test LUA script which generates a new block and graphic and shades it. In 8bit, the palette is set to greyscale
www.eeworm.com/read/182394/9205266

properties workers.properties

workers.tomcat_home=C:\Tomcat5.5 workers.java_home=C:\Java\jdk1.5.0 ps=\ worker.list=ajp13_local,ajp13_remote worker.ajp13_local.port=8009 worker.ajp13_local.host=localhost worker.ajp13_local.t
www.eeworm.com/read/182126/9215496

cpvgalib

#!/bin/bash mount /dev/hdb1 /mnt/hdb1 cp /usr/local/lib/libvga*.so.1.4.3 /mnt/hdb1/lib
www.eeworm.com/read/182126/9215648

v~

#!/bin/bash mount /dev/hdb1 /mnt/hdb1 cp -y /usr/local/lib/libvga*.so.1.4.3 /mnt/hdb1/lib
www.eeworm.com/read/182121/9216204

makefile

clangparser: main.C Makefile /usr/local/lib/rcssserver/librcssclangparser.so.2.0.0 g++ -g main.C -L/usr/local/lib/rcssserver/ \ -Wl,--rpath -Wl,/usr/local/lib/rcssserver -lrcssclangparser \ -o clan
www.eeworm.com/read/181983/9223099

makefile

# Make file for the demo_router # this is not called recursively # type make in this directory CC = gcc # the -I flag is needed only if /usr/local/include CFLAGS = -g -O3 -Wall -I /usr/local/inclu
www.eeworm.com/read/378503/9228091

h syslog.h

/* -/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/ . Copyright (c) 2001 Michael Davis . All rights reserved. . . Redistribution and use in sou
www.eeworm.com/read/378061/9252639

c trees.c

/* trees.c -- output deflated data using Huffman coding * Copyright (C) 1992-1993 Jean-loup Gailly * This is free software; you can redistribute it and/or modify it under the * terms of the GNU
www.eeworm.com/read/378061/9252664

c unlzh.c

/* unlzh.c -- decompress files in SCO compress -H (LZH) format. * The code in this file is directly derived from the public domain 'ar002' * written by Haruhiko Okumura. */ #ifdef RCSID stat