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

搜索资源列表

  1. linuxptrhead

    0下载:
  2. 多线程 详细资料 基础篇 供分享 详细介绍linux编程,从基础入门,通熟易懂,适合入门嵌入式的人学习,一看就懂-the linux pthread program told very detail,it can help us to quick and understand the program
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-17
    • 文件大小:156457
    • 提供者:bzyu
  1. semaphore

    0下载:
  2. 线程(thread)技术早在60年代就被提出,但真正应用多线程到操作系统中去,是在80年代中期,solaris是这方面的佼佼者。传统的Unix也支持线程的概念,但是在一个进程(process)中只允许有一个线程,这样多线程就意味着多进程。这个代码就是Linuxs emaphore多线程编程-Multi-threaded programming on linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1151
    • 提供者:lzy
  1. final

    0下载:
  2. linux 多线程编程案例 使用信号量实现互斥-linux multi-threaded programming case
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-11
    • 文件大小:630
    • 提供者:陈宇
  1. Desktop

    0下载:
  2. 本项目实现了在linux下简单的网络聊天室。在Linux下编写并调试服务器端程序和客户端程序,实现客户、服务器之间的连接和通信。可以在单机上开辟两个窗口分别运行客户、服务器端的程序,或者将两台主机连接分别作为客户和服务器的方式。本设计使用网络套接字socket和多线程在网络中的应用,并基于linux下的vi编辑器。本方案经gcc调试器调试成功,可以在单机网络聊天中使用。-This project achieved under linux simple online chat rooms. To
  3. 所属分类:Linux Network

    • 发布日期:2017-04-08
    • 文件大小:241621
    • 提供者:fanhao
  1. pthreadtest

    0下载:
  2. linux下多线程加锁编程实例,很经典的,对学习多线程编程很有帮助-Linux threaded locking programming examples, very classic, it is helpful for learning multithreaded programming
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1086
    • 提供者:nieyibin
  1. DataServerofthread

    0下载:
  2. 一个不错的多线程学习源码,自己工作中使用正常,solaris、linux下测试都正常-Multi-threading a good learning source in their own work using the normal solaris under linux test normal
  3. 所属分类:Linux-Unix program

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

    1下载:
  2. 在Linux环境下利用多线程实现局域网聊天-this is the chat program of the local at the linux
  3. 所属分类:Linux Network

    • 发布日期:2015-03-16
    • 文件大小:21504
    • 提供者:du
  1. linuxs

    0下载:
  2. Linux是一个优秀的操作系统,它支持多用户、多进程和多线程,实时性好,功能强大而稳定。   普及Linux电子书籍。原作者:jerry,blog:snowyvalley.okee.om。   不再沉默,让我们一起学习Linux。   普及Linux电子书籍。原作者:jerry,blog:snowyvalley.okee.om。   不再沉默,让我们一起学习Linux。-Linux is an excellent operating system,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:949345
    • 提供者:wangwei
  1. pthread

    0下载:
  2. Linux 多线程编程示例,包括makefile-Linux pthread example,include makefile
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-10
    • 文件大小:542
    • 提供者:cytang
  1. LinuxMultithreaded

    0下载:
  2. Linux下的多线程编程指南,及心得,全面具体,通俗易懂!-Linux Multithreaded Programming Guide
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-04
    • 文件大小:1237813
    • 提供者:程晋
  1. pthread

    0下载:
  2. linux环境下的多线程程序设计,pthread-pthread on linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:2354
    • 提供者:江岩
  1. NSS

    0下载:
  2. 封装了Linux内核开发中的一些重要数据结构,包括队列、哈希表等,以及一些网络函数和多线程互斥机制-Encapsulates some of the important data structures in the Linux kernel developers, including queues, hash tables, etc., as well as some network functions and multi-threaded mutex mechanism
  3. 所属分类:OS Develop

    • 发布日期:2017-04-01
    • 文件大小:17532
    • 提供者:李顶
  1. Ordering-(menu)-system

    0下载:
  2. 点菜系统包括后台数据服务系统和前台运行管理系统。本文档主要描述前台运营管理系统和后台服务系统两个子系统。 前台运营管理系统: 点菜系统是基于Linux平台的实验室环境,选择使用QT实现界面的绘制,以及多线程的实现。主要有点菜、查询、结账、同步、更新这5个功能。 -The a la carte system, including the back-end data services systems and front run the management system. Thi
  3. 所属分类:Hotel software system

    • 发布日期:2017-03-28
    • 文件大小:395234
    • 提供者:maoyu
  1. spi

    0下载:
  2. 这是一个spi模块的程序,对于深入了解linux驱动编程非常有益。其中涉及了中断、调度、多线程编程等-This is a spi-module program is very useful for in-depth understanding of the linux driver programming. Which deals with the interrupt, scheduling, multi-threaded programming
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:3398
    • 提供者:zhushiqun
  1. crossMatch

    0下载:
  2. 交叉证验的多线程实现版本,附有代码的测试文件。需要在Linux下运行。,-Cross-validation of the multi-threaded implementation version of the test code is attached to the file. Need to run under Linux. ,
  3. 所属分类:MPI

    • 发布日期:2017-05-19
    • 文件大小:5464752
    • 提供者:刘彦镔
  1. pthead

    0下载:
  2. linux下的多线程编程,样例可以直接测试。-multi-threaded programming under linux, the sample can be directly tested.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:2902
    • 提供者:gared
  1. chatroom.tar

    0下载:
  2. linux下socket聊天,使用了POSIX多线程 和socket 编程技术-socket chat under linux, use POSIX multi-threaded and socket programming
  3. 所属分类:Linux Network

    • 发布日期:2017-03-29
    • 文件大小:307200
    • 提供者:胡栋梁
  1. IMchat.tar

    0下载:
  2. linux下利用POSIX多线程和socket变成接口制作的即时通讯工具-POSIX multi-threaded and socket into the interface to the production of instant communication tools under linux, the shortcoming is not using a graphical authoring tool
  3. 所属分类:Linux Network

    • 发布日期:2017-04-04
    • 文件大小:24927
    • 提供者:胡栋梁
  1. Wiippv6pinga

    0下载:
  2. linux下 ipv6协议 ping程序源码最多运行50线程 2.每个线程发送4个ICMP6包后开始接收 3.试验程序源码,多线程结构安排不一定合理,待试验验后进一步修改 4.在终端./pingipv6 IP11 1P2......即可运行程序源码 5.为单源文件,没写make,编译命令为: gcc 可直接使用。 -ping program source code under linux ipv6 protocol up to run 50 threads each thread send
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:2851
    • 提供者:
  1. multi-threadedscheduling

    0下载:
  2. liNUX下的 操作系统 多任务调度实例 多线程 包含测试文件-under the Linux operating system, multi-tasking multi-threaded scheduling instance that contains the test file
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:9104
    • 提供者:jinpeng
« 1 2 ... 14 15 16 17 18 1920 21 22 23 24 ... 29 »
搜珍网 www.dssz.com