代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/133946/14016961
m hardlims.m
function a = hardlims(n,b)
%HARDLIMS Symmetric hard limit transfer function.
%
% Syntax
%
% A = hardlims(N)
% info = hardlims(code)
%
% Description
%
% HARDLIMS is a transfer functio
www.eeworm.com/read/133946/14016969
m hardlim.m
function a = hardlim(n,b)
%HARDLIM Hard limit transfer function.
%
% Syntax
%
% A = hardlim(N)
% info = hardlim(code)
%
% Description
%
% HARDLIM is a transfer function. Transfer fu
www.eeworm.com/read/133946/14016994
m dist.m
function z = dist(w,p)
%DIST Euclidean distance weight function.
%
% Syntax
%
% Z = dist(W,P)
% df = dist('deriv')
% D = dist(pos)
%
% Description
%
% DIST is the Euclidean distance
www.eeworm.com/read/133790/14024141
h net.h
/*****************************************************************************
* net.h - Network communications global header file.
*
* Copyright (c) 1998 Global Election Systems Inc.
*
* The aut
www.eeworm.com/read/235522/14065652
makefile
# NOTE: this is a GNU Makefile. You must use "gmake" rather than "make".
#
# Makefile for the network assignment
# Defines set up assuming this assignment is done last
# If not, use the "bare
www.eeworm.com/read/235195/14082144
txt linux运行级详解.txt
Linux运行级详解
对于那些在DOS/Win9x/NT平台下的高级用户而言,Linux似乎是一个怪物。没有config.sys,没有 autoexec.bat,具有个人特色的机器配置不知道从何开始。
需要说明的是,很多人认为Linux是Unix的一个克隆,但是,这种说法对于Linux是不公平的。Linux比Unix更加开放,功能更强大。我们应该称之为GNU/Linux ...