代码搜索:NetWork

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

代码结果 10,000
www.eeworm.com/read/482608/6619621

10 ut.10

create table soaps(soapid int, sname char(28), network char(4), rating real); create table stars(starid int, stname char(20), plays char(12), soapid int); destroy table soaps; destroy table stars; cre
www.eeworm.com/read/482608/6619624

5 ut.5

/* * ut.5: tests buildindex */ /* create some relations */ create table soaps(soapid int, sname char(28), network char(4), rating real); create table stars(starid int, stname char(20), plays char(
www.eeworm.com/read/482608/6619640

1 qu.1

/* * test 1 tests QU_Select without indices */ /* create relations */ create table soaps(soapid int, name char(28), network char(4), rating real); load table soaps from ("../data/soaps.data"); cr
www.eeworm.com/read/482608/6619646

2 qu.2

/* * test 2 tests QU_Select with indices */ /* create relations */ create table soaps(soapid int, name char(28), network char(4), rating real); load table soaps from ("../data/soaps.data"); creat
www.eeworm.com/read/482608/6619649

6 qu.6

/* * test 6 tests QU_Insert with indices */ create table soaps(soapid int, name char(28), network char(4), rating real); /* buildindex soaps(name); buildindex soaps(network); */ load table soaps fr
www.eeworm.com/read/481753/6637919

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/481533/6642407

c tempdemorfd.c

/* Microchip ZigBee Stack Temperature Demo - RFD This demonstration shows how to use the temperature sensor on the PICDEM Z Demo Board. Since the Home Controls, Lighting profi
www.eeworm.com/read/481533/6642430

c tempdemocoord.c

/* Microchip ZigBee Stack Temperature Demo - Coordinator This demonstration shows how to use the temperature sensor on the PICDEM Z Demo Board. Since the Home Controls, Lighti
www.eeworm.com/read/481169/6644119

am makefile.am

bin_PROGRAMS = msdl msdl_SOURCES = asf.c asmrule.c display.c ftp.c http.c main.c mmsh.c mmst.c msdl.c \ msdllib.c network.c progress.c real.c realchallenge.c rmff.c rtsp.c \ sdpcommon.c sdpreal.
www.eeworm.com/read/481066/6657305

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