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

搜索资源列表

  1. netEngine.v1.0.0.1.tar

    0下载:
  2. 在linux下实现线程间通信,像windows下的postmessage-Communication between threads under linux.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-10
    • 文件大小:6600
    • 提供者:高辉力
  1. MapWinNetShareCli

    0下载:
  2. 局域网内Win32/Linux虚拟文件系统的通信程序,Linux作为服务端,Windows作为客户端. 当链接之后,Linux的共享目录内的文件可以被下载到windows端一个虚拟盘符上(这个虚拟盘符是映射在C盘新建的一个隐藏文件夹名为CliShareDir),可以操纵客户端上的文件,程序会依据客户端的映射目录上的文件的变化情况(包括新建,删除,编辑保存,重命名等等而更改服务端的相同的文件。使得看起来操作客户端的虚拟目录上的文件就如同操纵服务端的共享目录上的文件一样。) 本程序客
  3. 所属分类:Linux Network

    • 发布日期:2017-11-24
    • 文件大小:34653
    • 提供者:刘刚
  1. 02_Linux_allCodes

    0下载:
  2. 达内培训Linux代码,杨强老师讲解,包括io、文件编程、进程、线程、信号、进程间通信、以及底层的网络编程、crc校验、抓包等-Linux code up to training, Yang Qiang teacher explain, io, file programming, processes, threads, signals, inter-process communication, as well as the underlying network programming, crc
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-19
    • 文件大小:8488422
    • 提供者:唐老鸭
  1. THREAD

    0下载:
  2. linux下的socket通信,基于线程的并发服务器和客户端程序!-linux socket communication, thread-based concurrency server and client programs!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-11-19
    • 文件大小:10238
    • 提供者:贾炜
  1. chat_72689_72689

    0下载:
  2. C/S架构实现的简单linux shell端登陆,点对点通信,多线程技术-C/S architecture to achieve a simple linux shell end of the landing, Point-to-Point communication, multi-threaded technology
  3. 所属分类:Linux Network

    • 发布日期:2017-12-01
    • 文件大小:350314
    • 提供者:马邓勇
  1. HttpDownload

    0下载:
  2. linux下socket之间的通信,是多线程的哦,使用Socket为非阻塞模式下载网站的源代码-under linux socket communication between multi-threaded, Socket download site for the non-blocking mode of the source code
  3. 所属分类:Linux Network

    • 发布日期:2017-11-22
    • 文件大小:59306
    • 提供者:ddd
  1. tcp

    0下载:
  2. linux tcp 多线程网络通信程序.tcp_server.c tcp_client.c 同时收发.-linux tcp multi-threaded threaded network communication program
  3. 所属分类:Linux Network

    • 发布日期:2017-04-16
    • 文件大小:14394
    • 提供者:xxxx
  1. Linux21

    0下载:
  2. 书 名: 操作系统原理及应用(Linux21).pdf 作 者:王红 本书介绍操作系统的基本原理及应用,并以Linux操作系统作为具体实例加以说明。全书共9章,主要内容包括操作系统的基本概念、功能、操作系统的发展史及Linux操作系统概述,进程的概念、进程描述、进程控制、进程的同步与互斥、进程通信及线程,作业调度及进程调度、死锁的概念与产生原因以及解决死锁的方法,各种内存管理及分配方法的思想、数据结构、重定位及实现原理,文件的逻辑结构、物理结构及文件系统的构成,操作系统对设备的控制、分
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-24
    • 文件大小:8045836
    • 提供者:唐小米
  1. pthreadsocketPsort

    1下载:
  2. pthread+socket+singnal linux network 可以用于linux下的线程网络通信,以及典型的排序算法-pthread+socket+singnal linux network classic sort function
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:7780
    • 提供者:很久以前
  1. LINUX_IPC-master

    0下载:
  2. linux下C/C++ 进程/线程间通信-LINUX_IPC-master C/C++
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:18978
    • 提供者:philmo
  1. chatroom

    0下载:
  2. Linux聊天室,基于服务器的客户端之间通信的聊天程序,首先建立服务器程序通过多线程方式循环接收客户端信息,客户端程序发送数据,被服务器接收后广播,实现多客户端之间的通信。-Linux chat rooms, chat program based on communication between the client server, the first server program established by multiple threads circulating receive clien
  3. 所属分类:Linux Network

    • 发布日期:2017-04-14
    • 文件大小:3235
    • 提供者:
  1. LinuxLab

    0下载:
  2. Linux基本实验,包括进程通信、多线程、进程锁等使用实例-Linux basic experiments, including interprocess communication, multi-threading, locks and other processes using examples
  3. 所属分类:Driver develop

    • 发布日期:2017-04-14
    • 文件大小:3672
    • 提供者:vincent
  1. 8_10

    0下载:
  2. 多人聊天室 1、在Linux下采用socket实现多进程间的通信 2、采用TCP/IP协议进行数据传输 3、服务端采用多线程技术支持多用户同时登陆 4、支持客户端之间直接通信-Chat room 1, using multi-socket communication between processes in Linux 2, using the TCP/IP protocol for data transmission 3, the server uses mu
  3. 所属分类:Linux Network

    • 发布日期:2017-04-17
    • 文件大小:12230
    • 提供者:尤晓峰
  1. Project

    0下载:
  2. 包里的内容为一个在linux下的网络编程的例子,其中用到的技术包括,socket通信,连接oracle数据库,makefile生成可执行程序,以及线程池技术控制多个客户端同时访问终端带来的压力。-Contents of the bag as an example of network programming under linux, which uses techniques include, socket communication, connect oracle database, make
  3. 所属分类:Linux Network

    • 发布日期:2017-04-25
    • 文件大小:96533
    • 提供者:leiyangkai
  1. duoxiancheng

    0下载:
  2. 多线程同步实验代码。实现在linux的环境下多线程同步的通信-Multithreaded code synchronization experiments. Implementation in the Linux multithreaded synchronization under the environment of communication
  3. 所属分类:Driver develop

    • 发布日期:2017-04-26
    • 文件大小:33997
    • 提供者:luminjie
  1. socket

    0下载:
  2. linux下socket通信,实现文件的并发传输,有客户端,服务端。涉及线程,锁。-Under linux socket communication, concurrency transfer files with the client, the server. Involving thread lock.
  3. 所属分类:Linux Network

    • 发布日期:2017-04-28
    • 文件大小:20004
    • 提供者:吴云龙
  1. snake2

    0下载:
  2. linux下的小游戏,贪吃蛇,使用进程线程同步通信-Games under linux, Snake, using synchronous communication process threads
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-27
    • 文件大小:10097664
    • 提供者:CXJ
  1. cmpp

    1下载:
  2. linux平台下CMPP3.0和CMPP2.0的服务器和客户端,源码采用多线程,tcp下socket通信来实现的cmpp协议,经过测试,通俗简单易懂,是测试的好工具,也可以自己修改来满足自己的需求-Linux platform under CMPP3.0 and CMPP2.0 server and client, the source code using multi-threaded, socket communications to achieve the CMPP protocol, a
  3. 所属分类:Linux Network

    • 发布日期:2015-11-30
    • 文件大小:55296
    • 提供者:刘波
  1. chatfile.tar

    0下载:
  2. linux环境下采用socket通信,tcp协议,多线程的简单聊天室源码,支持多个用户同时聊天。-Linux environment using socket communications, TCP protocol, multi-threaded chat room source code, support for multiple users at the same time to cha
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:491520
    • 提供者:song2015
  1. 3

    1下载:
  2. 编写自定义的消息队列,该消息队列不能依赖于已有库的队列,必须是自己设计实现的 该消息队列是线程安全的 该消息队列能接收CLMessage继承体系的消息 该消息队列能融入到本课程所提供的程序库中,能支持线程之间的通信(即需要提供发送消息的通信类,以及消息循环的管理类) -Linux C++ for uestc lilin
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-29
    • 文件大小:104484
    • 提供者:boy
« 1 2 3 4 56 »
搜珍网 www.dssz.com