CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Internet/网络编程 搜索资源 - gethostbyname

搜索资源列表

  1. tcp-ipayixidailv

    0下载:
  2. 一个简单的TCP客户端程序流程 1、使用WSAStartup()初始化WinSock库。 2、使用socket()创建一个IPPROTO_TCP SOCKET。 3、使用gethostbyname()/gethostbyaddr()获取主机信息。 4、使用connect()和我们创建的套接字连接服务器。 5、使用send()/recv()发送和接收数据,直到我们的TCP会话结束。 6、使用closesocket()关闭套接字连接。 7、使用WSACleanup()释放
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2008-10-13
    • 文件大小:4.98kb
    • 提供者:顾谦
  1. GetIPAddress

    0下载:
  2. 该实例通过Winsock函数gethostname,gethostbyname和gethostbyaddr获得主机IP和主机名-example through the Winsock function gethostname. gethostbyname and gethostbyaddr was host IP and hostname
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:32.9kb
    • 提供者:赵亮
  1. hostserverbyname.c

    0下载:
  2. Build client software that uses gethostbyname to look up machine names and print all information returned.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1.22kb
    • 提供者:闫韶松
  1. r00t-nslookup-examples.tar

    0下载:
  2. UNIX/Linux环境下的使用gethostbyname()实现域名解析的代码。
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:1.04kb
    • 提供者:root
  1. gethostbyname 利用gethostbyname得到用户输入的网址

    0下载:
  2. 利用gethostbyname得到用户输入的网址的ip地址,端口号,其他ip别名,并计算执行时间-Use gethostbyname to get the user to enter the URL of the ip address, port number, other ip alias, and calculate the execution time
  3. 所属分类:Internet/网络编程

    • 发布日期:2017-03-31
    • 文件大小:2.17kb
    • 提供者:Guoyao Xu
  1. GetHostByName

    0下载:
  2. Returns IP address of the server from the host name.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-29
    • 文件大小:9.05kb
    • 提供者:Charles
  1. tadns-1.0.tar

    0下载:
  2. Tiny Asynchronous DNS lookup library (TADNS) is small portable library for asynchronous gethostbyname() alternative.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:7.68kb
    • 提供者:suei8423
  1. Got_IP_Hostname

    0下载:
  2. 一个很基础的,应用winsock获得本机主机名,然后通过 gethostbyname获得ip地址的MFC程序。。。适用于初学网络编程和MFC的人员-use winsock to got the hostname and IP address...it is suitable for the beginners...
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-11
    • 文件大小:2.89mb
    • 提供者:Jasun
  1. gethostbyname

    0下载:
  2. 根据域名得到iP地址, 运行的时候需要在线-get ip address by web name
  3. 所属分类:Remote Control

    • 发布日期:2017-03-31
    • 文件大小:60.66kb
    • 提供者:陈金源
  1. gethostbyname

    0下载:
  2. coded under vb6, with this app u can get the ip adress of any web site just by typing the website adress: ex: www.website.com --returns--> 79.25.15.68
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:2.78kb
    • 提供者:samatxi
  1. ddns_client

    0下载:
  2. This ddns client program. Made by gnu c on linux server. And connect to MySQL database server.-This is ddns client program. Made by gnu c on linux server. And connect to MySQL database server.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-10
    • 文件大小:1.79mb
    • 提供者:JackOh
  1. masm_DnsQuery_hook_in_masm

    0下载:
  2. And they supervise possible interceptions API of reception IP of the address? I see 3 ways for resolving addresses: 1. GetHostByName from wsock32.dll 2. DnsQuery from dnsapi.dll, the truth it is accessible in win2k both above, and only in PRO v
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-08
    • 文件大小:3.69kb
    • 提供者:animatorix
  1. gethostbyname

    0下载:
  2. gethostbyname函数获取主机的相关信息-Related information of the gethostbyname function to obtain the host
  3. 所属分类:Linux Network

    • 发布日期:2017-11-08
    • 文件大小:638byte
    • 提供者:曹绍坚
  1. domain-name-resolution-

    0下载:
  2. 此文档是我写的关于linux下域名解析的几个函数的程序,包括gethostbyname(),getservbyname(),getaddrinfo()等函数的应用。-This document is on the Linux domain name analytic function I wrote the program, including gethostbyname (), getservbyname (), getaddrinfo () function application etc.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-12
    • 文件大小:101.11kb
    • 提供者:蔡杰
  1. httppc-0.8.5.tar

    0下载:
  2. linux下穿代理的socket程序.HTTP Proxy Client is the small set of libraries and scr ipts, which provides transparent access to Internet via HTTP proxy for programs, which uses TCP/IP for communication. The list of programs includes: telnet, ftp, s
  3. 所属分类:Linux Network

    • 发布日期:2017-11-04
    • 文件大小:212.36kb
    • 提供者:李冰
搜珍网 www.dssz.com