代码搜索:NetWork
找到约 10,000 项符合「NetWork」的源代码
代码结果 10,000
www.eeworm.com/read/422466/10635536
c ntp.c
#include
#include
#include
#include
#include
#include
#define PATH "/config/www/"
main()
{
char test[150];
int n;
int i;
int count
www.eeworm.com/read/422295/10646002
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/421963/10674041
cpp ipchange.cpp
/******************************************************************************\
* This is a part of the Microsoft Source Code Samples.
* Copyright 1996 - 2000 Microsoft Corporation.
*
www.eeworm.com/read/421910/10680013
m demopsonet.m
% demoPSOnet.m
% script to show a quick, uncomplicated demo of using trainpso for training
% a neural net
%
% tries to build a feedforward neural net to approximate a noisy increaing
% sin funct
www.eeworm.com/read/351073/10682615
pro tripplanner.pro
TEMPLATE = app
QT += network
HEADERS = tripplanner.h
SOURCES = main.cpp \
tripplanner.cpp
FORMS = tripplanner.ui
www.eeworm.com/read/351073/10682673
pro tripserver.pro
TEMPLATE = app
QT += network
CONFIG += console
HEADERS = clientsocket.h \
tripserver.h
SOURCES = clientsocket.cpp \
main.cpp \
www.eeworm.com/read/421857/10686106
txt port numbers.txt
Port Numbers
ORT NUMBERS
(last updated 19 January 2005)
The port numbers are divided into three ranges: the Well Known Ports,
the Registered Ports, and the Dynamic and/or Private Ports.
T
www.eeworm.com/read/351010/10688139
m nntfnms.m
function n = nntfnms
%NNTFNMS Neural Network Design utility function.
% First Version, 8-31-95.
%==================================================================
n = ['compet ';
'ha
www.eeworm.com/read/351010/10688195
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/351010/10688197
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