代码搜索:socket 开发教程
找到约 10,000 项符合「socket 开发教程」的源代码
代码结果 10,000
www.eeworm.com/read/366644/9805745
h socket.h
// Socket.h : main header file for the SOCKET application
//
#if !defined(AFX_SOCKET_H__3552EA7F_12BD_4819_BFA5_91E24D5F84B9__INCLUDED_)
#define AFX_SOCKET_H__3552EA7F_12BD_4819_BFA5_91E24D5F84B9
www.eeworm.com/read/366644/9805748
pdb socket.pdb
www.eeworm.com/read/366644/9805750
obj socket.obj
www.eeworm.com/read/366644/9805751
res socket.res
www.eeworm.com/read/366644/9805752
exe socket.exe
www.eeworm.com/read/366065/9834489
test socket.test
# Commands tested in this file: socket.
#
# This file contains a collection of tests for one or more of the Tcl
# built-in commands. Sourcing this file into Tcl runs the tests and
# generates output
www.eeworm.com/read/366065/9834785
n socket.n
'\"
'\" Copyright (c) 1996 Sun Microsystems, Inc.
'\" Copyright (c) 1998-1999 by Scriptics Corporation.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this fil
www.eeworm.com/read/169790/9838131
h socket.h
// Copyright (C) 1999-2005 Open Source Telecom Corporation.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as publis
www.eeworm.com/read/169790/9838272
cpp socket.cpp
// Copyright (C) 1999-2005 Open Source Telecom Corporation.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as publis
www.eeworm.com/read/365783/9847596
tcl socket.tcl
#! /usr/bin/tclsh
set sockid [socket localhost 13]
gets $sockid date
puts "Machine says the date is: $date"