代码搜索:NetWork

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

代码结果 10,000
www.eeworm.com/read/104928/15681116

vbs sol14-15.vbs

Set objNetwork = Wscript.Create("Wscript.Network") Set objGroup= GetObject("WinNT://Acme/Accounting Users,group") ' If (objGroup.IsMember("WinNT://ACME/" & objNetwork.UserName)) Then 'connec
www.eeworm.com/read/104928/15681159

vbs sol5-13.vbs

Dim objFSO, objFile Set objFSO = CreateObject("Scripting.FileSystemObject") Set objFile = objFSO.GetFile("C:\Data\report.doc") 'copy items from folder to network folder objFile.Copy "H:\Data\"
www.eeworm.com/read/104928/15681203

vbs sol3-1.vbs

Dim objNetwork, strUser Set objNetwork = CreateObject("WScript.Network") strUser ="" 'get logged on user name ' user ID is returned correctly on Win 9x/ME computers Do While strUser ="" st
www.eeworm.com/read/104698/15684824

hpp bpnet.hpp

//Header: BPNet.hpp //Language: Borland C++ 3.1 //Version: 1.0 //Environ: Any //Author: Liu Kang //Date: 3/1996 //Purpose: Provide a class for BP neural network #ifndef __BPNET__HPP #defin
www.eeworm.com/read/104681/15684948

html index.html

Winsock Programmer's FAQ: Reviews
www.eeworm.com/read/104384/15696401

h net.h

/***************************************************************************** * net.h - Network communications global header file. * * Copyright (c) 1998 Global Election Systems Inc. * * The aut
www.eeworm.com/read/104380/15696524

c telnet.c

/* Internet Telnet client */ #include #ifdef __TURBOC__ #include #include #endif #include "global.h" #include "mbuf.h" #include "socket.h" #include "telnet.h" #i
www.eeworm.com/read/104380/15696535

c ttylink.c

/* Internet TTY "link" (keyboard chat) server * */ #include #include "global.h" #include "mbuf.h" #include "socket.h" #include "telnet.h" #include "session.h" #include "proc.h"
www.eeworm.com/read/104380/15696597

c lterm.c

/* Support local term on com port */ #include #include "global.h" #include "internet.h" #include "netuser.h" #include "socket.h" #include "session.h" #include "n8250.h" #include "asy
www.eeworm.com/read/104380/15696682

c finger.c

/* Internet finger client */ #include #include #include "global.h" #include "mbuf.h" #include "socket.h" #include "session.h" #include "proc.h" #include "netuser.h" #in