代码搜索:gethostname

找到约 296 项符合「gethostname」的源代码

代码结果 296
www.eeworm.com/read/390106/8483381

htm gethostname.htm

Getting the Hostname of an IP Address (Java Developers Almanac Example)
www.eeworm.com/read/366065/9834887

3 gethostname.3

'\" '\" Copyright (c) 1998-2000 by Scriptics Corporation. '\" All rights reserved. '\" '\" RCS: @(#) $Id: GetHostName.3,v 1.3 2002/11/15 15:34:17 dkf Exp $ '\" .so man.macros .TH Tcl_GetHostName 3 8
www.eeworm.com/read/359019/10169537

c gethostname.c

/* %Z%%M% %I% %E% Copyright 1995 J. Schilling */ #ifndef lint static char sccsid[] = "%Z%%M% %I% %E% Copyright 1995 J. Schilling"; #endif /* * Copyright (c) 1995 J. Schilling */ /* * This program
www.eeworm.com/read/448244/7536058

m gethostname.m

function hostName = gethostname %GETHOSTNAME Get host name. % HOSTNAME = GETHOSTNAME returns the name of the computer that MATLAB % is running on. Function should work for both Linux and Window
www.eeworm.com/read/445446/7595460

iws gethostname.iws

www.eeworm.com/read/445446/7595461

class gethostname.class

www.eeworm.com/read/445446/7595463

iml gethostname.iml

www.eeworm.com/read/445446/7595464

ipr gethostname.ipr

www.eeworm.com/read/445446/7595465

java gethostname.java

import java.net.Socket; import java.net.InetAddress; import java.io.IOException; import java.io.InputStreamReader; import java.io.BufferedReader; /** * Created by IntelliJ IDEA. * User: $
www.eeworm.com/read/398609/7933799

cc gethostname.cc

#include using namespace std; #include int main() { char name[256]; if(gethostname(name, 256)