CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 Linux/Unix编程 搜索资源 - socket

搜索资源列表

  1. socket_file

    0下载:
  2. C/S结构,用套接字实现文件的传输,这是基本的,便于一些朋友进行SOCKET编程的学习。-c/s,sokcet
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:9248
    • 提供者:cumirror
  1. Buffer_Overflows_b

    0下载:
  2. 顶尖高手对缓冲区溢出的详细,绝对值得一看。压缩包为zip格式的,试试吧。- Nowadays there are many buffer overflow exploit codes. The early buffer overflow exploit codes only spawn a shell ( execute /bin/sh ). However, nowadays some of the buffer overflow exploit codes have very nic
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:57189
    • 提供者:沧海
  1. tcpudp

    0下载:
  2. 用C语言编写的简单tcp,udp连接程序,用于Linux下的套接字实现-C language with a simple tcp, udp connection program for Linux under the socket to achieve
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:2198
    • 提供者:王军
  1. C10K

    0下载:
  2. Lock.cpp : 锁的操作 , 读锁可以并发 , 写锁独占. Queue.h : 队列的封装 , 队列的读和写都加了锁的保护. Socket.cpp : 套接口的简单封装. Thread.cpp : 线程的封装实现了些简单的线程停止,运行等功能 , 启动别的线程的时候需要继承次类. Worker.cpp : 用户接口类 , 用户需继承此类。 ListenThread.cpp(继承Thread.cpp) : 服务器监听线程.如果有客户端连接通知ThreadPool类,由Th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:379668
    • 提供者:fsdfsdfd
  1. socketclient

    0下载:
  2. Unix 环境下的Socket Client端封装-Unix Socket client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:4266
    • 提供者:chengtl
  1. sendarp

    0下载:
  2. 类似arp防火墙的功能,输入自己的ip地址,要发送的arp回复的主机IP地址,既可以实现在数据链路成发送arp响应包。 主要练习一下Linux下面socket 和ioctrl的用法。-Similar to the arp firewall function, enter your ip address, to send arp reply to the host IP address, not only can be achieved in the data link into the se
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1586
    • 提供者:南极风
  1. transfer_file

    0下载:
  2. linux 下用C编写的文件传输程序-transfer_file of linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2313
    • 提供者:xc
  1. FTP_SERVER_SRC

    0下载:
  2. 项目简介:使用Linux下C语言开发,遵循RFC959协议,以命令解析器为核心,利用Socket作为通讯接口,提供上传下载,断点续传,流量控制,连接控制,支持多种常用FTP客户端。 -Project Descr iption: Using the C language under Linux development, follow the RFC959 protocol to the command parser as the core, the use of Socket as a com
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:34735
    • 提供者:杜峰
  1. lspbex

    0下载:
  2. This linux code about Linux Socket Programming. -This is linux code about Linux Socket Programming.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:18863
    • 提供者:cody
  1. server.c

    0下载:
  2. server program for message passing in unix environment using socket
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:1111
    • 提供者:Prakash Dey
  1. UNIXC

    0下载:
  2. 主要是UNIXC网络编程方CP/IP方面知识,有socket编程,协议栈的编写,网络层与应用层的交互等-unixc socket Tcp/ip stack
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-29
    • 文件大小:11301436
    • 提供者:孙媛
  1. xintiao

    0下载:
  2. 用于C/S模式的SOCKET编程,服务器检测客户机的运行状态。-SOCKET编程
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:11266
    • 提供者:小虾米
  1. 05104427_bil244_final_proje

    0下载:
  2. This code is about the linux system programing. It is a socket program that chats computer with each other. In short it a chat program :)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:5488
    • 提供者:hafze
  1. tcp

    0下载:
  2. linux下的TCP编程实验,包含socket编程技术,十分实用。-linux programming under the TCP experiments, including socket programming technology, very useful.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:16816
    • 提供者:suting
  1. tcp_server

    0下载:
  2. linux网络socket,tcp三路握手:accept,lisent-linux network socket, three-way handshake: accept, lisent .....
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:894
    • 提供者:ly
  1. portscan

    0下载:
  2. Linux下的端口扫描实现 f (!connect(sockfd,(struct sockaddr*)&server,sizeof(struct sockaddr- #include<stdlib.h> #include<stdio.h> #include<sys/socket.h> #include<netdb.h> #include<string.h> #include<unistd.h>
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:720
    • 提供者:david
  1. socket

    0下载:
  2. linux\linux2.6.12\应用实验:-linux \ linux2.6.12 \ Application Experiment:
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:9854
    • 提供者:xi
  1. tcp.tar

    0下载:
  2. linux下的socket编程(服务端、客户端)-socket programming under linux (server, client)
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:11576
    • 提供者:xiaojin
  1. test_socket

    0下载:
  2. 一个LINUX下的套接字编程示例c源,基于C/S模式.-A LINUX programming examples c socket under the source, based on C/S mode.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:5705
    • 提供者:jackhebe
  1. yao

    0下载:
  2. linux 命令行下的网络socket 和sqlite3 的完全实现,gcc 4.0 以上版本编译;服务器是基于进程实现的并发服务器。-linux command line sqlite3 network socket, and the full realization, gcc 4.0 or later to compile server is a server-based process to achieve concurrency.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:98524
    • 提供者:徐德亮
« 1 2 ... 10 11 12 13 14 1516 17 18 19 20 ... 38 »
搜珍网 www.dssz.com