代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/361257/10062790
m nnfexist.m
function ok = nnfexist(d)
%NNFEXIST Neural Network Design utility function.
% First Version, 8-31-95.
%==================================================================
ok = exist('hardlim'
www.eeworm.com/read/361046/10067938
c prjconfig.c
/* prjConfig.c - dynamicaly generated configuration file */
/* includes */
#include "vxWorks.h"
#include "config.h"
#include "bsdSockLib.h"
#include "bufLib.h"
#include "cacheLib.h"
#include "cb
www.eeworm.com/read/165311/10068546
plg bptoxors.plg
Build Log
--------------------Configuration: BPtoXorS - Win32 Debug--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /f
www.eeworm.com/read/360995/10070160
m mytrainlm.m
function [net,tr,v3,v4,v5,v6,v7,v8] = ...
trainlm(net,Pd,Tl,Ai,Q,TS,VV,TV,v9,v10,v11,v12)
%TRAINLM Levenberg-Marquardt backpropagation.
%
% Syntax
%
% [net,tr] = trainlm(net,Pd,Tl,Ai,Q,TS,VV)
%
www.eeworm.com/read/165164/10073809
m elman_app.m
%Elman Application
%
clf
figure(gcf)
setfsize(500,500);
echo on
% MEWELM —— 建立一个Elman神经网络
% TRAIN —— 训练一个神经网络
% SIM —— 对一个神经网络进行仿真
pause %Strik any key to creat a network
clc
P1=sin(1:
www.eeworm.com/read/163764/10146845
c icmpcode_v4.c
#include "trace.h"
char *
icmpcode_v4(int code)
{
switch (code) {
case 0: return("network unreachable");
case 1: return("host unreachable");
case 2: return("protocol unreachable");
case 3: r
www.eeworm.com/read/163403/10162653
example sntoprc.example
# simple network top - a top-like console network status tool
# robert m love
# chris m rivera
#
# http://sntop.sourceforge.net - homepage
# ftp://sntop.sourceforg
www.eeworm.com/read/359058/10167888
services
# /etc/services
#
# Network services, Internet style
#
# Note that it is presently the policy of IANA to assign a single well-known
# port number for both TCP and UDP; hence, most entries here have tw
www.eeworm.com/read/359058/10167910
conf nsswitch.conf
passwd: files
shadow: files
group: files
hosts: files dns
network: files dns
protocols: files
rpc: files
services: files
www.eeworm.com/read/163251/10168453
cpp array.cpp
/*
nn-utility (Provides neural networking utilities for c++ programmers)
Copyright (C) 2003 Panayiotis Thomakos
This library is free software; you can redistribute it and/or
modi