代码搜索:linux

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

代码结果 10,000
www.eeworm.com/read/264496/11311552

txt linux_peizhi.txt

sudo vim /etc/network/interfaces 网卡通过DHCP自动获取IP地址 # The primary network interface (配置主网络接口) #开机自动激活eth0接口 auto eth0 #配置eth0接口为DHCP自动获取 iface eth0 inet dhcp 获取IP地址 sudo dhclient
www.eeworm.com/read/264377/11317310

c linux_ptyopen.c

#include "apue.h" #include #ifndef _HAS_OPENPT int posix_openpt(int oflag) { int fdm; fdm = open("/dev/ptmx", oflag); return(fdm); } #endif #ifndef _HAS_PTSNAME char * ptsname(int fdm
www.eeworm.com/read/264377/11318096

linux make.defines.linux

# Common make definitions, customized for each platform # Definitions required in all program directories to compile and link # C programs using gcc. WKDIR=/home/sar/apue.2e CC=gcc COMPILE.c=$(CC) $
www.eeworm.com/read/409584/11318824

bin linux_demo.bin

www.eeworm.com/read/263968/11334990

c audioio_linux.c

/* this file is a part of amp software, (C) tomislav uzelac 1996,1997 Origional code by: tomislav uzelac Modified by: * Dan Nelson - BSD mods. * Andrew Richards - moved code from audio.c and
www.eeworm.com/read/409058/11359489

doc linux_clibref.doc

www.eeworm.com/read/263243/11370236

chm linux_manager.chm

www.eeworm.com/read/262919/11384252

linux make.inc.linux

#################################################################### # LAPACK make include file. # # LAPACK, Version 3.0
www.eeworm.com/read/408502/11385007

cpp odbcapi_linux.cpp

// odbcAPI.cpp // ////////////////////////////////////////////////////////////////////// #include #include #include #include "samisc.h" #include "errmsg.h"