代码搜索:NETWORKS

找到约 10,000 项符合「NETWORKS」的源代码

代码结果 10,000
www.eeworm.com/read/179943/9330193

hxx unknownparametertype.hxx

#if !defined(RESIP_UNKNOWNPARAMETERTYPE_HXX) #define RESIP_UNKNOWNPARAMETERTYPE_HXX // !dlb! deprecated #include "resip/stack/ExtensionParameter.hxx" namespace resip { typedef ExtensionPa
www.eeworm.com/read/179943/9330480

cxx testtime.cxx

#include #include "resip/stack/Helper.hxx" #include "rutil/Timer.hxx" #ifdef WIN32 #include #else #include #endif using namespace resip; using namespace std;
www.eeworm.com/read/179943/9330616

hxx pkcs8contents.hxx

#ifndef RESIP_Pkcs8Contents_hxx #define RESIP_Pkcs8Contents_hxx #include "resip/stack/Contents.hxx" #include "rutil/Data.hxx" namespace resip { class Pkcs8Contents : public Contents {
www.eeworm.com/read/179943/9330683

hxx asyncprocesshandler.hxx

#ifndef RESIP_AsyncProcessHandler_HXX #define RESIP_AsyncProcessHandler_HXX namespace resip { //called when an event from outside the process() lookp of the sipstack occurs //which requires t
www.eeworm.com/read/179943/9330692

hxx multipartrelatedcontents.hxx

#ifndef RESIP_MultipartRelatedContents_hxx #define RESIP_MultipartRelatedContents_hxx #include "resip/stack/MultipartMixedContents.hxx" namespace resip { class MultipartRelatedContents : pu
www.eeworm.com/read/170250/9812995

m readme.m

This is a parsed code (MATLAB P files) version of the simulation routines accompanying Vojislav KECMAN's Book: LEARNING AND SOFT COMPUTING Support Vect
www.eeworm.com/read/170250/9813167

m read about simulational experiments.m

Vojislav KECMAN's Book: LEARNING AND SOFT COMPUTING Support Vector Machines, Neural Networks and Fuzzy Logic Models The MIT Press, Cambridge, MA, 2000 ISBN 0
www.eeworm.com/read/279705/10401090

dat bookinfo.dat

[General Information] 书名=网络程序设计教程Programming Guide for Networks 作者= 页数=240 SS号=10439890 出版日期=
www.eeworm.com/read/351797/10609685

m maxwin.m

function net = maxwin(arg, sv, w, bias, C, zeta) % MAXWIN % % Construct a max-win multi-class support vector classification network. % % Examples: % % % default constructor (a 0-class maxw
www.eeworm.com/read/351797/10609859

m pairwise.m

function net = pairwise(arg) % PAIRWISE % % Construct a pairwise multi-class support vector classification network. % % Examples: % % % default constructor (a 0-class pairwise network!) %