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

搜索资源列表

  1. Linux_net_programing.pdf

    0下载:
  2. linux下网络编程的书籍,相当经典。linux下socket编程。-linux network programming under the books, very classic. socket programming under linux.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:2067252
    • 提供者:wang
  1. kernel_socket

    0下载:
  2. socket程序大家见多了,给大家写个Linux 2.6.x内核,从内核态发包的 socket程序,笑纳◎!-socket program we see more and give everyone write a Linux 2.6.x kernel from the kernel socket state contract procedures笑纳◎!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:18768
    • 提供者:蒋荣欣
  1. source

    0下载:
  2. 这是书上的代码,Linux下使用C++进行Socket编程,供大家参考-This is the book code, Linux use C++ For Socket programming, for your reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:70430
    • 提供者:Lucy
  1. socket

    0下载:
  2. linux下程序开发,有关的Socekt编程接口-linux under development, the Socekt Programming Interface
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:169870
    • 提供者:张晶晶
  1. socket

    0下载:
  2. 比较简单的利用套接字linux下的客服端和服务器例子-Relatively simple to use under linux socket client and server examples of customer service
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:12685
    • 提供者:wuqian
  1. l-sock

    0下载:
  2. IBM SOCKET 教程。学习 LINUX环境下SOCKET编程的资料。-IBM SOCKET tutorial. LINUX learning environment SOCKET programming information.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:292025
    • 提供者:zhaozili
  1. l-sock2

    0下载:
  2. IBM SOCKET 教程。LINUX环境下SOCKET学习的教程。-IBM SOCKET tutorial. LINUX environment SOCKET learning tutorial.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:332842
    • 提供者:zhaozili
  1. demo

    0下载:
  2. 在linux2.6内核下编的基于socket的通信程序,可以直接运行,里面包括server.cpp和client.cpp以及makefile文件,支持文件传输-At under linux2.6 kernel socket-based communication procedures, can be directly run, which included server.cpp and client.cpp and makefile files, support file transfer
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:44223
    • 提供者:yulei
  1. Socket

    0下载:
  2. 在linux使用c++开发的socke程序,适合与想使用c++在linux环境开发程序的朋友们-In linux using c++ development socke procedures, fit and want to use c++ in linux environment for the development of procedures friends
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:146586
    • 提供者:yulei
  1. socketprogram

    0下载:
  2. client server socket programs to learn socket programming on linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4037
    • 提供者:sdfsdf
  1. Que-Linux-Socket-Programming.pdf

    0下载:
  2. 一本描述tcp/ip编程的详细教程,包含各种方法的使用-a book describe tcp/ip program,include many kinds of methods
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-13
    • 文件大小:3259058
    • 提供者:libai
  1. brt

    0下载:
  2. Linux下写的 socket 文件传输送程序 服务端和客户端完美统一! 命令行参数分析的完美方式! -Write under Linux the socket file transfer service to send the client side and the perfect unity! Command-line parameter analysis of the perfect way!
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:15688
    • 提供者:superhn
  1. socket

    0下载:
  2. linux socket 开发实例 linux socket 开发实例 -Development linux socket example linux socket example linux socket Development to develop examples of
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1000
    • 提供者:hooray
  1. socket.tar

    0下载:
  2. socket example on linux/unix native sockets enjoy
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:288138
    • 提供者:4travise
  1. FTPService

    0下载:
  2. ftp服务器的主要功能是上传下载文件以达到数据共享的目的。在linux底下开发ftp服务器旨在帮助学员综合运用linux初级编程与linux高级编程所学到的知识。如:守护进程的编写,进程间通讯, 管道,socket编程,文件I/O标准库函数与系统调用,以及文件权限管理等等。具体操作详见压缩包里面的文档有操作服务手册,可以控制上传和下载的速度。-USER PASS CWD,XCWD CDUP REIN QUIT PORT PASV TYPE MODE RET
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:293280
    • 提供者:
  1. ipc

    0下载:
  2. Linux IPC (message queue, pipe, sharememory, semaphore, signal and socket) examples
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:718975
    • 提供者:Ricky
  1. jinchengtongxin

    0下载:
  2. 进程间通信基础(理论+实例) 包括管道,有名管道,消息队列,信号灯,共享内存,socket。-The basis of inter-process communication (theory+ examples), including pipelines, well-known pipes, message queues, semaphore, shared memory, socket.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:672168
    • 提供者:王小白
  1. XML

    0下载:
  2. Secure Socket Layer (SSL) and Transport Layer Security (TLS) are the current standards for communicating information securely over the internet. With TLS, all data being transmitted from point A to point B is encrypted. What if we only want some of o
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-24
    • 文件大小:7834
    • 提供者:Tong Liu
  1. socket

    0下载:
  2. this is for socket programming.it is having server and client code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1614
    • 提供者:pprasad
  1. Chapter0x400NETWORKING2

    0下载:
  2. linux环境下的,socket编程基础-linux environment, socket programming based on
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:704569
    • 提供者:sailms
« 1 2 3 45 6 7 8 9 10 ... 47 »
搜珍网 www.dssz.com