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

搜索资源列表

  1. kiate-1.6

    1下载:
  2. 一个代理服务器,能代理多种协议,包括:http,https,socks,ftp,pop3,smtp,telnet,dns。能运行在linux,freebsd,...及其它类 unix,还有windows(最新版本要求nt 4.0以上)操作系统上 一个多线程的程序(采用线程池的方式),所以短时间内大量的连接请求,kingate还能保持很高的性能。 还支持tcp端口映射,可以实现别人访问你的内网主机。 有强大的规则控制,包括源IP地址,目的IP地址,目的端口,及采用的代理协议。 ki
  3. 所属分类:Proxy Server

    • 发布日期:2017-04-10
    • 文件大小:1830958
    • 提供者:迷失
  1. mutex-lock

    0下载:
  2. 多线程编程-互斥锁 由于线程的清量性,在搜索引擎构建中被广泛使用.线程的实现有多种方式,譬如互斥锁,条件变量,读写锁等.其中互斥锁最为简单,读写锁也与互斥锁类似.在LInux下简单实现一个链表,链表的插入和删除,以及整个链表的析构要考虑多线程的同步-Multi-threaded programming- Mutex clearance due to the amount of threads in the search engines are widely used to build. Th
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:1569
    • 提供者:周伟光
  1. EncoderDriver

    0下载:
  2. Linux 核心驱动程序。提供多线程访问和保护能力。快速I/O访问。-A linux kernel mode device driver. Thread safe provides fast latching to 1ms. Interupt automatically latches multi-channel input encoder data.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:29520
    • 提供者:hegallis
  1. opt_dsp

    0下载:
  2. arm-linux下的多线程自保护程序主线程样例。主线程的自保护可以在/etc/inittab中设置-under the arm-linux from the protection of multi-threaded program example main thread. Main thread of self-protection in the /etc/inittab to set up
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:1174
    • 提供者:chenfuming
  1. LinuxProgrammingembeddedmulti-task

    0下载:
  2. 嵌入式linux多任务编程,进程 线程 线程池 等参考范例。-Linux Programming embedded multi-task, the process thread pool thread, such as a reference sample.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:12489
    • 提供者:魏冲
  1. pthread

    0下载:
  2. 基于ARM9的Linux多线程应用程序。生产者写入缓冲区和消费者从缓冲区读数的具体流程,生产者首先获得互斥锁,并且判断写指针+1后是否等于读指针,如果相等则进入等待状态,等候条件变量notfull;如果不等则向缓冲区中写入一个整数,并且设置条件变量为notempty,最后释放互斥锁。消费者线程与生产者线程类似。-ARM9-Linux-based multi-threaded applications. Producers and consumers into a buffer from the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:1364
    • 提供者:刘冉
  1. wrap_alarm

    0下载:
  2. unix-linux下多功能定时器,可以有多个alarm,线程安全。-unix-linux under the multi-function timer, you can have more than one alarm, thread-safe.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:2751
    • 提供者:mich
  1. grid_thread

    0下载:
  2. LINUX下多线程序,线程同步实例,实现了线程管理,可直接使用到工程中.-LINUX under the multi-line process, thread synchronization instance, to achieve the thread management can be used directly to the project
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:6380
    • 提供者:yangguang
  1. os2

    0下载:
  2. linux下多线程矩阵运算,使用posix线程库-multi-threaded matrix operations under linux, using posix thread library
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:149710
    • 提供者:陈云卿
  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. 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. CRFPP-0.53

    1下载:
  2. 基于CRF++-0.53的改良版,修正了模型输入时多行空行导致的线程错误,优化了多线程操作,除LBFGS无法优化外,其余迭代操作全部多线程化,66MB模型在16线程服务器上运行,内存占用5.35GB,CPU利用率一般100 ,只有运行LBFGS时为7 。仅支持64位Windows操作系统,使用VC2008编译,不支持32位操作系统或Linux(Windows线程模型)。-Optimized CRF++-0.53. Fixed multi-empty line input bug. Optimiz
  3. 所属分类:Algorithm

    • 发布日期:2015-10-17
    • 文件大小:44032
    • 提供者:吴岳
  1. basic_thread_module

    0下载:
  2. 主要基于Linux介绍C多线程。在编译C的多线程时候,一方面必须指定Linux C语言线程库多线程库pthread,才可以正确编译(例如:gcc test.c -o test -lpthread);另一方面要包含有关线程头文件#include <pthread.h>。-Introduced Linux-based C multi-threaded. Compile the multithreaded C, when, on the one hand, you must specify
  3. 所属分类:Linux Network

    • 发布日期:2017-11-26
    • 文件大小:526
    • 提供者:田盼
  1. LinuxXC

    0下载:
  2. 本文档是电子科技大学研究生课程Linux环境高级编程案例,包含多线程、多进程、消息通道、线程池等编程方案,个人觉得值得去看看。-This document is a University of Electronic Science and Technology graduate program level programming environment for Linux cases, including multi-threaded, multi-process, news channel,
  3. 所属分类:Linux Network

    • 发布日期:2017-05-06
    • 文件大小:1105326
    • 提供者:熊俊滔
  1. pthread

    0下载:
  2. 嵌入式Linux 系统下关于线程应用的例程,有助于在编写多线程软件提供参考-Embedded Linux system on the thread application routines, help in the preparation of multi-threaded software to provide reference
  3. 所属分类:Driver develop

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