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

搜索资源列表

  1. socket

    0下载:
  2. 分别编一个客机程序和服务器程序,首先建立客户程序与服务器之间正确的socket连结,然后利用send和recv函数,客户程序将一个较长的文本文件(如几k字节)中的数据发送给服务器。要求服务器全部正确地接收到所有的数据(一个也不能少),并将其存入一个文件。-An aircraft program were compiled and the server program, first established between the client and the server socket conne
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:2306
    • 提供者:
  1. Socket

    0下载:
  2. 简单的unix_linux的socket实例-Simple unix_linux the socket instance
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:8905
    • 提供者:ballgan
  1. tcapi

    1下载:
  2. C based simple socket connection code and leveraging the XML communication.
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. 一个简单的socket通信程序,可以在Linux上实现-A simple socket communication program, to achieve in Linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1323
    • 提供者:张新华
  1. socket

    0下载:
  2. socket 编程 构建了一个服务器 和一个客户端 可以进行网络通讯-socket programming built a server and a client network communication can be
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:2490
    • 提供者:李双喜
  1. Lam_qt

    0下载:
  2. 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:139911
    • 提供者:stone
  1. Beej_s_Guide_to_Network_Programming

    0下载:
  2. linux socket 编程 常用函数 及 tcp udp源码-linux socket 编程
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-01
    • 文件大小:541534
    • 提供者:simba
  1. Socket

    0下载:
  2. 本程序实现socket编程,程序详细,且实现有不同的例子,可供参考着学习-The program realization socket programming, program details, and realize there are different examples of learning for reference
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:75027
    • 提供者:陆路
  1. gtk-examples

    0下载:
  2. socket编程下的GTK代码,为新手提供大量的资料和素材。-Under the GTK socket programming code, provide a lot of information for the novice and the material.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:83942
    • 提供者:潘亮
  1. magent-0.6.tar

    1下载:
  2. magent 是一个简单,但非常有用的 memcached 缓存服务器的代理小程序。 主要功能: • 保持到memcached服务器的多个连接 • 支持下列memcached指令 1. get gets 2. delete 3. incr decr 4. add set replace prepend append 5. cas • 基于 libevent 的事件驱动库 • 支持 ketama 算法
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-24
    • 文件大小:17257
    • 提供者:zzw
  1. SOCKET-Linux-chat

    0下载:
  2. 本程序在ubuntu下用C语言实现,采用server/client模式,服务端通过功效内存存储聊天记录,发给每个客服端-Under this program in ubuntu with the C language, using server/client model, the effectiveness of memory storage server through the chat, each customer-side distributed
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:144245
    • 提供者:
  1. socket-guessnum

    0下载:
  2. linux 下的socket编程,实现了猜数字游戏的功能,很好用~-under linux socket programming, the function of the number guessing game, that is great ~
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:178465
    • 提供者:nemo
  1. socket

    0下载:
  2. SOCKET 实现linux、unix下server开发-using socket develop server on unix/linux platform
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1363
    • 提供者:Wangsao
  1. socket.tar

    0下载:
  2. Linux TCP socket通讯,visual C++实现-Linux TCP socket communication, visual C++ implementation
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:30720
    • 提供者:yilan guo
  1. client-socket

    0下载:
  2. 一个简单的socket客户端程序,读取配置文件拼成16进制字符流发现服务端监听的端口-socket client demo
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1916
    • 提供者:zhanghh
  1. socket-server

    0下载:
  2. 一个简单的socket server代码,需要相关的数据库配合,才能编译完成。-socket server demo
  3. 所属分类:Linux-Unix program

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

    0下载:
  2. socket编程,linux网络编程,详细源代码在压缩包里面-qq chat, linux network programming, detailed source code inside the archive
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-02
    • 文件大小:827913
    • 提供者:liuyuanqing
  1. Expert_WinAPI_8_to_17

    1下载:
  2. 这是《精通Windows API函数、接口、编程实例》第8-17章源代码,包括服务、图形用户界面、系统信息的管理、进程间通信、Windows Shell程序设计、Windows GDI、Windows Socket网络编程、设备驱动管理、内核通信、用户认证和对象安全。-This is the " Mastering Windows API function, interface, programming examples" section of Chapter 8-12, th
  3. 所属分类:Windows Kernel

    • 发布日期:2017-06-01
    • 文件大小:13825655
    • 提供者:
  1. socket.tar

    0下载:
  2. linux下简单socket通信程序,实现群聊功能-simple socket communication program under linux, to achieve group chat
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:6285
    • 提供者:sk
  1. tcp_server_client

    0下载:
  2. socket通信的源码,其中一端是php代码,另外一端是linux下的c代码-linux kernel scenario analysis of the electronic version of the book introduces the principles of linux kernel
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1610
    • 提供者:michaelcjt
« 1 2 3 4 5 67 8 9 10 11 ... 47 »
搜珍网 www.dssz.com