AppleDragonhapp.blog.chinaunix.net
AppleDragon
全部博文(89)
2012年(1)
2011年(5)
2010年(14)
2009年(69)
2909157
wangxinm
格伯纳
我是小小
alpha68
cyhtianc
Junyius
马背水手
sometime
青泥橘子
mymmsc
分类: C/C++
2010-07-07 13:39:32
#include <stdio.h> #include <netinet/in.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/signal.h> #include <sys/time.h> #include <fcntl.h> #include <unistd.h> #include <sys/ioctl.h> #define N 11 int port[N] ={ 80,81,88,8083,8080,8001,8888,3128,3124,3000,1080}; /* 欲搜的端口号 */ int status=-1; char serverName[20]; u_char p1,p2,p3,p4; int sockfd=-1; struct timeval timeout={2,0}; fd_set mask; FILE *f=NULL; int err; int errlen; u_long startIP,endIP,k; void terminate(int sig)/*TJB改terminate(void)为(int sig) */ /* 异常中止处理子程绦 阅读(705) | 评论(0) | 转发(0) | 0 上一篇:使用NDK 播放和录制声音 下一篇:3D电子书 算法分析 给主人留下些什么吧!~~ 评论热议 请登录后评论。 登录 注册
上一篇:使用NDK 播放和录制声音
下一篇:3D电子书 算法分析
登录 注册