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

搜索资源列表

  1. c_linux_Socket

    0下载:
  2. Linux 下的C语言socket编程. 带详细注释.分服务端和客服端.-Linux socket programming under C language. With detailed notes. Sub-server and the customer service side.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:3318
    • 提供者:Zy
  1. cuftpd

    0下载:
  2. ftp服务端程序,非常实用,学习非常好。-ftp
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:7175
    • 提供者:cute
  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. samba-3.5.5.tar

    0下载:
  2. 用于linux与windows进行资源共享的linux工具,提供服务端和客户端服务,配置简单-For linux and windows linux tools for resource sharing, service delivery and client services, simple configuration
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-06-20
    • 文件大小:30807931
    • 提供者:
  1. linux

    0下载:
  2. 在linux平台上实现两个进程之间的通信,客户端发送信息之后,服务端能收到-In Linux platforms implemented on the communication between the two processes, client sends information after, the server can receive
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:700
    • 提供者:luoyu
  1. menu

    0下载:
  2. 嵌入式点菜系统—该程序有服务端和客户端,客户可以向服务端点菜。服务端可以把信息传送给客户端,在linux-QT4.0下的程序代码-Embedded la carte system- the procedures and client service, customers can order the service side. Server can transmit the information to the client, under the linux-QT4.0 code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-10
    • 文件大小:2423664
    • 提供者:green_star
  1. QQlinux

    0下载:
  2. linux下简单QQ程序,用socket通信实现,通过建立两个线程实现数据的发送与接收,包括服务端和客户端程序-QQ linux in the simple procedure, using socket communication to achieve, through the creation of two threads to send and receive data, including server and client
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:1272
    • 提供者:张文惠
  1. socket

    0下载:
  2. linux下的socket编程,有服务器端和客户端-socket programming under linux, there are server and client
  3. 所属分类:Linux-Unix program

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

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

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

    0下载:
  2. c编写的linux下的socket通讯简单示例,服务端源码和客户端源码-c under linux written in a simple example of socket communication, client server source code and source code
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:4343
    • 提供者:ycc
  1. TestCache

    0下载:
  2. 封装一个跨进程缓存类 最近做一个项目,需要记录系统里每个进程访问的IP及Port,然后提交到服务端进行分析,我的思路是用一个缓存文件记录所有进程访问网络的信息,然后在主程序中提取记录再提交。 这里面涉及到多进程访问同一个缓存文件的同步问题,于是封装了下面这个类,自我感觉良好,拿出来和大家分享 :) * 使用类似于环形链表的机制来保证运行效率-An inter-process caching class encapsulates a project recently, n
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:7093
    • 提供者:shizhen
  1. install-svn-for-linux-

    0下载:
  2. 详细说明linux上部署svn的方法,以实现在linux上做svn的服务端-Svn linux on the details of the methods deployed
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:17932
    • 提供者:gsk
  1. ICE-demo2.tar

    0下载:
  2. ice方面的例子,包括服务端和客户端,在linux下编译成功-ice example,include server and client,in inux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:721752
    • 提供者:w
  1. a-simple-chat-program-

    0下载:
  2. Linux下简单聊天工具编程模拟QQ,服务端、客户端模式,这个也是转的-Linux, a simple chat program simulation QQ, services, client mode, this is also the turn
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:22674
    • 提供者:li
  1. linux-socket-2

    0下载:
  2. linux下的SOCKET编程,客户端与服务器端都有-SOCKET programming under linux, client and server have
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:4023
    • 提供者:satan
  1. tcp_server

    0下载:
  2. linux下socket编程,实现tcp通信,这为服务端。-under linux socket programming, tcp communication, which for the server.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:804
    • 提供者:yupeixin
  1. net-test

    0下载:
  2. 这是一个网络通信程序的源代码,经过扩充后可用于多客户端的网络通信 首先在终端启动服务端: ./server 8888 然后新开一个终端,运行客户端 ./client localhost 8888 此时客户端会连接到服务端并且接受信息, 输出显示 -This is a network communication program' s source code, through expanded for multi-client netw
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:9525
    • 提供者:quietojlt
  1. udp_server

    0下载:
  2. 在VC6.0下,udp通信的服务端例程,测试已通过。-it s for udp communication.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:1168631
    • 提供者:Charles
  1. chat

    0下载:
  2. linux下聊天程序 分为客户端程序和服务端程序两个-chat program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:5107
    • 提供者:
  1. ssl_test_app

    0下载:
  2. ssl 的 小例子, 服务端 客户端 加密传输-ssl 的 小例子, 服务端 客户端 加密传输
  3. 所属分类:Crypt_Decrypt algrithms

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