搜索资源列表
getip
- linux下获取IP 的编程方法。 hide() setfillstyle(1,7) bar(sx,sy,ex,ey) setcolor(15) line(sx,sy,sx,ey) line(sx,sy,ex,ey) setcolor(0) line(ex,sy,ex,ey) line(sx,ey,ex,ey) show() -getip on linux os
56
- 本实例运行在Linux环境下。 运行下列命令编译: gcc -o getip 57.c 运行下列命令执行: ./getip -This program must run on the Linux system!
getIP-impro
- 本程序用户获取主机的IP地址和MAC地址,头文件与函数原型如下 #include "getIP.h" int get_ip(char *ipaddr, char *netmask, const char *ethname) #include "getIP.h" int get_mac(char *mac) 以下是get_ip函数简单使用范例 //定义IP和MAC所需要的存储空间 char ethname[] = "eth0" c
getIP
- C语言编程获取linuxIP地址,直接再linux下gcc就可以运行了-get IP address by C language in linux