CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket LINUX

搜索资源列表

  1. raw_socket_ex_cjw

    0下载:
  2. linux raw socket programming source example cjw
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:2248
    • 提供者:choi jae woo
  1. chat

    0下载:
  2. linux系统下一个简单的聊天程序,主要用socket和select实现的-linux system a simple chat program, the main achievement of the socket and select
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-21
    • 文件大小:16805
    • 提供者:cxt
  1. realmsg-4

    0下载:
  2. 本人写的实现类似于MSN的即时通信软件,基于linux socket编程,有完整的客户端,服务器端代码 实现好友管理,线程池,文件传输,简单音频传输等功能,经过修改可用于嵌入式环境-I write to achieve similar to the MSN instant messaging software, based on linux socket programming, a complete client, server-side code to achieve the fr
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-15
    • 文件大小:3944419
    • 提供者:xc
  1. myftp_final

    0下载:
  2. linux下socket基础网络 文件传输-socket linux file send recv
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:47074
    • 提供者:
  1. SELECT

    0下载:
  2. linux下套接口函数实现的一个聊天室程序-linux socket function to achieve under a chat room program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:2906
    • 提供者:魏江涛
  1. VPN

    4下载:
  2. 设计和实现一个简单的虚拟专用网络的机制(VPN).使用socket编程实现了ip的伪装和虚拟专用网络的建立。运行环境linux,内含源代码、配置文件以及使用说明。是学习socket编程和网络通信的好东西。-Design and implementation of a simple mechanism for virtual private network (VPN). Use the ip socket programming camouflage and virtual private net
  3. 所属分类:Linux Network

    • 发布日期:2016-06-09
    • 文件大小:9673
    • 提供者:
  1. qtsocket

    0下载:
  2. qt socket通信,服务器端为虚拟机里的linux系统的C++程序,客户端为开发板上的qt 代码,实现socket通信,以及将接受到的数据,显示在屏幕上-qt socket communications, server-side virtual machine inside linux system, C++ program, the client code for the development board qt achieve socket communication, and to r
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:31670
    • 提供者:sophia
  1. FTP

    2下载:
  2. 在Linux下以C语言完成的一个小型FTP服务系统,内附详细的设计及功能说明,以及测试文档及截图,文档中还包含了详细的Socket函数及文件操作函数介绍,适合Linux编程初学者参考使用。-C language in Linux, complete with a small FTP service system, containing a detailed descr iption of the design and function, and test documents and screen
  3. 所属分类:Linux-Unix program

    • 发布日期:2014-11-21
    • 文件大小:2729127
    • 提供者:tzy
  1. LinuxSocketProgramingbyExample.tar

    0下载:
  2. 实战Linux socket编程(Linux+Socket+Programming+By+Example)配套源代码-Actual source code for Linux socket programming package Linux+Socket+Programming+By+Example
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:71347
    • 提供者:李明
  1. TCP_socket

    0下载:
  2. Linux C Socket Client.c Server.c
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1649
    • 提供者:hye
  1. linux_threadpool

    0下载:
  2. linux网络编程的一些技巧,包括socket,thread pool, select,epoll等-linux network programming some of the techniques, including socket select, epoll, etc.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-02
    • 文件大小:4108
    • 提供者:sy
  1. Qt4chat

    0下载:
  2. 基于Qt4的聊天程序的源代码,Socket编程相关的,C++程序。既可以在LINUX上编译运行,也可以在WINDOWS平台上编译运行。-This program is based on QT4 GUI Library, it is a chat program, which can be compiled on windows platform and also can be compiled on Linux platform.It is useful.
  3. 所属分类:Linux Network

    • 发布日期:2017-03-30
    • 文件大小:608060
    • 提供者:倪明
  1. ipcamera

    1下载:
  2. linux下基于VL4的采集程序及SOCKET的发送程序。-linux Based VL4 collection procedures and SOCKET sending program.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2014-01-03
    • 文件大小:7561
    • 提供者:王非
  1. Hi3510_Linux_guide

    0下载:
  2. 本文档介绍了 Hi3510 视频评估板(VSEVB)的 Linux 开发环境和各种系统软件的使用。 全书共分为 7 章和2 个附录。-This document describes the Hi3510 Video Evaluation Board (VSEVB) of the Linux development environment and a variety of system software use. The book is divided into seven chapters
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-05-03
    • 文件大小:1416249
    • 提供者:周林青
  1. wangluocaiji

    0下载:
  2. linux qt socket网络数据采集器,通过tcp协议接受数据,显示在界面-linux qt socket tcp
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:448848
    • 提供者:曾庆国
  1. fileTransServer

    1下载:
  2. linux下利用socket c语言编写的文件传输服务器和客户端,有流程图和注释,适合socket学习者~-under linux using socket c language file transfer server and client, with flow charts and notes, suitable for socket learners ~
  3. 所属分类:Linux Network

    • 发布日期:2017-03-28
    • 文件大小:745101
    • 提供者:Boycott
  1. Static Router

    5下载:
  2. 设计和实现一个简单的静态路由机制,用以取代Linux自身通过ip forwarding实现的静态路由方式,进而加深对二三层协议衔接及静态路由的理解。使用socket编程。运行环境linux,内含源代码、配置文件以及使用说明。是学习socket编程和网络通信的好东西。-Design and implementation of a simple static routing mechanism, to replace the Linux self-realization through the ip
  3. 所属分类:Internet/网络编程

    • 发布日期:2012-12-07
    • 文件大小:4016
    • 提供者:
  1. linux-socket

    0下载:
  2. linux socket编程入门级书籍,初学者比较好的入门资料-linux socket programming entry-level books, good introductory information for beginners
  3. 所属分类:Linux Network

    • 发布日期:2017-03-23
    • 文件大小:81688
    • 提供者:yzh
  1. thread-m

    0下载:
  2. linux下多线程网络应用实例,很实用的哦。-linux network under the multi-threaded application examples, it is useful oh.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:132177
    • 提供者:Tanker
  1. qq

    0下载:
  2. qq聊天工具socket文件传输源码,linux网络编程,源代码在压缩包里面-qq chat socket file transfer source, linux network programming, source code inside the archive
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:4147
    • 提供者:liuyuanqing
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com