代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/379711/9182321
makefile
#
# Makefile for the linux networking.
#
# Note! Dependencies are done automagically by 'make dep', which also
# removes any old dependencies. DON'T put your own dependencies here
# unless it's s
www.eeworm.com/read/379110/9207413
kconfig
#
# Acorn Network device configuration
# These are for Acorn's Expansion card network interfaces
#
config ARM_AM79C961A
bool "ARM EBSA110 AM79C961A support"
depends on NET_ETHERNET && ARM && ARCH_E
www.eeworm.com/read/378919/9212955
m rfwave.m
% RFWave - The Radio Frequency Wave Toolbox
% Versions: 1.0 22-May-1997, 1.1 18-Aug-1999,
% 1.2 16-Jul-2002
% Developed by A. C. de C. Lima
% E-mail: acdcl@ufba.br
% Electrical Enginee
www.eeworm.com/read/182135/9215144
makefile
CFLAGS=-W -Wall -ggdb `sdl-config --cflags`
LIBS=-lm `sdl-config --libs` -ltcl8.3
OBJS=main.o particle.o background.o resources.o scripting.o network.o
CC=gcc
.PHONY: clean default
default:
@echo
www.eeworm.com/read/182135/9215289
makefile
CFLAGS=-W -Wall -ggdb `sdl-config --cflags`
LIBS=-lm `sdl-config --libs` -ltcl8.3 -lopenal -lsndfile -lvorbisfile -lvorbis -logg
OBJS=audio.o music.o main.o particle.o background.o resources.o scripti
www.eeworm.com/read/181792/9236897
c etheroutputdemo.c
/* etherOutputDemo.c - Demo for using low-level output ethernet routines */
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
01d,06nov97,mm ad
www.eeworm.com/read/181590/9244903
readme
WPA Supplicant
==============
Copyright (c) 2003-2006, Jouni Malinen and
contributors
All Rights Reserved.
This program is dual-licensed under both the GPL version 2 and BSD
lic
www.eeworm.com/read/181578/9245470
conf wpa1.conf
##### Example wpa_supplicant configuration file ###############################
# Empty lines and lines starting with # are ignored
# NOTE! This file may contain password information and should pr
www.eeworm.com/read/377948/9256226
m nntfnms.m
function n = nntfnms
%NNTFNMS Neural Network Design utility function.
% First Version, 8-31-95.
%==================================================================
n = ['compet ';
'ha
www.eeworm.com/read/377948/9256251
m nntexist.m
function e = nntexist(d)
% NNTEXIST Neural Network Design utility function.
% First Version, 8-31-95.
%==================================================================
e = exist('learnp');