代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/101082/6246467
8c rwalld.8c
.\" SCCSID: @(#)rwalld.8c 8.1 9/11/90
.TH rwalld 8c
.SH Name
rwalld \- network rwall server
.SH Syntax
.B /usr/etc/rpc.rwalld
.SH Description
.NXR "rwalld daemon"
.PP
The
.PN rwalld
daemon is a serve
www.eeworm.com/read/101082/6250004
h netdb.h
/* @(#)$Id: netdb.h,v 1.2 90/11/25 18:57:57 sharpe Exp $ */
/*
* Copyright (c) 1980,1983,1988 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source a
www.eeworm.com/read/101082/6250521
h netdb.h
/* @(#)$Id: netdb.h,v 1.2 90/11/25 18:57:57 sharpe Exp $ */
/*
* Copyright (c) 1980,1983,1988 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in source a
www.eeworm.com/read/101082/6252601
services
# @(#)services 4.1 (ULTRIX) 7/2/90
# services 1.16 (Berkeley) 86/04/20
#
# Network services, Internet style
#
echo 7/tcp
echo 7/udp
discard 9/tcp sink null
discard 9/udp sink null
systat 11/tcp
www.eeworm.com/read/100603/6265989
h prnetdb.h
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not u
www.eeworm.com/read/322905/6301602
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/120147/6303431
m nntfnms.m
function n = nntfnms
%NNTFNMS Neural Network Design utility function.
% First Version, 8-31-95.
%==================================================================
n = ['compet ';
'ha
www.eeworm.com/read/120147/6303439
m contents.m
% Neural Network Design Demonstrations.
% Copyright (c) 1994 by PWS Publishing Company.
%
% General
% nnd - Splash screen.
% nndtoc - Table of contents.
% nnsound - Turn Neural Net
www.eeworm.com/read/120147/6303457
m nndrwcir.m
function nndrwcir(x,y,r,c)
%NNDRWCIR Neural Network Design utility function.
%
% NNDRWCIR(X,Y,R,C)
% X - Horizontal coordinate.
% Y - Vertical coordinate.
% R - Radius.
% C - Color.
%
www.eeworm.com/read/120147/6303465
m nncallbk.m
function y = nncallbk(demo,command)
%NNCALLBK Neural Network Design utility function.
% First Version, 8-31-95.
% NNCALLBK(DEMO,COMMAND)
% DEMO - Name of demo.
% COMMAND - Command.
% Ret