代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/383713/8923878
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/284427/8931450
makefiley
PROJECT = ftp
LIB = ../lib/lib.a
DIRECTORY = ../program/
CC = gcc
CFLAGS = -Wall -I/usr/local/include/libxml2/ -I../include/
DFLAGS = ../lib/libxml2.so -ldl -lz -lm -Wl,--rpath -Wl,/usr/local/lib
a
www.eeworm.com/read/383395/8950503
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/383395/8950551
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
www.eeworm.com/read/427286/8953774
mac fileio.mac
; --------------------------------------------------------------------
; 文件I/O宏指令库 - FILE_IO.MAC
; --------------------------------------------------------------------
; 创建文件
; 调用:NEWFILE 文件说明,
www.eeworm.com/read/426987/8987851
java peerdiscovery.java
import java.io.InputStream;
import java.io.IOException;
import java.io.ByteArrayInputStream;
import java.lang.String;
import java.util.Enumeration;
import javax.swing.JList;
import net.jxta.docu
www.eeworm.com/read/426987/8987854
java groupdiscovery.java
import java.io.InputStream;
import java.io.IOException;
import java.io.ByteArrayInputStream;
import java.lang.String;
import java.util.Enumeration;
import javax.swing.JList;
import net.jxta.docu
www.eeworm.com/read/382895/8991640
makefile
#
# This makefile contains modifications submitted by Richard Braakman
# (dark@xs4all.nl) for the shared library generation.
#
# By default, ftplib uses PASV. If you need it to use PORT
# instead,
www.eeworm.com/read/283709/8994481
inf led_test.inf
ELF Header:
Magic: 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00
Class: ELF32
Data: 2's complement, little endian
Version:
www.eeworm.com/read/283560/9006881
linux install.linux
Common Install process for linux/UNIX.
1: compile/install libosip first.
$> tar -xvzf libosip2-x.x.x.tar.gz
$> CFLAGS="-I/usr/local/include/" ../configure
$> make
$> make install (as r