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

搜索资源列表

  1. C.S

    0下载:
  2. linux下的服务器客户端进行通信,经过编译,请放心使用
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1493
    • 提供者:
  1. c

    0下载:
  2. linux 平台的C/S聊天程序。可供参考用。
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:1585
    • 提供者:tony
  1. unix下socket完整实现

    0下载:
  2. scounix编译通过,c/s完整实现-scounix compiler, c / s full realization
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:157289
    • 提供者:余国平
  1. modbus.rar

    2下载:
  2. modbus通信小程序,实现了设备间的串口通信,推荐给大家,modbus communication applet, the implementation of serial communication between devices, recommend to the U.S.
  3. 所属分类:Linux/Unix编程

    • 发布日期:2013-04-18
    • 文件大小:1045
    • 提供者:路保虎
  1. qq_chat.rar

    1下载:
  2. linux下开发的一款类似QQ的网络聊天室,利用了多线程编程,基于C/S架构,可私聊和群聊,保存聊天记录,遗憾的是没有加入Qt界面,linux developed a similar network QQ chat rooms, use of multi-threaded programming, based on the C/S architecture,私聊and group chat, save chat history, unfortunately not joined the Qt i
  3. 所属分类:Linux-Unix program

    • 发布日期:2015-01-24
    • 文件大小:15556
    • 提供者:彭宗山
  1. server_client

    0下载:
  2. 基于select的经典c/s架构通讯程序-Select based on the classic c/s architecture the communication process
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:13315
    • 提供者:空空儿
  1. tetris

    0下载:
  2. linux 下的 仿联众版俄罗斯方块游戏。qt3 实现。 具有 人机交互功能。 具有 对战模式。 喜欢玩俄罗斯方块的朋友们,在linux下也不再孤单啦-OurGame imitation under linux version of Tetris game. Qt3 achieve. With human-computer interaction function. Battle mode has. Love to play Tetris friends, in linux you
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:995982
    • 提供者:lif
  1. chat

    0下载:
  2. 个人精心原创linux下开发的聊天小程序-Personal meticulously originality linux developed under chat small procedures
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:1917
    • 提供者:lis
  1. linux-gpib-3.1.101.tar

    0下载:
  2. The Linux GPIB Package is a support package for GPIB (IEEE 488) hardware. The package contains kernel driver modules, and a C user-space library with Guile, Perl, PHP, Python and TCL bindings. The API of the C library is intended to be compatible wit
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-22
    • 文件大小:756146
    • 提供者:shi
  1. chatroom.tar

    0下载:
  2. 基于Linux的网络聊天室 开发环境:Ubuntu7.04操作系统 项目描述:该项目为基于C/S架构的局域网聊天工具,用户可以注册、登录、群聊、私聊、隐身、保存聊天记录。管理员可以禁止用户发言和把用户踢出聊天室。 服务器端保存了所有用户的信息和聊天记录。-Linux-based development environment for Internet Relay Chat: Ubuntu7.04 operating system Project Descr iption: The
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-09
    • 文件大小:1843557
    • 提供者:hh
  1. c-s-connect

    0下载:
  2. linux下,以CS结构建立的通讯机制,包括服务器端和客户端,包括IP,端口等处理以及绑定,代码设计成启动的时候手动输入IP,适用强,为了避免80端口被占用,所以端口也设置成手动,用的时候请注意-under linux to CS structure established communications mechanisms, including the server-side and client, including IP, port, such as processing and bind
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-26
    • 文件大小:13348
    • 提供者:林锋
  1. UploadFile

    0下载:
  2. 在linux下创建了客户端和服务端(c/s),在它们直接进行文件的传输。-In linux to create the client and the server [c/s], in their direct file transfers.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:3750
    • 提供者:小光
  1. l-grafi

    0下载:
  2. Floyd-wharshall algoritm for the shortest path problem. I wrote this in C. It s easy to compile and work in all *nix like systems.-Floyd-wharshall algoritm for the shortest path problem. I wrote this in C. It s easy to compile and work in all*nix lik
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-23
    • 文件大小:27287
    • 提供者:lupsyn
  1. kl.c.tar

    0下载:
  2. VLSi KL partitioning Algorithm based programme for 100 nodes. It s dynamic progremme so by changing the MAX value we can change the number of nodes in the network.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:1050
    • 提供者:Hari
  1. c-s-huangjun86

    0下载:
  2. linux环境下gcc编译通过,cs通信server端源码,实现了简单的文本的传输,阅读后即可了解整个socket流程,绝对原创,欢迎大家多多支持。-gcc compiler under linux through, cs source client server communication, the realization of a simple transfer of text, reading socket understand the whole process can be absol
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:1070
    • 提供者:黄珺
  1. printf

    0下载:
  2. 本人参照linux 0.1内核源代码写的printf函数的实现,支持 c, s, o, d, x, f的打印输出-I am the light of linux 0.1 kernel source code to write to achieve the printf function in support of c, s, o, d, x, f print output
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-26
    • 文件大小:2321
    • 提供者:phili
  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. Linux.C.Api

    0下载:
  2. Linux C API 参考手册,可以快速查看函数的基本信息和使用方法。-Linux C API, it s a document for fast check the funciton usage.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:259249
    • 提供者:qq
  1. 单线程socket实现

    0下载:
  2. C-S构架的linux 网络socket 单线程编程(Socket single thread programming of Linux Network Based on C-S framework)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2017-12-31
    • 文件大小:2048
    • 提供者:小k当家
  1. FFmpegSharp

    8下载:
  2. c# 的ffmpeg推流工具,功能和C++原版一模一样,图片、视频、直播都可以使用(C#'s ffmpeg push tool, with the same function as the original C++, can be used in pictures, video, and live)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-01-06
    • 文件大小:30706688
    • 提供者:
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com