代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/263559/11357188
htm getcorrelative.htm
document.write (' Windows2000 服务器端应用程序开发设计
www.eeworm.com/read/263559/11357218
htm getcorrelative.htm
document.write (' 穿越中间设备(middleboxes)的P2P通讯
www.eeworm.com/read/263559/11357253
htm getcorrelative.htm
document.write (' Rational Purify 使用及分析实例
www.eeworm.com/read/263516/11359604
m fm_xy.m
function fm_xy(flag)
% FM_XY draw network topology
%
% FM_XY(FLAG)
% FLAG 'ytree' -> graph on a circle
% 'etree' -> elimination tree
%
%Author: Federico Milano
%Date: 11-Nov
www.eeworm.com/read/408584/11380770
c icmpcode_v4.c
#include "trace.h"
const char *
icmpcode_v4(int code)
{
static char errbuf[100];
switch (code) {
case 0: return("network unreachable");
case 1: return("host unreachable");
case 2: return("pro
www.eeworm.com/read/408362/11391503
txt rfc1180.txt
组织:中国互动出版网(http://www.china-pub.com/)
RFC文档中文翻译计划(http://www.china-pub.com/compters/emook/aboutemook.htm)
E-mail:ouyang@china-pub.com
译者:( )
译文发布时间:2001-12-28
版权:本中文翻译文档版权归中国互动出版网所有。可以用于非商业用途自由
www.eeworm.com/read/406594/11439353
m nntfnms.m
function n = nntfnms
%NNTFNMS Neural Network Design utility function.
% First Version, 8-31-95.
%==================================================================
n = ['compet ';
'ha
www.eeworm.com/read/406594/11439370
m nntexist.m
function e = nntexist(d)
% NNTEXIST Neural Network Design utility function.
% First Version, 8-31-95.
%==================================================================
e = exist('learnp');
www.eeworm.com/read/406594/11439371
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